-
@mercime replied to the forum topic Group members status and forum moderation in the group How-To and Troubleshooting 13 years, 6 months ago
== If a member is part of a public group, but is not a group moderator or a group admin, and starts a new forum topic (using bbPress 1, not bbPress 2)… can they sticky and edit their own topic? ==
@djpaul […]
-
@mercime replied to the forum topic Activity Page Help Please in the group How-To and Troubleshooting 13 years, 6 months ago
Check if you have permalink.php in server wp-content/themes/clearline/members/single/activity/ folder
-
@mercime replied to the forum topic Using a BP Compatible Theme.. Still Issues in the group Installing BuddyPress 13 years, 6 months ago
You’re welcome. Marking this as resolved 🙂
-
@mercime replied to the forum topic Buddypress fixing alignment issues in the group How-To and Troubleshooting 13 years, 6 months ago
Glad it worked out well for you. Marking this topic as resolved 🙂
-
@mercime replied to the forum topic [Resolved] please help me correct my theme ! — Complete WP Theme in the group How-To and Troubleshooting 13 years, 6 months ago
Re comment button issue you brought up in other post -> URL of page where issue appears. If it requires login, provide testuser username and password.
-
@mercime replied to the forum topic [Resolved] Changing buddypress style ? in the group How-To and Troubleshooting 13 years, 6 months ago
@mahdiar we’ll address the comment button issue in that thread but I had assumed you fixed it per your post “I found the answer . I copy new files in bp-default theme to my own theme .”
-
@mercime replied to the forum topic Buddypress fixing alignment issues in the group How-To and Troubleshooting 13 years, 6 months 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 Buddypress fixing alignment issues in the group How-To and Troubleshooting 13 years, 6 months ago
@waiyea As mentioned above, you need to change 16 template files within the 6 BP folders transferred to your zenon-lite theme folder in server during the compatibility process.
If you’ve previously changed […]
-
@mercime replied to the forum topic Just downloaded buddypress. not working in the group Installing BuddyPress 13 years, 7 months ago
No problem 🙂
-
@mercime replied to the forum topic Using a BP Compatible Theme.. Still Issues in the group Installing BuddyPress 13 years, 7 months ago
@brandonecarr per error
“bp_dtheme_ajax_querystring() (previously declared in /…/wp-content/themes/Mikmag/core/buddypress/_inc/ajax.php:17”
it looks like that Mikmag theme is already BuddyPress compatible, […] -
@mercime replied to the forum topic SocialTheme – what do you think? in the group Gallery 13 years, 7 months ago
@aronprins if you’re going to sell that theme for $44.95, you should allow the prospective buyers to check out the different features of the theme without having to log in and giving you their email addresses. […]
-
@mercime replied to the forum topic Activity Page Help Please in the group How-To and Troubleshooting 13 years, 7 months ago
You have to provide more information, especially about your installation. WP/BP versions? What theme are you using? Are the issues corrected if you change to bp-default theme?
-
@mercime replied to the forum topic "are you sure you want to do this?" screen when I click "accept" or "reject" to a group membership r in the group How-To and Troubleshooting 13 years, 7 months ago
I can see that you have no other plugins installed. “Are you sure … ” is related to WP/BP security issues/nonces. Have you tried
– clearing browser cache, history, etc. or restarting your computer or just […] -
@mercime replied to the forum topic Changing buddypress style ? in the group How-To and Troubleshooting 13 years, 7 months ago
Use
img.avatarto target all avatars andimg.user-1-avatarto target admin’s avatar. What exactly are you trying to do and where? -
@mercime replied to the topic Adding Dynamic Profile Link to Main Menu Item in the forum How-to & Troubleshooting 13 years, 7 months ago
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );[Read more]
function my_nav_menu_profile_link($menu) {
if (!is_user_logged_in() && $args->theme_location == 'footer-nav' )
return $menu;
else
$profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '">' . __('My Profile', 'buddypress' ) . '</a></li>';
$menu = $profilelink… -
@mercime replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 7 months ago
Use the BP template tag
e.g. -
@mercime replied to the forum topic Buddypress fixing alignment issues in the group How-To and Troubleshooting 13 years, 7 months ago
@waiyea I see that you’ve created a child theme of https://wordpress.org/extend/themes/zenon-lite
Looked over zenon lite, this is to let you know that you will have to change 16 BP files transferred to your […] -
@mercime replied to the forum topic Just downloaded buddypress. not working in the group Installing BuddyPress 13 years, 7 months ago
@helen-kh No, you do not have to install bbPress plugin if you only want forums for groups. For more information about Group or Sitewide Forums – […]
-
@mercime replied to the forum topic Changing buddypress style ? in the group How-To and Troubleshooting 13 years, 7 months ago
If you’re using Firefox, get the Firebug add-on and right-click on the elements you want to change. Place the revisions in your theme’s style.css file, or better yet, the style.css file of the theme’s child […]
-
@mercime replied to the forum topic Losing forum posts on Buddypress.org! in the group Requests & Feedback 13 years, 7 months ago
Go to your profile page and change “Name (required)” to something other than your username.
- Load More
@mercime
Active 5 years, 7 months ago