Search Results for 'wordpress'
-
AuthorSearch Results
-
@mercime
ParticipantYes it is. It’s one of the tools used when we review themes submitted to the WordPress Theme Repository. We also use the Debogger plugin as well as the Log Deprecated Notices plugin as well. See #1 on this page https://make.wordpress.org/themes/about/how-to-join-wptrt/
mikek
MemberJust doublechecking….is is this Theme Check Plugin? The one last updated in August before 3.3? https://wordpress.org/extend/plugins/theme-check/
mikek
MemberThanks mercime. Before I go through the process of the theme pack plugin, does it have a “back to original” feature or anything? Basically, if I make changes to preview, can I go back to scratch at any point (my hacked theme as of before installing the plugin) without saving any of the changes? The walk-thru you pointed to didn’t really cover that (unless I’m blind) and in case something goes wrong, I’d like to know ahead of time how to bring myself back to normal.
Worst case, just a complete backup that export from wordpress right before I add the template plugin?
Thanks again
December 22, 2011 at 1:14 am #126725In reply to: Limit replies to a comment and not the children.
rich
Membergive this a shot – you can disable nested replies
https://wordpress.org/extend/plugins/buddypress-activity-stream-extras/
December 22, 2011 at 1:04 am #126724girlbot
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/
-
AuthorSearch Results