Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Topic Link not showing on fronted for user


  • ashu2106
    Participant

    @ashu2106

    Hello

    As admin i m able to create new Topic from frontend and bckend both
    but as a user, i m not seeing create new Topic button on Forum page and Create new Topic button is also not present on Topic page

    ps: i used [bbp-topic-form] to show new Topic on another page , but i do not want to show Create New Topic on Main Menu rather then i want to show create new Topic on Forum menu :like

    Topics Started
    Replies Created
    Favorites
    Subscriptions
    create new Topic or as show default that comes with bbpress
    i m new in bbpress

    i m using
    latest version of wordpress
    latest version of Buddypress
    latest version of bbpress

    can u please suggest any idea how to get resolve this problem
    thanks

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

  • Robin W
    Moderator

    @robin-w

    you can put a button on the forums pages using

    https://wordpress.org/plugins/bbp-style-pack/

    go to settings>bbp-style-pack>forum display and no. 5


    ashu2106
    Participant

    @ashu2106

    thanks for reply @Robin W
    yes, i got the link of plugin and installed it is working fine on forum page what i want to show create new Topic link when user did not create any topic

    i found the solution present in : user-topic-created.php file
    i will modify to achieve my goal

    can u please tell me how to place that file into child theme

    waiting for reply
    thanks


    Robin W
    Moderator

    @robin-w

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/user-topic-created.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/user-topic-created.php
    bbPress will now use this template instead of the original

    Then modify or overwrite woth your modified file

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