-
Henry Wright replied to the topic [Resolved] Disable @mentions (links) completely in the forum Creating & Extending 10 years ago
@doremdou the code @danbp provided should stop @-names being ‘linkified’. The function that ‘linkifies’ @-names begins like this:
function bp_activity_at_name_filter( $content, $activity_id = 0 ) {
// Are mentions disabled?
if ( ! bp_activity_do_mentions() ) {
return $content;
}...As you can see, if
bp_activity_do_mentions()
returnsfal…
[Read more] -
Henry Wright replied to the topic [Resolved] Disable @mentions (links) completely in the forum Creating & Extending 10 years ago
@doremdou the code @danbp provided should stop @-names being ‘linkified’. The function that ‘linkifies’ @-names begins like this:
function bp_activity_at_name_filter( $content, $activity_id = 0 ) {
// Are mentions disabled?
if ( ! bp_activity_do_mentions() ) {
return $content;
}...As you can see, if
bp_activity_do_mentions()
returnsfals…
[Read more] -
Henry Wright replied to the topic [Resolved] Disable @mentions (links) completely in the forum Creating & Extending 10 years ago
@doremdou the code @danbp provided should stop @-names being ‘linkified’. The function that ‘linkifies’ @-names begins like this:
function bp_activity_at_name_filter( $content, $activity_id = 0 ) {
// Are mentions disabled?
if ( ! bp_activity_do_mentions() ) {
return $content;
}...As you can see, if
bp_activity_do_mentions()
returnsfalse…
[Read more] -
Henry Wright replied to the topic [Resolved] Disable @mentions (links) completely in the forum Creating & Extending 10 years ago
Hi @doremdou
You can disable @-mentions with the BuddyPress No Mentions plugin.
-
@mercime replied to the topic "Read more" not working on group activities in the forum How-to & Troubleshooting 10 years, 4 months ago
@doremdou What theme are you using? Perhaps you need to upgrade your theme. If it is a premium theme, you can ask if the theme is compatible with BP. You could also check if the theme is enqueueing its own jquery and not the jquery version used by WP.
-
@mercime replied to the topic "Read more" not working on group activities in the forum How-to & Troubleshooting 10 years, 4 months ago
@doremdou BP/WP versions? Have you tried some basic troubleshooting like changing theme to Twenty Fourteen theme?
@doremdou
Active 9 years ago