Search Results for 'wordpress'
-
AuthorSearch Results
-
December 22, 2011 at 1:04 am #126724
girlbot
MemberBP Group Management works well and adds people to groups without sending friend requests: https://wordpress.org/extend/plugins/bp-group-management/
Invite Anyone is supposed to invite people via email and automatically place them in designated groups: https://wordpress.org/extend/plugins/invite-anyone/
December 22, 2011 at 12:36 am #126723In reply to: Problem with adminbar avatar
@mercime
ParticipantYes, this is an issue, see patch here https://core.trac.wordpress.org/ticket/19539
December 22, 2011 at 12:29 am #126722modemlooper
ModeratorWelcome to open source, you’re going to love it as there are many pieces of the code puzzle already created for you,especially with WordPress and BuddyPress. If you do get involved in open source projects please give back by releasing your custom code to be used freely by others. Any plugin/theme you get from wordpress.org is under a GPL license and you can take that code and do whatever you wish with it.
You can use the s2 membership plugin with BuddyPress to create a membership site.
https://wordpress.org/extend/plugins/s2member@mercime
ParticipantIf you’ve been hacking your theme, you might want to install Theme Check plugin just to make sure that everything’s kosher. Then to make your WP theme compatible with BuddyPress, you will need to install/activate BP Template Pack plugin which will transfer 6 folders with BP template files to your active WP theme. Go through the BP compatibility process https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
December 21, 2011 at 8:33 pm #126714In reply to: Unusual Problem with Favorites
Sarah Gooding
MemberJust an update to this issue: Through working with @karmatosed we found that it was a problem, partially related to this ticket here: https://buddypress.trac.wordpress.org/ticket/3821 and were able to correct it.
December 21, 2011 at 1:53 pm #126707Boone Gorges
Keymaster@sameeraperera You’re correct that this is an xprofile-only problem.
In bp-default, we don’t show the options_nav at all (where subnav items appear) on others’ profiles. See https://buddypress.trac.wordpress.org/browser/tags/1.5.2/bp-themes/bp-default/members/single/profile.php#L12
This does not seem like the optimal design to me. I’ve opened a ticket to fix it in a future release: https://buddypress.trac.wordpress.org/ticket/3877 In the meantime, you can override members/single/profile.php in your theme, and remove the bp_is_my_profile() check.
December 21, 2011 at 1:46 pm #126706In reply to: Mentions not working from the notifications bar….
cwhittl
MemberiTaNGO, you might check https://wordpress.org/extend/plugins/buddypress-group-email-subscription/ for the notifications and https://wordpress.org/extend/plugins/bp-labs/ for the autosuggest (I’ve not used the labs yet).
Also you might want to start a new topic next time (you sorta hijacked mine) 8^)
Annwp
MemberI want to update both wordpress and buddypress now. What should I update first and does it matter?
December 21, 2011 at 3:33 am #126695In reply to: Help with buddybar/adminbar
@mercime
ParticipantI get what you mean. Integration of WP adminbar with BP buddybar into new WP Toolbar is already in BP trunk https://buddypress.trac.wordpress.org/browser/trunk – might come out in BP 1.6 if not earlier.
December 21, 2011 at 3:29 am #126694@mercime
ParticipantHave not heard of an alternative to using the wildcard for subdomain multisite. The best place to find out is at the multisite forums – https://wordpress.org/support/forum/multisite
December 20, 2011 at 11:09 pm #126687In reply to: Share music files on buddypress?
edinchez
ParticipantThere’s also a great plugin for profile widgets:
https://wordpress.org/extend/plugins/bp-profile-music-widget/
Notice that when you get to the “widget logic” part in the FAQ, the only code you’ll need to use is `bp_is_user_profile()`
No need for the other part of the code written there.December 20, 2011 at 7:22 pm #126681In reply to: Changing HTML in current theme – WP Church Theme
@mercime
Participanthttp://hanginout.info/activity is the page where activity/index.php is rendered – and it looks GOOD, success! – just needs some styling improvements. We need to remove the extra `>` in line above `
>` which should only be `
` my bad
15 more files to go https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
Btw, the link you posted is handled in the /groups/ folder so that hasn’t been “fixed” yet.
December 20, 2011 at 5:49 pm #126672In reply to: Sign In Email Confirmation Not being recieved
aces
ParticipantIf they were not picked up by your spam or junk mail filter then your webhosting may need an extra plugin.
See: BuddyPress isn’t sending out emails (eg. activation emails, email notifications) in https://codex.buddypress.org/troubleshooting/frequently-asked-questions/#register
and / or: https://wordpress.org/extend/plugins/wp-mail-smtp/ (which has a useful debug feature)
December 20, 2011 at 2:45 am #126643In reply to: Mentions not working from the notifications bar….
cwhittl
MemberWordpress 3.3 and Buddypress 1.5…. I’ve disabled all except buddypress locally and it’s still happening…
December 20, 2011 at 2:33 am #126640In reply to: Changing HTML in current theme – WP Church Theme
@mercime
Participanthttps://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Open up the header.php of your wp-church theme file and copy all. Go to pastebin.com and paste what you copied, click submit and post the generated URL here. Do the same for your index.php, page.php, sidebar.php and footer.phpDecember 20, 2011 at 12:31 am #126637In reply to: Buddypress WIDGET THEME
modemlooper
ModeratorIt’s a bug. reported it: https://buddypress.trac.wordpress.org/ticket/3868
December 20, 2011 at 12:11 am #126636In reply to: Delicate Theme
@mercime
ParticipantTo make your WP theme, Delicate, compatible with BuddyPress, you need to install and activate the BP Template Pack plugin then go through the BP compatibility process https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
December 19, 2011 at 7:20 pm #126626In reply to: Removing WordPress Logo from new admin bar
robpachasa
MemberThere’s a plugin called “dashboard tweaks” that’s get rid of that menu, and the WP logo.
December 19, 2011 at 6:32 pm #126621In reply to: Fatal Error: bp_dtheme_content_nav()
bollocks187
MemberOkay for those of you that encounter the error.
1) Install WP multisite, Install BuddyPress and use enable site wide bp_default theme.
2) Make sure you create a menu in the WP menu system.
If you do not have a WordPress registered ‘menu’ then the system don’t work and you cause a PHP exception. This should be easy developer fix in the Buddypress code with a protective statement or catch all in bp_dtheme_content_nav.
Thanks for your help.
December 19, 2011 at 4:05 pm #126614LavishDhand
ParticipantHELLO!
I need help regarding my New BuddyPress Installation. I’ve been trying to post a topic to address the same at BuddyPress.org Support forum.
Clicking to “post new topic” on support tab redirects me to community tab where all I can do is reading others’ posts.
Kindly help me know how can I request help regarding my BuddyPress site.
Thank you.
December 19, 2011 at 11:59 am #126611Eddie
ParticipantIf you’re looking for an integrated solution with WordPress/BuddyPress, this sounds promising: https://wordpress.org/extend/plugins/simple-ads-manager/
December 19, 2011 at 4:22 am #126601In reply to: New Install, Several Mysterious Issues (usability)
@mercime
ParticipantThe BP Template Pack plugin makes your WP theme compatible with BuddyPress. Looks like you still need to go through Step 3 of the BP compatibility process. Check out links to walkthroughs at the bottom of this page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
== I’m not able to remove the old BP template pack files through FTP or on the server side ==
This is a strange and serious issue which you need to take care of. First time I’ve heard it happen on dedicated server.December 18, 2011 at 11:01 pm #126593Rob Sbaglia
ParticipantThank you!
December 18, 2011 at 9:51 pm #126587@mercime
ParticipantYes. We’re moving to full integration with WP Toolbar nee adminbar in BP 1.6 if not earlier.
In fact, BP buddybar and WP adminbar are fully integrated in BP Trunk already https://buddypress.trac.wordpress.org/browser/trunk
December 18, 2011 at 9:29 pm #126584In reply to: where is bp-themes?
@mercime
Participant== it gets stuck at the step where it says that I have to manually upload to …/bp-themes. ==
This means that for some reason, you server prevented the automatic transfer of the required BP folders into the folder of your activated WP theme.1. Download a copy of BuddyPress to your computer hard drive – https://wordpress.org/extend/plugins/buddypress/
2. Unzip, and upload the following folders from the BuddyPress folder to your server’s wp-content/themes/name-of-your-WP-theme via FTP/cpanel/FileManager:
– activity
– blogs (if you’re on multisite)
– forums
– groups
– members
– registration3. Proceed with Step 3 of the BP Compatibility Process
-
AuthorSearch Results