-
aces replied to the topic Edit Group and Profile Templates in the forum How-to & Troubleshooting 9 years, 5 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 9 years, 7 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] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 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] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 months ago
double post
-
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 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 own…[Read more] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 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 own…[Read more] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 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 own…[Read more] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 months ago
You need to put the php tags around the code, so
<?php
goes before the code danbp gave you.//
is used to tell php to ignore the current ( single ) line. Multi line comments start with/*
and end with*/
.Then
?>
needs to go at the end of the file.There should be nothing ( including spaces or blank lines ) before the opening
<?…
[Read more] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 months ago
You need to put the php tags around the code, so
<?php
goes before the code danbp gave you.//
is used to tell php to ignore the current ( single ) line. Multi line comments start with/*
and end with*/
Then
?>
needs to go at the end of the file.There should be nothing ( including spaces or blank lines ) before the opening
<?p…
[Read more] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 months ago
You need to put the php tags around the code, so
<?php
goes before the code danbp gave you.//
is used to tell php to ignore the current ( single ) line. Multi line comments start with/*
and end with*/
Then
?>
needs to go at the end of the file.There should be nothing ( including spaces or blank lines ) before the opening
<?p…
[Read more] -
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 months ago
You need to put the php tags around the code, so
<?php
goes before the code danbp gave you.//
is used to tell php to ignore the current ( single ) line. Multi line comments start with/*
and end with*/
tags. This is commonly known as commenting out…..Then
?>
needs to go at the end of the file.There should be nothing (…[Read more]
-
aces replied to the topic [Resolved] Mention tag in forum how to get it ? in the forum Creating & Extending 9 years, 7 months ago
You need to put the php tags around the code, so
<?php
goes before the code danbp gave you.//
is used to tell php to ignore the current ( single ) line. ( Multi line comments start with/*
and end with*/
)Then
?>
needs to go at the end of the file.There should be nothing ( including spaces or blank lines ) before the…[Read more]
-
aces replied to the topic in the forum aces 9 years, 9 months ago
-
aces replied to the topic in the forum aces 9 years, 9 months ago
-
aces replied to the topic in the forum aces 9 years, 9 months ago
-
aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress 9 years, 10 months ago
@timothylegg
Just a thought – have you got pretty permalinks set up?In WordPress settings > permalinks ( /wp-admin/options-permalink.php )
-
aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress 9 years, 10 months ago
@timothylegg
Just a thought – have you got pretty permalinks set up?See: settings > permalinks ( /wp-admin/options-permalink.php )
-
aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress 9 years, 10 months ago
@timothylegg
Just a thought – have you got pretty permalinks set up? ( https://codex.buddypress.org/getting-started/ ) in settings > permalinks ( /wp-admin/options-permalink.php ) -
aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress 9 years, 10 months ago
@timothylegg
Just a thought – have you got pretty permalinks set up? https://codex.buddypress.org/getting-started/ -
aces replied to the topic 404 Page for Activity, Groups, Members in the forum Installing BuddyPress 9 years, 10 months ago
@timothylegg
Just a thought, have you got pretty permalinks set up? https://codex.buddypress.org/getting-started/ - Load More
@aces
Active 9 months, 1 week ago