Search Results for 'wordpress'
-
AuthorSearch Results
-
July 10, 2013 at 8:05 am #167863
In reply to: Any successful Buddypress site?
bp-help
Participant@rastarr
Are you using WordPress SEO plugin in conjuction with this fix from BuddyDev:
It also helps having links to your site from other popular social networks as well as linking back. I am not an expert on SEO I just know what worked for me in the past.July 10, 2013 at 4:17 am #167854In reply to: [Resolved] How Do Install Locally on Xammp?
modemlooper
ModeratorI suggest you use http://serverpress.com to easily install WordPress and then the plugin BuddyPress
July 9, 2013 at 9:11 pm #167840In reply to: Buddypress Registration Page is not working
@mercime
Participant@gcarlos8377 Where did you install WordPress – domain root, physical subdomain or subdirectory folder? What’s in the .htaccess file of you multisite installation? Where is BP installed in the main site of your network or in subsite? does your registration work if BuddyPress is deactivated?
July 9, 2013 at 8:17 pm #167829In reply to: Can't create Groups
@mercime
Participant@daniel-alonso could be that your page title is not within the WP loop. Appending /create to the groups directory URI will help you get to the Groups Create page. e.g. example.com/groups to example.com/groups/create
Or, if you’re feeling adventurous, you can add the code to your My Account section of the WP Toolbar https://buddypress.trac.wordpress.org/ticket/1838
July 9, 2013 at 7:30 pm #167826In reply to: [Resolved] How Do Install Locally on Xammp?
bp-help
Participant@sullyllus
You really need to do a little more research on this topic because it will give you a better understanding of WP and BP. The short answer to this is Yes you need to install WordPress because BuddyPress is a plugin that extends WordPress. There is lots of info in the codex of WP and BP. There is also lots of video tutorials on YouTube. Google is your friend as well. Good luck!July 9, 2013 at 6:27 pm #167821@mercime
Participant@dsvay Looks like yout issue is not with BuddyPress but the Customizr theme as determined at https://wordpress.org/support/topic/easy-media-and-buddypress?replies=8
Please post at the theme’s support forums https://wordpress.org/support/theme/customizrJuly 9, 2013 at 6:05 pm #167819In reply to: BP Album – dont work
modemlooper
ModeratorI forked bp album https://wordpress.org/plugins/buddypics
July 9, 2013 at 5:01 pm #167815@mercime
ParticipantJuly 9, 2013 at 4:59 pm #167814In reply to: change menu font color
@mercime
ParticipantNot quite sure what you mean. Look at the navigation style https://buddypress.trac.wordpress.org/browser/tags/1.7.2/bp-themes/bp-default/_inc/css/default.css#L505 and override or use Firefox add-on Firebug to identify what you need to change
July 9, 2013 at 3:58 pm #167809In reply to: Help with populating form
4ella
ParticipantThis is the old thread but the same question, I didn’t want to spam here that’s why I will ask the same question here again, I would like to dynamically populate buddypress data into custom post types gravity forms when the user is logged in, I am succesfully populating wordpress user meta, but I don’t know the code in functions.php for buddypress profile fields to make them work, I have already asked on Gravity Help forum, but there are plenty of questions like that and the same as mine question they have never been answered, I hope that maybe somebody from this forum already had to resolve that problem in the past.
July 9, 2013 at 9:28 am #167800In reply to: AJAX on group extension admin page
matom
ParticipantI’ve tried this with 1.8-beta2 as I was pleased to find out that the Group Extension has been rewritten – thanks to the dev team for this change.
It no longer outputs the full HTML, but unfortunately it’s still not correct. Instead it now outputs:
Are you sure you want to do this? Please try again.(Please try again links to the page it’s on)I’ve updated the ticket here: https://buddypress.trac.wordpress.org/ticket/5052
@boonebgorges – I’ve been banging my head against this issue for quite a while now – so any help would be much appreciated.July 9, 2013 at 2:53 am #167790modemlooper
Moderatorfunction special_bp_dtheme_ajax_querystring( $query_string, $object ) { /* Now pass the querystring to override default values. */ $query_string .= '&type=active&action=active&include='. $list_of_members .'&page=1'; return $query_string; } function my_ajax() { add_filter( 'bp_dtheme_ajax_querystring', 'special_bp_dtheme_ajax_querystring', 11, 2 ); } add_action( 'wp_ajax_my_ajax', 'my_ajax' );Read up on ajax and WordPress on how to safely and properly use it. https://codex.wordpress.org/Plugin_API/Action_Reference/wp_ajax_(action)
I wrote in the query string but you can send it through the ajax call.
July 9, 2013 at 12:55 am #167784In reply to: Crazy and yet simple question
bp-help
Participant@zorro1965
In regards to WP SEO by Yoast you can try this solution courtesy of BuddyDev:July 8, 2013 at 11:34 pm #167779In reply to: web design dummy
bp-help
Participant@sna2009
Here is a link to the WP codex:
https://codex.wordpress.org/
and to the BP codex
I would bookmark them both because you will find yourself referencing them often.
Good luck!July 8, 2013 at 11:02 pm #167775In reply to: web design dummy
bp-help
Participant@sna2009
The codex is as good a place as any to learn WP and BP. You can search YouTube for videos as well. Lynda.com offers tutorials for a fee, as well as Tutsplus.com . Lisa Sabin-Wilson has several books called WordPress and BuddyPress for dummies but I am not certain how up to date they are with current versions of WP and BP.July 8, 2013 at 4:23 pm #167756In reply to: My account menu
bp-help
Participant@mojomateo
I am pretty sure you would have to build the menu manually in your themes header.php if you are trying to get it like the buddyboss demo’s. Depending on your skill level it could be easy to difficult and you would also have to style it and the sub menu’s CSS. I dont know of a plugin or widget that would do it exactly like the buddyboss demo example but you can try this plugin:
https://wordpress.org/plugins/buddymenu-buddylinks/July 7, 2013 at 10:53 pm #167733In reply to: Make Activity Feed Restrictions?
July 7, 2013 at 12:33 pm #167714In reply to: Hide members from Members Directory
RiGoRmOrTiS_UK
ParticipantI’m happy to forget filtering members by last activity date.
So to simplify it; can someone can tell me how to filter members from the member’s directory if their WordPress role is set to “no role on this site” (or the blocked role from bbpress). Also when hiding such members the pagination count in the members directory would also need to be correct; as the previous ideas remove the member but not the count; thus you get empty pages saying “showing members X – X” but nothing there.
I’m a totally inept when it comes to coding in PHP so any help really is appreciated.
July 7, 2013 at 3:06 am #167706In reply to: Showing Link Preview in Activity Stream?
July 6, 2013 at 10:39 pm #167701In reply to: remove dashboard for users
Renato Alves
ModeratorI used this plugin https://wordpress.org/plugins/remove-dashboard-access-for-non-admins and it worked fine with me. 🙂
July 6, 2013 at 10:34 pm #167700In reply to: Missing BP Compatibility from Appearance Menu
bp-help
Participant@sam6432
Have you created a custom menu? Please see:
https://codex.buddypress.org/user/setting-up-a-new-installation/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Also it would be helpful to know the WP/BP versions you are using!
In the future please start a new topic instead of replying to one that is almost 2 years old and may contain outdated information.July 6, 2013 at 6:51 pm #167687In reply to: Looking to Hire BuddyPress Expert
shanebp
Moderator
Please provide contact info if you list there.You can contact me at PhiloPress.
We do a lot of custom work / extensions for both WordPress and BuddyPress.July 6, 2013 at 6:45 pm #167686In reply to: Looking to Hire BuddyPress Expert
bp-help
ParticipantJuly 6, 2013 at 5:56 pm #167679In reply to: Is it possible to allow BP Mention non-English name?
@mercime
Participant@jianzhi There are BuddyPress websites in Arabic and Chinese among others, with @ mentions working in their sites.
What language are you using for your site? What’s the character encoding in your site, i.e., database? http://radoff.com/blog/2009/12/03/chinese-characters-in-wordpress/
July 6, 2013 at 5:29 am #167664In reply to: Is it possible to allow BP Mention non-English name?
bp-help
Participant@jianzhi
You will probably want to view the info here:
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
here:
https://codex.buddypress.org/user/translations/
And get the language file you need here:
https://translate.wordpress.org/projects/buddypress/dev -
AuthorSearch Results