New Landing How can we help? Atelier Forum setup – bbpress

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #175017
    NMillard
    Member
    Post count: 115

    Hi!

    I’d love to have a forum like urs! How did you set it up? I know it’s bbpress, but what about the plugins and links, such as: developer/support badge, User links, “Post New Topic” button, and topic status.

    I’ve attached a few imgs showing which aspects of the forum I’d love to know how to set up.

    Thanks! ๐Ÿ˜€

    Attachments:
    You must be logged in to view attached files.
    #175022
    NMillard
    Member
    Post count: 115

    .

    Attachments:
    You must be logged in to view attached files.
    #175195
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We use: GetShopped Support Forum Plugin, however some of it is custom

    – Kyle

    #178106
    NMillard
    Member
    Post count: 115

    Thanks – the GetShopped Support Forum plugin doesnt seem to work on my website though..

    How about the “user links” in the sidebar? How did you make this? ๐Ÿ™‚

    #178490
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You mean the pages or the links? It’s just a text widget

    – Kyle

    #178504
    NMillard
    Member
    Post count: 115

    I mean the links – not the pages.

    What’s the code to create these user-specific links?

    #178506
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    <?php
        if ( is_user_logged_in() ){
            echo '<ul><li><a href="' .bbp_get_user_profile_url( get_current_user_id()) . 'topics">My Topics</a></li>';
          echo '<li><a href="' . bbp_get_user_profile_url( get_current_user_id()) .  'replies">My Replies</a></li></ul>';
    	}
    ?>

    – Kyle

    #178510
    NMillard
    Member
    Post count: 115

    Thanks!

    Dunno what I’m doing wrong though, and the links look weird – it cant seem to find the pages, I just get to the 404 page.

    Attachments:
    You must be logged in to view attached files.
    #178514
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry not sure what’s wrong there, you’ll need to contact BBPress support, we only support themes

    – Kyle

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register