Skip to:
Content
Pages
Categories
Search
Top
Bottom

Text or toggle above forum titel – all group forum pages

Viewing 8 replies - 1 through 8 (of 8 total)

  • Robin W
    Moderator

    @robin-w

    As it’s above the title, then it’s before bbpress kicks in.

    you could try

    if (is_bbpress) {
    echo 'hello' ;
    }

    but may not work

    Or try to add something to your theme page.php or equivalent before the title
    Something like (this won’t work it’s just to start you off!)

    $array = (2925, 3567,4567) ;
    if (in_array ($page_id, $array)) {
    echo 'hello' ;
    }

    where 2925 etc are forum ID’s


    Robin W
    Moderator

    @robin-w

    or you could link to the ‘forum’ class as it is just before the title

    eg

    .forum::before { 
         content: "Read this: ";
    } 

    carriercarrier
    Participant

    @carriercarrier

    Thx Robin for getting back so fast!

    I use “topic-tags” as “topic-subjects”.

    What I am tryibg to achive is to have a toggle with all “topic tags” in it, or a widget with the topic-tags at the top of the forum, so that on mobile its easy to find each “topic-subject”, since all widgets end up at the bottom of the page.

    Im not so used to coding so I will try with forum’ class, because the other suggestion I dont understand.


    carriercarrier
    Participant

    @carriercarrier

    Hi again
    I tried the forum-class, but it only added “text” to my forum see http://prntscr.com/i9yywx.
    I have added the abpve CSS code to my theme.

    Its this tag-cloud widget http://prntscr.com/i9z0m6 that I would like to show above the “forum title, if possible.

    Is there something Im missing here?


    Robin W
    Moderator

    @robin-w

    what widget are you using to see that list ?


    carriercarrier
    Participant

    @carriercarrier

    on the forum root page its called id=”tag_cloud-4
    see http://prntscr.com/i9zo7e

    on the group forum page its called id=”tag_cloud-3″

    they are made from your plugin #tweeks” and here they are http://prntscr.com/i9zq4v


    Robin W
    Moderator

    @robin-w

    ok, I played with this for a while, and any solution would be site/theme specific and beyond free help I’m afraid.


    carriercarrier
    Participant

    @carriercarrier

    Thx for looking at this.
    I will see if I can get some one to do this.

    Thx John

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