Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 25,801 through 25,825 (of 64,535 total)
  • Author
    Search Results
  • #133970
    Sachin Mishra
    Participant

    Hi,

    I am using DAP on my website. I tried to install bbpress 2.3.1 along-with DAP. As I installed bbpress, it takes me to an error page saying “You don’t have permissions to access this page”. Though I logged in as superadmin. I tried deactivating all my plugins. I checked the htaccess file as well but there is only the default code for permalinks. But nothing is working.

    Any suggestions?

    Thanks,
    Sachin

    #133969
    Tbermudas
    Participant

    Hello

    I have the same problem also with the default theme. @johnjamesjacoby you can see an example here:

    http://triangulodelasbermudas.net/editor/forums/topic/prueba-de-paste/

    I have detailed in the replies the version of bbpress and you can see the result when copy from any web and paste to publish. The same problem when you apply any format like bold, italic…

    The reply created with bbpress 2.3.1 is with the visual editor activated via adding the code to theme functions.php:

    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    With bbpress 2.2.4 all works fine.

    #133959

    In reply to: Topics Disappeared

    Sounds pretty strange. First things I’d do:

    • Check which accounts might have moderator/super admin access
    • Check trash/spam
    • Check access logs, see if someone removed them</lill of>

    All of bbPress’s trash/delete actions perform capability checks against the currently logged in user, so it’s impossible for an unauthorized user account to delete content inside of WordPress.

    It’s also possible someone deleted all of the forum content without your knowledge, using the “Reset Forum” tool under Admin > Tools > Forums > Reset Forum

    #133957

    Sounds like you have a javascript error in your theme causing issues. Also, as a keymaster you’re allowed unfiltered HTML, but your regular users have limited access to HTML tags and attributes to prevent them from breaking the layout of your site.

    What comes in bbPress 2.3.1 is exactly what we’re running here on bbpress.org.

    _sushi
    Participant

    I recently (on Monday) installed bbpress, and activated it. Right after activating it i got kicked out of my site. I can log in but i get the “You do not have sufficient permissions to access this page” message. I logged in with my 2 admin accounts and still couldn’t get to the dashboard area. I deleted the plugin folder for bbpress through ftp but that didn’t do anything ( a note on this, when i go into phpmyadmin i still see entries referring to bbpress. like in with usermeta/wp_capabilites)
    I have tried a number of things listed both here and on wordpress but nothing worked.
    Does anyone have an idea as to how i can fix this. Please keep in mind i am not a programmer, but any help is greatly appreciated.
    Wordpress 3.5.1
    bbPress 2.3.1

    #133952
    tizmo
    Participant

    Dear smart guys,
    I was a happy user of Buddypress with group forum. Recently, something miserable happened and Buddypress discontinued Group Forum which was working fine. Now i have to use this bbpress. It’s okay if it was working. After installed the bbpress plugin, now my forum is a blank page with Edit Post link. I can open forum topic from groups but when i click on Forums link from dashboard, it shows me the blank page. How to see the group forum back? It’s horrible experience. Something great stopped working makes me very disappointed. Could it be my mistake? Any hint will be so much appreciated. Some questions related to this problem seem unanswered. So i’m preparing myself not to get any reply.

    Thank you from a desperate dude

    #133951
    tizmo
    Participant

    unfortunately, i’ve the same problem. I don’t know what was wrong to continue BP group forum. It was okay. Now it’s retired and i’m stuck with bbpress. When i click on Forums link, it shows me a blank page with Edit Post link. Why people stop thing that just works? Is it a bottleneck of using open source sotfware?

    deboerdave
    Participant

    i am having a problem with the automatically generated links that are suppose to bring you back to the above level pages. when i go into a forum you see the drill down location twice. Once on the line before the forum name and once on the line after the forum name. The first occurrence has the word “forum” in between the the home link and current forum and tries to go to http://www.lbpunderground.com/forums/forum/ were you encounter 404 error. the second version with forums works and leads to http://www.lbpunderground.com/forums/ as it should.
    below is example of structure of how it is showing up with some comments added:

    Home › Forum › first (“forum” here leads to broken page 404)
    first (forum title)
    Home › Forums › first (“forums” leads to the correct forum directory)

    here is the page the above is taken from: http://www.lbpunderground.com/forums/forum/first/

    another similar problem is when you go down into a topic the first line. now has “Topic” as the location between home and the current location on the first line. Again on the 3rd line the the drill down location is correct and functional. In the first line the link “Topic” leads to error 404 also.

    Home › Topic › another test (topic leads to 404 error)
    another test (topic title)
    Home › Forums › category 1 › cat1 forum1 › another test (working drill down links)

    the above example is taken from the page: http://www.lbpunderground.com/forums/topic/another-test/

    ideally i would like help to remove the first set of links, as their logic is not as ideal as the second set even if they are working properly. Or just a solution to fix them to work properly. But really i am not sure why the first set is there.

    here is a description of my setup:
    wordpress: Version 3.5.1
    bbpress: Version 2.3.1
    buddypress: Version 1.7.1
    wordpress theme: responsive

    #133946

    In reply to: Fancy Editor missing

    The “Visual mode” of the fancy editor is cumbersome and was causing issues for many users, so it was removed in bbPress 2.3.1.

    You can turn it back on with this plugin https://wordpress.org/extend/plugins/bbpress-enable-tinymce-visual-tab/

    #133944
    redkite
    Participant

    I’m using WordPress 3.5.1 and bbPress 2.3.1. My site is here (forums are restricted but I created one sample one that isn’t):

    http://www.redkitecreative.com/dev/ivas/forums/forum/sample-forum-for-checking-fancy-editor/

    I have ‘Use the fancy WordPress editor to create and edit topics and replies’ enabled, but the fancy editor never appears, not even for logged-in site admins. I tested it with three user levels. I tried switching to Twenty Twelve but it made no difference.

    I’m using TinyMCE Advanced on this site, I tried disabling it but the fancy editor is still not appearing. Please help.

    #133941

    In reply to: recent topics widget

    Thanks for reporting. Looks like it is indeed a bug. Hopefully we can get a fix in 2.3.2.

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

    #133933
    nickmartin
    Participant

    Figured out what my problem was: All in one SEO plugin conflict 🙁 I remember they recently upgraded and so did I. If I deactivate the plugin I get all the bbPress admin menus up. Also found this thread (scroll to the last part) https://bbpress.org/forums/topic/lost-permissions-for-administrator/ for more info.

    Tbermudas
    Participant

    Hello

    I’m migrating from ning and to save my data I have to use an importer that only works with old versions. I am working with buddypress 1.2.10 to import my forums.

    Once I finish the import process, how can I migrate my buddypress group forums to bbpress sitewide in bbpress 2.3?

    I have found info about how to migrate from buddypress legacy groups to the new buddypress groups powered by bbpress, but not to sitewide forums!

    There is any way?

    Thanks

    #133930
    nickmartin
    Participant

    Just noticed it also seems to install the bbPress widget on my admin frontpage, and if I try to click on one of the categories I get “Hey, Are you trying to cheat?”

    I was just able to install bbPress on another fairly new WP install of mine, so it seems like it’s this WP install that is bugging me.

    I am using the latest WP 3.5.1 and all themes/plugins are up2date.
    I am using latest Arras theme 1.5.1.2.

    Here is a list of the active plugins I have running:

    Akismet
    All In One SEO Pack
    Associated Posts Lite
    bbPress
    Fast Secure Contact Form
    GD Star Rating
    Google Analytics for WordPress
    Google XML Sitemaps
    Quick Page/Post Redirect Plugin
    Redirection
    Simple Local Avatars
    Smart Youtube PRO
    WordPress Backup to Dropbox
    WordPress Related Posts
    WP eMember
    WP No Category Base – WPML compatible
    WPtouch

    Hoping someone has an idea as I would LOVE to try our bbPress for my main site.

    Thanks!

    #133929
    nickmartin
    Participant

    I am not using Buddy Press only the BBpress forum plugin.

    Also, after I have deactivated –> deleted the plugin the theme colors revert back to the old ones. As soon as I try to install and activate again, it remembers the theme color settings and changes it back to the green (but still no menu and same no access notification).

    Also, after I deactivate –> delete the plugin, I still see the keymaster category in my WP users page, but there is no forum column in the members list.

    Is there any way I can completely remove every trace of bbPress from my WP install?

    Thanks, really frustrated 🙁

    #133928
    nickmartin
    Participant

    Ugh I wanted to install BBpress on my main website and as soon as I click “activate” after the plugin has installed I get the “You don’t have permission to access the page” notification.

    I’ve tried uninstalling/installing countless times and tried to see what happens on my site when I click activate.

    So after I get the insufficient access message, I go back and try to activate again. This time it works, but I don’t get any admin menus, and no tools options.

    I do however get the forum keymaster role field in my WP users interace, and I can also change the theme of the admin to the green colors.

    No matter what I try I cannot get the thing to work 🙁 Anyone else have these issues?

    #133909
    Henri Junttila
    Participant

    My tech guy ran into the same problem and he got it fixed by running Tools > Forums > Repair Forums.

    #133903
    Melanie_D
    Participant

    After testing a few times. I deactivated bbPress and BuddyPress. Reset to default user roles. Activated bbPress then BuddyPress, then setup permalink settings for bbPress and everything works great now.

    #133901
    palmdoc
    Participant

    I mean all plugins disabled except Buddypress and bbPress.

    #133899
    palmdoc
    Participant

    I’d like to hear from other bbPress/Buddypress users on whether they’ve managed to successfully upgrade from Legacy Group Forums to bbPress.
    So far I have not had success, as the end result is a Forums page with Group Forums as the root and an unformatted row of the group forums. There is no forums list with “freshness” despite putting [bbp-forum-index] in the Forums page
    The steps I followed closely is in the Buddypress wiki and reproduced with some elaboration here:
    http://pastebin.com/snFBxdVp
    This was done with all plugins except Buddypress and bbPress installed.

    #133898
    Melanie_D
    Participant

    I have this same issue. I reset to the default user roles in WordPress and the bbPress pages are now available, but to deactivate and reactivate the plugin causes the same issue to come back.

    #133895
    fencer_x
    Participant

    @julien1975 I’m having the exact same issues… No forums available for access from the admin panel, no “Forums” under tools or settings, absolutely no way to administrate the forums except from the front-end. I can’t deal with replies or topics on a bulk scale either now. REALLY hope this gets resolved soon.

    It feels like every time I get bbpress situated, something else breaks…

    #133894
    fencer_x
    Participant

    Having the same problem, and it just happened in the past few days. I haven’t added any new plugins or anything–nor have I touched bbpress, so what gives?

    All of the Forums options are gone from the sidebar in the admin dash, there’s nothing under tools or settings, absolutely no indication that forums even EXIST–except on the frontend, which works fine.

    My username as an admin is also still listed as Keymaster in the Users table, but I receive the “you don’t have sufficient permissions to access this page” when I try to access wp-admin/options-general.php?page=bbpress

    Obviously can’t remap anything, and I tried upgrading to 2.3.1, but nothing changed.

    #133893
    CorpWritingPro
    Participant

    That sounds like a good solution, but the Tools menu doesn’t have a Forums option. Tools has Available Tools, Import, and Export

Viewing 25 results - 25,801 through 25,825 (of 64,535 total)
Skip to toolbar