Skip to:
Content
Pages
Categories
Search
Top
Bottom

signature separator

  • @senatorman

    Participant

    Is it posible to make a separator (a line for example) between post and signature.

    For reading posts it is much clearer.

Viewing 16 replies - 1 through 16 (of 16 total)
  • @robin-w

    Moderator

    what signature plugin are you using?

    @senatorman

    Participant

    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

    @robin-w

    Moderator

    do you know how to add code to your function file?

    @senatorman

    Participant

    Yes, i use a functions.php in my child theme

    @robin-w

    Moderator

    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>'
    }

    @senatorman

    Participant

    i get an syntax error in dreamweaver with this code

    @robin-w

    Moderator

    try

    add_action ('bbp_theme_after_reply_content', rew_hr', 10) ;
     
    function rew_hr () {
    echo '<hr>' ;
    }

    @senatorman

    Participant

    same error

    @robin-w

    Moderator
    add_action ('bbp_theme_after_reply_content', 'rew_hr', 10) ;
     
    function rew_hr () {
    echo '<hr>' ;
    }

    @senatorman

    Participant

    Thanks now it works

    There is a line, but under the signature.
    It must above the signature to separate it from the post.

    @robin-w

    Moderator

    ok, I’d need to see a link to the site

    if private, contact me via my website

    http://www.rewweb.co.uk

    @senatorman

    Participant

    See this topic,

    Zoekfunctie verbeterd

    “Mvgr Senatorman” = my signature

    @robin-w

    Moderator

    ok, can you go to

    dashboard>plugins>all plugins and see if you have the plugin

    bbP Signature

    and confirm that it is activated?

    @senatorman

    Participant

    ooh i see,

    i use the plugin for the signature
    GD bbPress Tools

    @robin-w

    Moderator

    ah – ok, suggest you post on their support site

    https://wordpress.org/support/plugin/gd-bbpress-tools

    @senatorman

    Participant

    yes, ok, you realy help me a lot,

    thanks

Viewing 16 replies - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.
Skip to toolbar