Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 12,901 through 12,925 (of 13,958 total)
  • @robin-w

    Moderator

    Think your next step is to the theme author

    @robin-w

    Moderator

    have you tried switching themes to a default one such as twnentytwelve to eliminate a theme issue?

    @robin-w

    Moderator

    @funin

    Not quite sure I understand

    You can have multiple forums with multiple access levels

    In combination with the default bbPress access a forum can be

    totally public – everyone can see and contribute – even anonymous users can make posts
    public – everyone can see, but only registered users can contribute
    private – only logged in user can see the forum exists, and can either contribute as participants or just see as spectators
    group visible – everyone can see that a forum exists, but only logged in users with permission for that forum can see forum topics and replies, and can either contribute as participants or just see as spectators.
    Group invisible – only users with permission for the forum can see that they exist, and can either contribute as participants or just see as spectators.

    Basically you have a great deal of flexibility on how you set your forum site up.

    so if you want a forum that people can see and contribute to alongside ones that are either private or with just topics visible, then this is possible.

    @robin-w

    Moderator

    ok thanks – I can only assume that this is related to how wamp deals with local urls, as I can neither see how the code could get to that stage, nor can I replicate on-line.

    However leave it with me, and I’ll see if I can add some code that checks to see if it looks like a url.

    If you leave these both blank, does it go to a login or 404 page as it should?

    In reply to: Forum Page not working

    @robin-w

    Moderator

    great – glad you’re fixed !

    @robin-w

    Moderator

    Great, glad you’re fixed !

    In reply to: Plugin submission

    @robin-w

    Moderator

    Hey Dimonza – never any harm in trying, and wish your business success !

    But I have removed the links

    Regards

    In reply to: User Roles and emails

    @robin-w

    Moderator

    By default users are not notified, they have to tick a box on each topic/reply to say that they want emails for anyone who posts to that topic. Is that what you are after?, or do you positively want to stop any emails? Seems a bit harsh for your users not to let them know that someone’s just rubbished the post that they made, but am sure you have valid reasons !

    In reply to: User Roles and emails

    @robin-w

    Moderator

    ‘When post are made I would like Keymaster users to get an email.’

    use a plugin such as bbPress notify

    ‘When Participants post I don’t want them to get an email.’

    Do you want to actively stop them, or do you just mean don’t mail to all participants?

    @robin-w

    Moderator

    Maybe not the most elegant, but this is quick and easy and should do it

    In you theme, create a folder called ‘bbpress’ eg

    wp-content/themes/your-theme-name/bbpress

    then create a file called

    content-single-user.php

    into that put the following code

    <?php
    
    /**
     * Single User Content Part
     *
     * @package bbPress
     * @subpackage Theme
     */
    
    ?>
    
    <div id="bbpress-forums">
    
    	<?php echo 'Sorry access not permitted' ; ?>
    </div>
    
    

    then save this file to the bbpress folder you created above

    If you want to completely hide the page, you could just put say your homepage url into the echo line and they would just be taken to the homepage.

    @robin-w

    Moderator

    suggest it is a theme issue – try changing to a default theme such as twentytwelve and see if that fixes.

    If so, then contact woothemes for a fix to their theme.

    If not come back

    @robin-w

    Moderator

    Ok so you’re a wordpress site – so see

    Codex

    for step by set how to install

    @robin-w

    Moderator

    hmmm…

    I’m not very sure quite what you are doing 🙂

    Bbpress doesn’t really have themes (the old version 1 may have done)

    Can you post a link to the theme you downloaded?

    @robin-w

    Moderator

    Ok, so I cannot replicate either

    Senza titolo 1

    Mine just saves correctly

    or

    ‘If in the fields as in the image I write random words, the plugin stops working and all the forums are visible for all’

    Senza titolo 1

    mine appends the random words to the current forum url, which then just send you to a 404 page

    Can you confirm that you are still having both these issues?

    @robin-w

    Moderator

    Hey thanks for continuing to test – really appreciated it !

    on the settings page – I can’t replicate this – I just tried a new install, and whatever combination of activate I use in the general settings, they still save ok. I am not sure what to suggest next – let me have a think.

    For the random words, I’ll take a look later today and fix.

    @robin-w

    Moderator

    ok,

    so given

    No other plugins than bbpress
    a theme of twentyten
    and that you as user are set up with ‘participant’ or above authority

    what exactly do you mean by ‘I cant add topic to forum’

    Is this :

    as a user in the front end?
    as a participant or above in the back end?
    what message are you getting, and when – eg “you cannot post topics…”

    @robin-w

    Moderator

    thanks, does this happen as you enter this page, or as you try to exit?

    @robin-w

    Moderator

    great – thank you – I will update the code to stop the error for future users !

    @robin-w

    Moderator

    and another thought – have you been into settings to set up the groups? Dashboard>settings>private groups

    It may be that I’ve not allowed for this – so if you have just downloaded the plugin and gone straight into setting up a page it might fail – I’d need to test, but please let me know.

    @robin-w

    Moderator

    ‘Sorry for my english. ‘ – do not apologise your English is excellent !

    Ok, I have just re-tested and I do not get that issue – I can create pages and posts fine.

    You could just try deleting and re-installing the plugin just to eliminate any load issues – unless you have just downloaded it, maybe download the latest version from my website so that we are both on version 1.4.

    Then maybe we should try to eliminate plugin and theme conflicts

    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, switch to a default theme such as twentytwelve, and see if this fixes.

    Come back and let me know.

    In reply to: Freshness for Category

    @robin-w

    Moderator

    If you’re not seeing settings>forums in the reading/writing list then either your install is faulty or you have a conflict – these can cause parts of the backend to not display/go missing.

    The easiest way to check would be to disable all plugins except bbp and switch to a default theme such as twentytwelve. If it all show up ok in that then either theme or plugin related, and you can start to work out which. However you may not want to do that on your live site !!!

    Maybe get your test site going, and then revisit bbpress ?

    @robin-w

    Moderator

    Thanks, I can’t replicate this – might be an issue with running it on wamp?

    Anyway can you let me know when you get this – ie what were you doing at the time.

    @robin-w

    Moderator

    Thanks, Stephen !

    @robin-w

    Moderator

    ok, just because it was annoying me, I looked further

    you should have a folder in your theme called forums which has a number of .css files in it.

    As far as I can work out, somewhere you can set up schemes for your forums within this these, or another plugin, and you have selected theme 4?

    Anyway two .css files are active

    in http://www.betatestarena.com/forums/

    the page is using

    /forums/#4.css as it’s style file

    This has

    body.it-background {
    }
    

    ie not set, but uses

    body.custom-background {
      background-attachment: fixed;
      background-color: #000000;
      background-image: url("http://www.betatestarena.com/wp-content/uploads/2014/05/Background.png");
      background-position: center top;
      background-repeat: repeat-x;
    }
    

    to give you the background color

    In your other link – http://www.betatestarena.com/forum/announcements/

    the page is using

    /forums/ammouncements/#4.css as its style file

    which has

    body.it-background {
      background-image: none !important;
    }
    body.it-background {
      background-color: #D2D2D8 !important;
    }
    
    

    on lines 760 and 761

    which set the off-white color.

    so play with these settings to get what you want.

    @robin-w

    Moderator

    This is coming from your theme, which seems to be setting lots of things in this area, some relating to the woocommerce elements of your theme.

    As this is a paid theme, I suggest you go to the theme’s support site for help is getting this fixed.

Viewing 25 replies - 12,901 through 12,925 (of 13,958 total)