Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
Xprofile means the profiles from Users -> Profile fields. Read the plugin instructions. Haven’t used that plugin yetHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @bastkopf
You can edit this file: page-parts/home-search-form.php and replace line 4 with your own textHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAlways installing a caching plugin for database requests and pages is a plus of speed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThats right @bastkopf.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is edited from WP ADMIN -> Sweetdate -> Buddypress in the search form part
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You could change the index.php, search.php to be something like this:
That will check if the author of the post has membership and if it does it will show the post
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSearching appears because you need to allow it to take your location(maybe you haven;t seen the popup in browser). Also if you have problems with this plugin functionality you need to contact plugin author
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You install both themes but activate the sweetdate-child.
You don’t need to modify main parent theme files. If you want to modify a template file, copy it to sweetdate-child theme and change it there.“A WordPress child theme is a theme that inherits the functionality of another theme, called the parent theme, and allows you to modify, or add to, the functionality of that parent theme. A child theme is the safest and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes. Instead of modifying the theme files directly, you can create a child theme. A child theme inherits all of the templates and functionality from its parent theme, but allows you to make changes to the parent theme because code in the child theme overwrites code in the parent theme. ”
from http://codex.wordpress.org/Child_ThemesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 9, 2013 at 19:54 in reply to: The things that are missing in order to be a professional portal #2529SQadminKeymasterHi,
Thanks for your suggestions.
We already took into consideration the geo feature but can’t give a time of arrival yet.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try this plugin that allows you to customize your emails: http://wordpress.org/plugins/wp-better-emails/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe will put a checkbox in the registration form and include it in the next update. We will keep you posted.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please read this topic to change default profile fileds that the system looks for:
https://archived.seventhqueen.com/forums/topic/match-numbersLet me know if you need help adding that code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That should be all files for the modals.
There is no specific js for that, is from foundation framework and just styled in assets/styles/app.css
Facebook login adds the buttons trough some actions and everything related to facebook is located in framework/functions/facebook_login.php
You should not edit facebook_login.php to replace text for the buttons. Just copy the respective functions that are generating them to your sweetdate-child/functions.php if you need to.Also the same is available with the tempalte pages. Copy the files to your sweetdate-child theme and wordpress will use those instead of the main theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterJust updated the code. WordPress removed some code.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You could choose the mixed form if you want the search form to appear for logged in users. If you don’t want the search form see the above topic that @bastkopf gave you.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNext version will include this change in the admin. Have you replaced the file above?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Replacing that file should do the trick. Maybe there is a plugin installed that is doing this?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. BP checkins shoud work fine. Make sure you have the latest theme version
2,4,5 haven’t tested
3. BuddyPress Profile Progression. Check the topic: https://archived.seventhqueen.com/forums/topic/buddypress-profile-progressionHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
It can be done. You can modify line 136 from header.php. COpy the file from sweetdate theme to sweetdate-child theme and edit it there. Here is the new line:
http://pastebin.com/h24u18zjThis will go to levels page but a user has to be registered before picking a level
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 9, 2013 at 08:15 in reply to: Restrict regular users access to WordPress admin(wp-admin) #2483SQadminKeymasterHi,
By default wordpress allows users to go to WP Admin.
This snipped might do the job. Add it to sweetdate-child/function.phpCOPY CODEadd_action( "init", "kleo_blockusers_init" ); function kleo_blockusers_init() { if ( is_admin() AND ! current_user_can( "administrator" ) AND ! ( defined( "DOING_AJAX" ) AND DOING_AJAX ) ) { wp_redirect( home_url() ); exit; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Yes that should do it.
Can you paste the code you entered?
If you installed that plugin you can remove the custom code from functions.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat looks good but you forgot to add a line before “$bp_tabs[‘physical’] = array(“:
COPY CODEglobal $bp_tabs;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. If you want to disable forums completely just disable bbPress plugin.
2. There is no page at the moment to display them but is a nice idea and we will take it into consideration.
3. We have seen this into action: http://wordpress.org/plugins/events-managerHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHI, Thank you very much for your appreciation.
We have already seen this plugin implemented in some of our client sites. Make sure to go trough the instructions for integrating with Buddypress.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is a sample on how you could achieve that. It has to be added in the footer.php
COPY CODE<?php $bg = array('bg-01.jpg', 'bg-02.jpg', 'bg-03.jpg', 'bg-04.jpg', 'bg-05.jpg', 'bg-06.jpg', 'bg-07.jpg' ); // array of filenames $i = rand(0, count($bg)-1); // generate random number size of the array $selectedBg = "$bg[$i]"; // set variable equal to which random filename was chosen ?> <style type="text/css"> <!-- body{ background: url('<?php get_stylesheet_directory_uri(); ?> /images/<?php echo $selectedBg; ?>') no-repeat; } --> </style>
Images must be placed in sweetdate-child/images and defined in the $bg array
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThank you very much.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, can you tell us please what version of Firefox you use?
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I have created a topic with this: https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login
That qualifies for our testimonials section 🙂 Thanks for appreciating us and our workHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
Sweetdate Landing page isn’t a WordPress theme. It is a HTML item like it says also on Themeforest product page.
If you want to use Sweetdate with wordpress you need the Sweetdate – More than a wordpress dating themeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2013 at 11:21 in reply to: Change the menu wording from Activity to something else #2435SQadminKeymasterAlso: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change
Please try searching for existing topics before creating new ones. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Read this topic right here: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-changeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, As far as I know rtMedia supports images,videos and sound files so that might be the problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That plugin is beta unfortunately and I don’t know that it can be relied on. There is a paid plugin that is really great and we saw it integrated in some implementations of the theme. The plugin is named Comet chat if you want to take a look(don’t mean to advertise that plugin, it is just a suggestion)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Install rtMedia plugin from wordpress repository. It is well integrated in the themeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you had it displayed next to your profile image then you probably added a code to your sweetdate-child/functions.php to enable it. Check the name there 🙂
If not then I don;t know how you could find the name of something deleted maybe from a hosting database backupHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOk we fixed this also, just re-download the above file. Thanks
It seems that Buddypress has some places when it looks just for a default structure.
Not it should be fine.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That supposed to tell you when when a new update was out but if it slows down the admin we are taking it out and stick only with the envato updater that is already implemented.
Until the next update please replace the contents of this main parent theme file sweetdate/framework/theme_options.php with this one:
https://archived.seventhqueen.com/files/theme_options.txtThanks for letting us know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou should make sure mails aren’t going to spam or the receiving server doesn’t reject your emails. Try checking server logs or maybe try a plugin that sends mail trough a smtp host
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is currently not possible and also not a good option to let everybody upload files on your server
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat one is a button generated by a button shortcode from your Home page. Activating Facebook registration doesn’t mean it will replace normal registration and it is just another way of registering.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts