-
aces replied to the topic Edit Group and Profile Templates in the forum How-to & Troubleshooting 10 years, 4 months ago
It might help if you were a bit more specific about what you want to actually do to or with group and profile templates.
-
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 10 years, 6 months ago
<?php
// hacks and mods will go here
function abc() {
$user = get_userdata( bbp_get_reply_author_id() );
if ( !empty( $user->user_nicename ) ) {
$user_nicename = $user->user_nicename;
echo '@'.$user_nicename;
}
}
add_filter( 'bbp_theme_after_reply_author_details', 'abc' );
?>Without
?>
on line three. Would suggest putting?>
on it’s…[Read more] -
Fee replied to the topic [BUG] Request Group Membership in the forum How-to & Troubleshooting 12 years, 1 month ago
same here with
WordPress 3.6 (upgraded)
BuddyPress 1.8.1 (upgraded)
BP Default ThemeI opened a ticket on this: https://buddypress.trac.wordpress.org/ticket/5140
-
gaysurfers posted an update in the group SeoPress 14 years ago
I just upgraded to the new version of SEOPRESS and now all my page titles are %%title%% rather than the title itself ! Look for yourself:
Can you tell me how to fix that ? -
Chris Taylor posted a new activity comment 14 years, 8 months ago
Yep, looks wrong. I’ll try it on my test server and let you know if I can fix it.
@franharris
Active 1 year, 11 months ago