Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,376 through 8,400 (of 64,487 total)
  • Author
    Search Results
  • #186729
    relicenterprize
    Participant

    We get this error when we try to access it from the URL string

    “Sorry, you are not allowed to access this page.”

    We checked all the Role permissions and Admin has complete access to bbpress.

    ????????

    Help, Robyn

    #186727
    joulette
    Participant

    Hi! It appears that my forum participants can write posts. They can even write a reply. However, they can’t read the actual post or even the replies. When they click on the post to read, it takes them directly to reply. None of the post is visible.

    I have installed bbPress correctly within Optimize Member. I am using GeneratePress as the theme. I tried swapping out to Twenty Seventeen – same issue.

    As a keymaster, I can read and edit posts and replys from the dashboard. I have looked for a possible need for an approval from a Moderator. Nope. What am I missing?

    Any help would be fabulous!

    #186724
    rogerlridge
    Participant

    Anybody know how I can achieve this using the CBX USER Online plugin as it already has a feature to display the amount of users currently viewing a page so I’m thinking it would just have to be edited for bbpress forums and topics instead of a page. It seems relatively simple but I just don’t have the coding knowledge to pull this off.

    #186723
    Vinod Dalvi
    Participant

    Thank you for your quick replies. I hope @jjj, @netweb or @mercime will also reply here soon.

    The bbPress users need much help and i want to provide helping hand here but not sure how muxh more time i have to wait to do that.

    #186710
    Vinod Dalvi
    Participant

    @sovvyg Please delete and reinstall the latest version of bbPress plugin. Also please clear the autoptimize cache that you are using on your site.

    This can be your theme issue so to confirm it just temporary use the default WordPress theme like Twenty Seventeen on your site. If everything works fine then it’s your theme issue.

    #186709
    Vinod Dalvi
    Participant

    @fdarn Are you using this [bbp-forum-index] shortcode?

    I have tested it on my test site using bbPress version 2.6-rc-3 and it is working fine for me.

    #186699
    Robin W
    Moderator
    #186698
    Robin W
    Moderator

    probably start here

    Custom Import

    I started with bbpress and a snitz database – here is what I wrote as I went along which whilst you can skip the access database stuff might help you

    Documented import from snitz access database

    #186697
    aleksandar100
    Participant

    Hello,

    Sorry if this question has already been asked.

    I have a WordPress website that has been custom developed on top of the Twenty Twelve WordPress theme. I want to migrate it to a new theme (on the same installation) and have been working out how to transfer the custom features to plugins.

    The final step is the forum and I want to give bbPress a try but have no clue where to begin with. The forum posts are using a custom post type and are stored in the wp_posts table in the database.

    I read about the custom importer, but I am not a developer and kind of got overwhelmed. Is there anyone who has done this before and can perhaps share their process step by step. I should be able to work it out from there.

    Thank you in advance.

    #186695
    Yunax Technologies
    Participant

    I have install bbpress but navigation links not working and its showing 404 Errors

    #186694
    sagraphics
    Participant

    Hi – Apologies, but it is specifically the bbpress plugin that is messing up the feeds to the mailchimp newsletter, not buddypress.

    #186686
    Peter Raschendorfer
    Participant

    After further digging into the code I’ve found the principal reason. It makes no difference if a member has created topics or not. The problem is the main query which always queries for posts. The 404 error appears if the user has not created any posts.

    I’ve created a ticket: https://bbpress.trac.wordpress.org/ticket/3161

    #186683
    nwbus
    Participant
    nwbus
    Participant

    I just installed BBpress and it screwed up my RSS to Mailchimp feed.

    My web site is set to create my newsletter automatically from my wordpress site’s RSS feed.

    However, when the BBpress plugin is enabled Mailchimp makes a mess of the formatting and displays unnecessary text from the RSS feed (looks like the body text).

    Disable BBpress and it works fine again.. The issue only started after I installed bbpress for the first time.

    Any ideas? I’n not sure where to go from here..

    Thanks
    Rob

    #186678
    cyklokopce
    Participant

    Hi, could you please help me, is there any CSS code to hide that line on the top of every forum page? It looks like this: Home > Forum > Topic…

    I use bbPress 2.5.13 and wordpress 4.8.1

    My forum is here: http://www.cyklokopce.sk/forums/forum/info-o-trasach-lokalitach/

    And the line is Domov › Diskusné Fóra › Info o trasách, lokalitách…

    Thank you!

    Daniel

    #186670
    fdarn
    Participant

    Hello,
    I am using bbPress 2.5.13
    I need to use a shortcode to put my forum on a page in wordpress. The shortcode options in bbp style pack will display the topic index but they will not display the Create a New Topic form or Link, like the regular Forum page does. See screenshots for examples.

    Regular

    shortcode

    #186663
    rononthepond
    Participant

    I am creating a bbpress forum hosted on Dreamhost and before launching, I wanted to understand how the email limitations apply to bbpress forum update notifications. So Jon Fergus, it’s the same issue you have/had. Have you gained any insight you can share? With so many bbpress + dreamhost sites, there MUST be an easy way to deal with this. Any help? Anyone?

    #186661
    gainmojo
    Participant

    I have tried importing my two Vbulletin forums into bbPress with varying degress of success and failure, mostly a combination of both.

    When I first tried the import, I did get the forum to move over but the main forum would not display. It would instead redirect me to a specific thread. In that thread I could use tags to see topics displayed but that was as far as it went.

    I tried to download some of your newer versions but that experience was worse and not better. It would sit at the timer waiting stage and never get any farther.

    Thoughts? Prayers?

    #186660
    bulld_digital
    Participant

    Hi, I have a multisite setup with a main site and 1 sub-site.

    I played around with settings and network activate bbpress before choosing to go with this option: “Sub-Sites of the Network Only” https://codex.bbpress.org/getting-started/installing-bbpress/multisite/

    So i want the forums only to be available on the sub-site, so i deactivated the plugin from the network so i could activate it on a sub-site level. But then I got this error message when trying to reach the admin of that sub-site: https://www.dropbox.com/s/j4q73lc5attt23t/activate.jpg?dl=0

    Now what should i do to proceed? Are there database tables that should be removed first?

    #186653
    Vinod Dalvi
    Participant

    Please go to bbPress settings on the path Settings -> Forums and make sure you have selected the option “Allow users to subscribe to forums and topics”.

    Vinod Dalvi
    Participant

    You can remove ip address from bbPress posts by using the below custom code in the functions.php file of your child theme or in another custom plugin.

    function vvd_no_view_ip( $author_ip, $r, $args ){
    	return __return_empty_string();	
    }
    add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
    #186642
    sleestak
    Participant

    I checked the forum first, but apparently not well enough. I found the answer here:

    ERROR: Are you sure you wanted to do that?

    #186641
    sleestak
    Participant

    I used All In One Migration tool to create a local version of a WordPress site I am working on.

    I am using these versions:
    WordPress 4.6.6
    BuddyPress 2.7.0
    bbPress 2.5.10

    The forum comes up fine, but when I try to post in my local instance, it is not working. The post does not go to the database, and I don’t see any errors (even in debug mode) using the Enfold theme.

    I tried with the Twenty Fourteen theme and I see an error when I submit a post that just says:
    “ERROR: Are you sure you wanted to do that? ”

    What does that mean? How can I debug this?

    Thanks!

    #186640

    In reply to: Hide IP

    Robin W
    Moderator

    The IP address only shows for users with bbpress role of keymaster !!

    so only keymasters ever see this.

    #186637
    fdarn
    Participant

    Hello,
    I am using bbPress 2.5.13
    Please see the screenshot I took from another website. I would like to add a rules section like that above the bbPress Reply form on my site. How do I do that?
    Thank you
    ScreenShot

Viewing 25 results - 8,376 through 8,400 (of 64,487 total)
Skip to toolbar