Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 11,326 through 11,350 (of 14,146 total)
  • @robin-w

    Moderator

    ok,

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress
    find
    wp-content/plugins/bbpress/templates/default/bbpress/content-single-forum.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/content-single-forum.php
    bbPress will now use this template instead of the original

    then change lines
    <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>

    <?php bbp_get_template_part( ‘pagination’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘loop’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘pagination’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘form’, ‘topic’ ); ?>

    <?php elseif ( !bbp_is_forum_category() ) : ?>

    <?php bbp_get_template_part( ‘feedback’, ‘no-topics’ ); ?>

    <?php bbp_get_template_part( ‘form’, ‘topic’ ); ?>

    <?php endif; ?>

    to
    <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>

    <?php bbp_get_template_part( ‘pagination’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘loop’, ‘topics’ ); ?>

    <?php bbp_get_template_part( ‘pagination’, ‘topics’ ); ?>

    <?php elseif ( !bbp_is_forum_category() ) : ?>

    <?php bbp_get_template_part( ‘feedback’, ‘no-topics’ ); ?>

    <?php endif; ?>

    and save

    that should do it

    @robin-w

    Moderator

    How are you hiding the forums from non logged in users

    In reply to: BBPress

    @robin-w

    Moderator

    but all other can´t com in

    so what are they getting – a login screen and then what happens?

    In reply to: BBPress

    @robin-w

    Moderator

    I have a problem with BBpress. Mmembers can´t login at my forum and see the post

    you will need to provide more information to enable us to help you – the above is like saying ‘my car won’t start – what’s wrong?’

    why can’t members log in, what are you using to log in, do they get this, if they do what error messages are they getting, how long has this been going on – always, just started, what else has happened to the site eg upgrades, additional plugins, new themes, can you log on? is it just one bbpress level or all levels etc. etc. etc.

    In reply to: Import Forums

    @robin-w

    Moderator

    It’s probably just ‘wp’

    If that doesn’t work come back

    @robin-w

    Moderator

    Hey no problem !!

    @robin-w

    Moderator

    ok, have received the email, and the attachment settings are not part of bbpress, so they must be part of a plugin.

    Do you know which one, and is it a forum specific one?

    In reply to: Import Forums

    @robin-w

    Moderator

    bbpress will need to access the old database, so it will need the name, and within that database and ‘prefix’ which helps separate databases.

    Is there anyone you can contact to find out that info, or where is the database at the moment?

    @robin-w

    Moderator

    seems they are helping you on the trac ticket, but first step would be

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then come back

    @robin-w

    Moderator

    if you continue to have trouble, email me via my website

    http://www.rewweb.co.uk

    In reply to: User role upgrade

    @robin-w

    Moderator

    I suspect it would be a hook into a free membership plugin like simple membership

    If you’d like me to look in detail at this, contact me via my website

    http://www.rewweb.co.uk

    In reply to: Import Forums

    @robin-w

    Moderator

    No you’re not blind! it’s hidden in

    Dashboard>tools>forums>import forums

    @robin-w

    Moderator

    in each forum you can set permissions to view and comment and so on, I did it in there.

    that’s pages not forums??

    Can you give the precise steps starting with Dashboard>….

    @robin-w

    Moderator

    your code says

    '_bbp_reply_count' => '19'

    shouldn’t that be

    '_bbp_reply_count' => '>19'

    @robin-w

    Moderator

    When viewing http://thewritepractice.com/topic/test/ as admin, the Edit link is there in the box. When viewing it as the author of it however, not seeing Edit.

    The above are wordpress roles (and useful info) but can you tell me what bbpress roles you have set for this user.

    @robin-w

    Moderator

    try ‘_bbp_reply_count’ it’s in the meta data

    @robin-w

    Moderator

    ok, it’s back to looking at this aspect specifically.

    1. some themes only show the edit when you hover in the topic/reply content, this is theme specific not bbpress.

    2. I know you have already tested the below but please try again as bbpress is tested with default themes. Try twentyten as I know it gives a firm edit box :

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then come back.

    In reply to: User role upgrade

    @robin-w

    Moderator

    ok, getting there, but a solution brief would be good. ie a long description of exactly what you want.

    If it’s easy, I’ll drop some code

    If not, I might look at it as a project

    In reply to: User role upgrade

    @robin-w

    Moderator

    ok, you mention ‘contributor’ – do you mean wordpress roles or bbpress roles?

    In reply to: User role upgrade

    @robin-w

    Moderator

    No im looking for this

    I don’t know what you are looking for – from your original description my first answer would do.

    Please come back with a fuller description of exactly what you want

    @robin-w

    Moderator

    I have disabled file uploads in my bbPress forum

    ok, so how did you do that?

    In reply to: User role upgrade

    @robin-w

    Moderator

    If this is just a request (ie you are going to look at this), then any ‘form’ plugin will do that

    eg

    https://wordpress.org/plugins/contact-form-7/

    @robin-w

    Moderator

    ok,

    create a directory on your theme called ‘bbpress’
    ie wp-content/%your-theme-name%/bbpress
    find
    wp-content/plugins/bbpress/templates/default/bbpress/content-single-forum.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/%your-theme-name%/bbpress/content-single-forum.php
    bbPress will now use this template instead of the original

    then change lines

    <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>
    
    <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
    
    <?php bbp_get_template_part( 'loop',       'topics'    ); ?>
    
    <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
    
    <?php bbp_get_template_part( 'form',       'topic'     ); ?>
    
    <?php elseif ( !bbp_is_forum_category() ) : ?>
    
    <?php bbp_get_template_part( 'feedback',   'no-topics' ); ?>
    
    <?php bbp_get_template_part( 'form',       'topic'     ); ?>
    
    <?php endif; ?>
    

    to

    <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>
    
    <?php bbp_get_template_part( 'form',       'topic'     ); ?>
    			
    <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
    
    <?php bbp_get_template_part( 'loop',       'topics'    ); ?>
    
    <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
    
    <?php elseif ( !bbp_is_forum_category() ) : ?>
    
    			
    <?php bbp_get_template_part( 'form',       'topic'     ); ?>
    
    <?php bbp_get_template_part( 'feedback',   'no-topics' ); ?>
    
    <?php endif; ?>

    and save

    that should do it

    In reply to: New topic

    @robin-w

    Moderator

    I’ve split this to a new topic

    please post you request below, or if that fails, edit the post above

    @robin-w

    Moderator

    It would be better to show a link to the form

    load my plugin

    https://wordpress.org/support/plugin/bbp-style-pack

    and go into

    Dsahboard>settings>bbp style pack>d. forum display and click no. 5

Viewing 25 replies - 11,326 through 11,350 (of 14,146 total)