what signature plugin are you using?
i thought bbpress had a signature option. But after your question what plugin i use for the signature i think it is the signature from Buddypress
do you know how to add code to your function file?
Yes, i use a functions.php in my child theme
this will be hit or miss, as it is xmas eve, and this code is entirely untried
add_action ('bbp_theme_after_reply_content', rew_hr', 10) ;
function rew_hr () {
echo '<hr>'
}
i get an syntax error in dreamweaver with this code
try
add_action ('bbp_theme_after_reply_content', rew_hr', 10) ;
function rew_hr () {
echo '<hr>' ;
}
add_action ('bbp_theme_after_reply_content', 'rew_hr', 10) ;
function rew_hr () {
echo '<hr>' ;
}
Thanks now it works
There is a line, but under the signature.
It must above the signature to separate it from the post.
ok, I’d need to see a link to the site
if private, contact me via my website
http://www.rewweb.co.uk
See this topic,
Zoekfunctie verbeterd
“Mvgr Senatorman” = my signature
ok, can you go to
dashboard>plugins>all plugins and see if you have the plugin
bbP Signature
and confirm that it is activated?
ooh i see,
i use the plugin for the signature
GD bbPress Tools
yes, ok, you realy help me a lot,
thanks