-
@mercime replied to the forum topic Changing the names of BP components in the group How-To and Troubleshooting 14 years ago
Sure, you can change those by creating a language translation file https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
@mercime replied to the forum topic All BP pages show on Archive page template….. in the group How-To and Troubleshooting 14 years ago
@ironjade Ok, I see what you were trying to get at. You need to fix alignment of the BP template pages in line with your theme’s HTML structure which you should go through after Appearance BP Compatibility. […]
-
@mercime replied to the forum topic [Resolved] Limiting user activity with the "Load More" option enabled. in the group How-To and Troubleshooting 14 years ago
You’re welcome. Thank you for sharing your solution 🙂
-
@mercime replied to the forum topic [Resolved] BuddyPress Pages Not working – WP-ClearPhoto Theme alignment in the group Creating & Extending 14 years ago
Yes, registration is “off” by default. You turn on registration only if you’re opening up your site for public participation. To enable registration for a single WP site, go to dashboard menu Settings General […]
-
@mercime replied to the forum topic Making Denizen Theme Compatible with Buddypress – Willing to PAY FOR HELP in the group Installing BuddyPress 14 years ago
B. Copy sidebar.php and Save As sidebar-buddypress.php
Open up sidebar-buddypress.php and at the top, above all code contained within, add this
?php if($sidebar_layout !="full") { ?
<div class=""Then at the […]
-
@mercime replied to the forum topic Making Denizen Theme Compatible with Buddypress – Willing to PAY FOR HELP in the group Installing BuddyPress 14 years ago
@udotorg Based on initial scan, to make your theme compatible with BuddyPress, you only need to create two new files, header-buddypress.php and sidebar-buddypress.php
If you’ve revised any of the BP template […]
-
@mercime replied to the forum topic Buddy press Pages Not working – WP-ClearPhoto Theme alignment in the group Creating & Extending 14 years ago
B. At the bottom of the same 16 files, replace:
!-- .padder --
!-- #content --
?php do_action( '//DIFFERENT HOOKS' ); ?
?php get_sidebar( 'buddypress' ); ?
?php get_footer( 'buddypress' ); ?with […]
-
@mercime replied to the forum topic Buddy press Pages Not working – WP-ClearPhoto Theme alignment in the group Creating & Extending 14 years ago
@allentan there’s something awry with your installation if you keep giving me the code for the Group Directory Index when I ask for your Clearphoto theme’s index.php file. Assuming you have the original zipped […]
-
@mercime replied to the forum topic All BP pages show on Archive page template….. in the group How-To and Troubleshooting 14 years, 1 month ago
@ironjade not quite clear on what you mean, could you be more specific as well as give ways for us to replicate the issue. Is this happening on bp-default theme or a custom theme?
-
@mercime replied to the forum topic Logged in username display for BuddyPress 1.5.4 in the group How-To and Troubleshooting 14 years, 1 month ago
@frostdawn suggestion is to upgrade your BP Corporate Theme.
If you feel like tackling the issue yourself, install two plugins: Log Deprecated Notices plugin and the Theme Check plugin. For the first plugin, […]
-
@mercime replied to the forum topic removing logged out user message in the group How-To and Troubleshooting 14 years, 1 month ago
What message? What theme are you using? Site URi? Testuser username and password?
-
@mercime replied to the forum topic How to edit Activity item layout? in the group How-To and Troubleshooting 14 years, 1 month ago
#1) – If the user clicks on the date of an activity item re a blog post, the user is brought to the single blog post .
– If the user clicks on the date of an activity item re a forum topic, the user is brought […] -
@mercime replied to the forum topic Remove Members Tab on group pages and link in the group How-To and Troubleshooting 14 years, 1 month ago
Sure it was. Good practice to put a your own prefix to your special functions to avoid conflict with other functions which *might* have been named just ‘remove_group_member_tab’.
If you prefer, you can change […] -
@mercime replied to the forum topic Forum Topic Count in the group How-To and Troubleshooting 14 years, 1 month ago
@cornerstonecooking Not sure why it’s happening on your install, but please post at bbPress forums to resolve this issue as this is regarding the bbPress plugin albeit integrated with BP […]
-
@mercime replied to the forum topic Remove Members Tab on group pages and link in the group How-To and Troubleshooting 14 years, 1 month ago
@locustfist To remove “Members” tab on Group Pages, per @boonebgorges BP 1.5 update: add the following to your theme’s functions.php
`function locustfist_remove_group_member_tab() {
[…] -
@mercime replied to the forum topic Where's my Login Page?!?!? in the group How-To and Troubleshooting 14 years, 1 month ago
BP Default theme has Log In widget on right sidebar as seen in http://testbp.org/
In any case, unless you have a plugin that redirects login to front page, you can always go to either […] -
@mercime replied to the forum topic Buddy press Pages Not working – WP-ClearPhoto Theme alignment in the group Creating & Extending 14 years, 1 month ago
@allentan Next time, please identify which pastebin links to which theme file.
Confirm – the 1st paste is header.php, the 3rd paste looks like index.php, the 4th paste looks like sidebar.php and the 5th paste is […] -
@mercime replied to the forum topic BuddyPress 1.5.4 in Polish in the group Localization 14 years, 1 month ago
@n-ideas thank you for your contribution. Please subscribe to http://wppolyglots.wordpress.com/ where you can post about the translation files and someone can take a look at them. Cheers..
-
@mercime replied to the forum topic Create a New Group > Blank Error > returns to home page in the group How-To and Troubleshooting 14 years, 1 month ago
– WP/BP versions?
– If you’re using a WP theme, did you install and activate the BP Template Pack plugin and go through Appearance BP Compatibility? You should.
– If you’re using a “BP-compatible” […]
-
@mercime replied to the forum topic 'View' page is blank in the group How-To and Troubleshooting 14 years, 1 month ago
Download copy of permalink.php from bottom of this page https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/members/single/activity/permalink.php
- Load More
@mercime
Active 5 years, 7 months ago