Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 19,626 through 19,650 (of 64,516 total)
  • Author
    Search Results
  • #149060
    themefurnace
    Participant

    Brilliant – thanks a lot πŸ™‚

    Im moving the forum designerstalk.com over to bbPress and plan to do a write-up on WPLift about it,
    If you cant fix it, then I could possibly upgrade to VB4 and then do the import but Id prefer to do it from version 3 if at all possible.

    #149056
    Stephen Edgar
    Keymaster

    I haven’t looked at what you have above closely, nor have I looked closely at the changes @jjj made recently but we just changed some of the logic behind trash, untrash, spam and unspam for topics and replies.

    Details and links to changesets are in the following ticket if you want to take a look as it appears I have not really looked at anything πŸ˜‰

    https://bbpress.trac.wordpress.org/ticket/2494

    If you don’t see anything in that ticket or related to what your looking for please create a new ticket and I promise I will look πŸ˜‰

    #149055
    Leonyipa
    Participant

    thanks, where should I put the
    ntwb_bbpress_custom_kses_allowed_tags.php
    in?

    #149053
    Stephen Edgar
    Keymaster

    I have hardly dug into bbPress 1.x and am not familiar with the code base at all.

    How about grab the latest bbPress v1.2 and create a test/demo site on your local PC with a backup your database, things should theoretically work though you ‘d have to make sure the database upgrade routine was triggered of course.

    That should then give you a working version with your database to then start comparing the base code of your test site vs your live site.

    That said, what is stopping you from upgrading? I am presuming here that there is something stopping you from installing WordPress and upgrading bbPress 1.x to the v2.x plugin?

    #149052
    Stephen Edgar
    Keymaster

    Hmmmm, that’s no good, I’ll take a look in the next few days, I’m busy as making a load of importer improvements so I’ll test these with vBulletin 3 at the same time.

    Also this reported in this topic also, so maybe subscribe to that topic also in case I write omething there and forget here πŸ˜‰

    import from vbulletin3 and no replies

    Pavle123
    Participant

    Hi guys,

    Anyone has a clue on how to make a forum similar to this one http://www.quicksprout.com/forum/

    My current forum is http://www.cardzreview.com/forums/ and it sucks.

    Any help is highly appreciated.

    #149043
    Stephen Edgar
    Keymaster

    Create a page or two and use the bbPress shortcodes

    https://codex.bbpress.org/shortcodes/
    https://codex.bbpress.org/widgets/

    #149042
    Stephen Edgar
    Keymaster

    That is up to the the forum software you choose to use, all our source code is open source and any forum software package is free to create an import tool to import from bbPress, we do the same, we import from many forum packages but it is up to each application to add support if they want new customers to be able to import from bbPress, I know a few of the common ones do.

    Stephen Edgar
    Keymaster

    You would need to go to bbPress settings and uncheck ‘auto role’ as when a user logs in they are automatically given the role set in this setting.

    #149040
    Stephen Edgar
    Keymaster

    I just had a play with this and you are correct, it works for administrators/keymasters but not standard ‘participants’ or ‘anonymous’ users.

    Grab this custom KSES plugin I have here https://gist.github.com/ntwb/7797990

    I just added class to to the pre section as that is where the issue is, pre is allowed but <pre class="whatever"> is not.

    Double check any of the other allowed tags and/or remove ones you don’t want/need.

    Edit: I just double checked against the default bbPress allowed tags and all are there, you may or may not want the table sections, up to you. I also made a note to add class as an allowed tag of pre for bbPress core, I can’t think of a reason for us not to add this by default.

    #149039
    Stephen Edgar
    Keymaster

    I cannot reproduce this issue with bbPress 2.5.4 and WooSidebars 1.3.1

    For example replacing the ‘Primary Sidebar’ with a new WooSidebar for the bbPress ‘Topic Archive’ and ‘Each individual topic’.

    Typically issues where people have had issue with ‘the_title’ usually revolves around a theme issue, try using the same configuration you were trying but test it with the Twenty Fourteen theme.

    Anything else to help reproduce the issues you posted I’m more than happy to take a look but will need some detailed reproduction steps so I can see what your seing.

    #149037
    Stephen Edgar
    Keymaster

    @leonyipa Don’t get you bb’s confused, what you wrote way up there and quoted here:

    And I paste the code into: /public_html/wp-content/themes/bp-default/functions.php

    That is the BuddyPress Theme ‘BP Default’, nothing to do with bbPress so make sure you are updating the correct files πŸ˜‰

    #149033

    In reply to: Long Query Error

    Stephen Edgar
    Keymaster

    This is just a warning notice, not so much a functional error, due to the amount of roles you have which is combined by WordPress, bbPress, Shop and S2 Member the query is over 1540 charatacters in length (1547 to be exact)

    You should contact your webhost for the best advice guidance on what MySQL settings they have configured for your hosting setup, they may have an option to increase this number for you.

    (Apologies, your topic was originally caught by Akismet as spam)

    #149031
    Robin W
    Moderator
    #149030
    Robin W
    Moderator

    @obinyc sorry missed this post

    try

    <?php get_sidebar(); ?>


    @drceng

    lots of different boats, and yours is probably not the same.

    Do you have a sidebar at all showing?
    Have you followed

    Step by step guide to setting up a bbPress forum – Part 1

    Come back if you need further help

    #149027
    Robin W
    Moderator

    ok there are two parameters

    wordpress – has subscriber, author, admin etc.
    bbpress has – participant, moderator, keymaster etc.

    you’ll see the bbpress roles when you do into

    dashboard>settings>users>all users and go into edit users. Look at the bottom of the screen and you’ll see forum role.

    If you are manually registering your users, then have set up a user, you’ll need to go back into edit to add the role.

    If your users are automatically registered as part of a process, then you’ll need to set Dashboard>settings>forums and change/tick automatically assign users the participant role (if that’s the role you want them to have).

    In automatic mode, the user is assigned the bbpress role on first login. However if you are using third party registration processes (eg plugins to do that) then some override that, and that part of the process doesn’t work, so you’ll need to check that rthe process is happening.

    Come back if you need further help.

    #149026
    Stephen Edgar
    Keymaster

    Make sure you do not have any conflicts with either your theme or any other plugins:

    Switch your theme to the Twenty Fourteen theme and test again, does it work now?

    Deactivate all your plugins except bbPress, does it work now? If yes start reactivating each plugin until you find the conflicting plugin that causes it to stop working.

    #149025
    Stephen Edgar
    Keymaster

    Closing this as a duplicate of this topic here (They were origianlly marked as spam by Akismet)

    #149024
    Stephen Edgar
    Keymaster

    Closing this as a duplicate of this topic here (They were origianlly marked as spam by Akismet)

    #149020

    In reply to: Remove Breadcrumbs

    Robin W
    Moderator
    #149017

    In reply to: disabling breadcrumbs

    Robin W
    Moderator
    #149007
    el_ganadores
    Participant

    Hi!

    Logged in users other than a logged in admin are unable to see the forum – they can only see a 404 page. Does anyone have any ideas?

    Admins can see the forum fine (and contribute etc) and not logged in visitors can see everything too.

    I’ve deactivated all plugins except for bbPress and I’ve also changed themes without success. Any ideas would be really appreciated!

    I tried heaps of changes but haven’t been able to sort out my similar problem.

    I can access my forum when logged in as the admin, but when someone else is logged in they get a 404. Not logged in users can see the forum.

    This means that only the admin and not logged in users can see the forum. Which obviously means that there weren’t be any chatting! Does anyone have any ideas? Thanks so much!

    http://studentview.com.au/forums/

    #148997
    Robin W
    Moderator

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

    #148988
    Robkk
    Moderator

    to test out the code make pictures really small and add important

    #bbpress-forums div.bbp-topic-content img, #bbpress-forums div.bbp-reply-content img {
        max-width: 100px!important;
        max-height: 50px!important;
    }

    but you could also send me a link to a forum post with a picture too

    #148986
    Leonyipa
    Participant

    yes, but it doesn’t work πŸ™

    I also found the code is in
    /public_html/wp-content/plugins/bbpress/templates/default/css/bbpress.css

    I directly change the number of

    #bbpress-forums div.bbp-topic-content img,
    #bbpress-forums div.bbp-reply-content img {
    max-width: 100%;
    }
    However, no matter what number I change to, it still doesn’t work.
    The width of the image still remain 100%

Viewing 25 results - 19,626 through 19,650 (of 64,516 total)
Skip to toolbar