Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,901 through 38,925 (of 64,523 total)
  • Author
    Search Results
  • #95035
    john010117
    Member

    Is there any way to customize the topic URLs to be based off of topic ids (ex: /forums/topic/1) instead of using the topic titles in the URL?

    #99665
    zaerl
    Participant

    My plugin does work: zaerl Visibility.

    It has been tested by three different users (plus me) in at least five different installations.

    #104765
    zaerl
    Participant

    My plugin does work: zaerl Visibility.

    It has been tested by three different users (plus me) in at least five different installations.

    #37650
    [removed]
    Participant

    This might be seen as spam (if so, apologies) but since there’s no way to respond to plugins or add any of them anymore, I figured I’d post one here.

    All three current restricted forums plugins are broken (two haven’t been updated since 2007…) I’ve taken the time to actually develop a new one that works just like the “Private Forums” but actually works

    http://stephanmuller.nl/restricted-forums-bbpress/

    Let me know if you have any feature requests or bugs!

    Stephan

    #99656
    [removed]
    Participant
    #104756
    [removed]
    Participant
    #99662
    [removed]
    Participant

    I can confirm that plugin works like a charm. Unfortunately, it does not take avatars though.

    #104762
    [removed]
    Participant

    I can confirm that plugin works like a charm. Unfortunately, it does not take avatars though.

    #95034
    Gautam Gupta
    Participant

    Ryan Gannon:

    Yes, bbp_get_topic_content and bbp_get_reply_content.

    Alex:

    Thanks! ;)

    DarkWolf:

    1. The category page should contain the list of sub-forums, which are in it.
    2. You need to shift all the pages, stats, etc. above the forum page too (i.e. change their parent to no parent).

    #99661
    Anonymous User 7670885
    Inactive
    #104761
    Anonymous User 7670885
    Inactive
    #37649
    Giowizzy
    Member

    Hi guys,

    I’m still having issues on how to change my avatar. My idea is to also allow registered user to do the same. I have installed the Avatar blugin for bbpress and tried to follow some steps but can’t seem to have it working.

    Can someone break it down for me PLEASE on how to make it work for the Kakumei theme.

    I’ll really appreciate it.

    Thanks in advance.

    Gio-

    #37648
    pedrog
    Member

    I’d like to move my phpBB forum into a bbPress system? Is it doable? If so could you provide me with links?

    Thanks in advance!

    #95033
    Anonymous User 7670885
    Inactive

    @tieptoep: i’ve a login page (maked for bbpress) but it point to: http://localhost/wordpress/forum/login/ (this is a subpage of forum) instead meta link to: http://localhost/wordpress/login/ (404 – not found) :/

    Anyway, with bbpress login widget is ok, thanks :)

    Edit: i’ve put in top level all subpages and now also point 2 workfine (i’ve simple maked a custom menu to have all page ordered in “forum” menu link) ;)

    #95032
    Anonymous User 5853594
    Inactive

    @DarkWolf.it

    3) It points to a page which you haven’t created… If you create a page with the name “login” which uses the template “bbPress – User Login”, it will work.

    Although I must admit that this doesn’t really make sense if you don’t know about it… And for that the bbPress login widget has been made.

    #99660
    ePilipovic
    Member

    Hello,

    I tried this but the forum didn’t show up ony header and footer.

    thanks

    #104760
    ePilipovic
    Member

    Hello,

    I tried this but the forum didn’t show up ony header and footer.

    thanks

    #99659
    alexchenco
    Member

    Try this:

    – You first have to start the WordPress Loop

    – Then call the get_template _part() function to get the forum template.

    <?php
    /*
    Template Name: Forum
    */
    @ePilipovic

    /**
    * @package WordPress
    * @subpackage Default_Theme
    */

    get_header(); ?>

    <?php while ( have_posts() ) : the_post(); ?>

    <div id="forum-front" class="bbp-forum-front">
    <div class="entry-content">

    <?php the_content(); ?>

    <?php get_template_part( 'loop', 'bbp_forums' ); ?>

    <?php get_template_part( 'form', 'bbp_topic' ); ?>

    </div>
    </div><!-- #forum-front -->

    <?php endwhile; ?>

    <?php get_footer(); ?>

    #104759
    alexchenco
    Member

    Try this:

    – You first have to start the WordPress Loop

    – Then call the get_template _part() function to get the forum template.

    <?php
    /*
    Template Name: Forum
    */
    @ePilipovic

    /**
    * @package WordPress
    * @subpackage Default_Theme
    */

    get_header(); ?>

    <?php while ( have_posts() ) : the_post(); ?>

    <div id="forum-front" class="bbp-forum-front">
    <div class="entry-content">

    <?php the_content(); ?>

    <?php get_template_part( 'loop', 'bbp_forums' ); ?>

    <?php get_template_part( 'form', 'bbp_topic' ); ?>

    </div>
    </div><!-- #forum-front -->

    <?php endwhile; ?>

    <?php get_footer(); ?>

    #37645
    ePilipovic
    Member

    How can i add a custom page on wordpress theme with bbPress? Is there any function to call?

    example link: http://img34.imageshack.us/img34/9774/bbpress.png

    <?php

    /*

    Template Name: Forum

    */

    /**

    * @package WordPress

    * @subpackage Default_Theme

    */

    get_header(); ?>

    —->>> What to put here to show my bbPress forum?

    <?php get_footer(); ?>

    #99636
    panosbax
    Member

    the only problem it seems is that i simply dont have “auth_salt” and “logged_in_salt” in my wp-admin/config.php in WordPress. which means I can’t add those values in integration which is why it wont stay logged on across WP/ bbpress. Can anyone explain what to do :/ or why it’s not there?

    #104736
    panosbax
    Member

    the only problem it seems is that i simply dont have “auth_salt” and “logged_in_salt” in my wp-admin/config.php in WordPress. which means I can’t add those values in integration which is why it wont stay logged on across WP/ bbpress. Can anyone explain what to do :/ or why it’s not there?

    #96316

    In reply to: Design Saga

    That’s awesome. I’m new to bbpress. How long did it take you to design the forum?

    Also, does anyone know how to upload a profile pic? I hate being a snow man.

    Steve

    #101416

    In reply to: Design Saga

    That’s awesome. I’m new to bbpress. How long did it take you to design the forum?

    Also, does anyone know how to upload a profile pic? I hate being a snow man.

    Steve

    #95031
    Anonymous User 7670885
    Inactive

    Some report: branches_plugin-2949

    1) If i use a forum as category and a sub forum as forum the category name is click-able and when i click on it i receive: This forum contains 0 topics and 0 replies (instead it contain a real forum with topics).

    2) If i disable “Prefix the root slug before the following slugs?” i receive all 404 on sub-pages forum (like stats, recent, newest) – yes, i’ve resaved permalink.

    3) Login meta link do not work (it point to “login” instead to point to: “wp-login.php”)

Viewing 25 results - 38,901 through 38,925 (of 64,523 total)
Skip to toolbar