Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 22,626 through 22,650 (of 64,518 total)
  • Author
    Search Results
  • #140784

    The problem I see is the table name: bb_forums

    It should be running these queries on the old bb_tagged table.

    These queries are part of a relatively ancient upgrade routine, dating back to database version 220 in bb_upgrade_220(). Are you able to see what your bbPress database version was before this upgrade started?

    #140783
    e-motion
    Participant

    I am still all full at it. What I discovered is that converter DOES work on fresh wordpress and bbpress installations. Of course I have discovered that all imported bbpress posts are by “Anonymous”, because of lost user data… So now I am working on solving that.

    #140778
    milenine
    Participant

    Hi. I just added a bbpress forum to my site. Everything seems to be working well. I already have a good number of subscribers to my site who receive new post email notifications via Subscribe2 plugin. Now with the new forum I am asking people to register for the site so they have forum access and once they do they will be getting new blog post notifications from that registrations too (I think). I am anticipating many of my followers getting two emails everytime I post a new blog post now, one from Subscribe2 and one from the forum/wordpress registration. I think that will likely annoy many of my followers. Any suggestions?

    #140777
    Martyn Chamberlin
    Participant

    I should add that when I manually paste in “/wp-admin/tools.php?page=bbp-repair” on top of SimpleFitnessHabit.com, I get this message:

    You do not have sufficient permissions to access this page.

    There isn’t like a “super admin” with bbPress, is there? There are 12 administrators on this install….

    icu0755
    Participant

    Hello.

    If you have a look into the templates form-user-register.php and form-user-login.php you could see they are almost the same beside do_action placement.

    <?php do_action( 'register_form' ); ?>
    
    		<div class="bbp-submit-wrapper">
    
    			<button type="submit" tabindex="<?php bbp_tab_index(); ?>" name="user-submit" class="button submit user-submit"><?php _e( 'Register', 'bbpress' ); ?></button>
    
    			<?php bbp_user_register_fields(); ?>
    
    		</div>
    <div class="bbp-submit-wrapper">
    
    			<?php do_action( 'login_form' ); ?>
    
    			<button type="submit" tabindex="<?php bbp_tab_index(); ?>" name="user-submit" class="button submit user-submit"><?php _e( 'Log In', 'bbpress' ); ?></button>
    
    			<?php bbp_user_login_fields(); ?>
    
    		</div>

    Is it possible to move <?php do_action( 'login_form' ); ?> out of the bbp-submit-wrapper in the next releases? This will greatly help to have the same markup for these templates using the wordpress hooks system.

    BR, Vladimir Ivanov

    #140771
    Stephen Edgar
    Keymaster

    You need to select ‘bbPress1’ as the forum you are importing from the drop down in the import settings. 😉

    #140769
    Stephen Edgar
    Keymaster

    Try running the repair tool ‘Remap existing users to default forum roles’
    https://codex.bbpress.org/repair-forums/

    #140767
    Stephen Edgar
    Keymaster

    If each of those queries were successful the import should run run fine. I actually copied them directly from a successful import of bbPress v1.2 right before I posted it above.

    What size is the forum your importing? (Hundreds, thousands, tens of thousands of posts)

    Give it another go and copy any errors you get and post them here, there really isn’t much more verbosity checks that can be added (connection issues yes, but not data).

    #140761
    mauryg
    Participant

    @Stephen

    Thanks for the reply.
    You’re correct. The first two points were covered except that I need to test if I can eliminate the ‘All Members’ public group and just use a sitewide forum.
    In the meantime I had successfully upgraded to bbPress 2.5.1 and I have now gone to 2.5.2.
    I’ll check the theme compatibility article although I am using a child theme of Suffusion and I have installed the Suffusion bbPress pack.
    The threaded reply setting was enabled to a depth of ‘2’. The first reply was at the same level as the original posting and the reply to that was indented one level. When I increased the depth to ‘4’ and added more replies to replies, the threading worked. I guess I can live with the first reply being at the same level or I can muck around with the CSS if need be. 😉

    Happy New Year

    Maury

    #140759
    Rob Beschizza
    Participant

    Hello. I’m trying to import a PHPFox forum into bbPress.

    The PHPFox database has been installed locally, as has WordPress/BBpress, on my own desktop.

    The conversion proceeds at a fair clip until it gets to importing the replies (i.e. the bulk of the posts), at which point it slows badly. I’ve tried it with various Rows Limit settings (between 10 and 1000) and there doesn’t seem to be an appreciable difference in overall speed. I’ve tried various mysql configuration settings, too, including the recommendations of mysqltuner.pl — no appreciable difference there, either. The tables have been optimized.

    In about half an hour, it’s gotten through about 4500 rows. As it’s pulling from a 535,500-row database table, it’ll take about 60 hours!

    Is this to be expected given the size of the database? Any hints to getting this done faster?

    #140756
    Stephen Edgar
    Keymaster

    Try the ‘Remap existing users to default forum roles’ repair tool

    https://codex.bbpress.org/repair-forums/

    Also try resaving your permalink structure.

    jimmycrow
    Participant

    I tried to see if the problem was still happening on a few other computers after adding the bbpress.php pager as you suggested and it worked!

    I went back to my computer, removed all the cookies and cache again and it was still happening so I quit the program, re-started the computer again and now… it works!

    Thanks for your help. I’m pretty sure it was your solution that fixed it 🙂

    Grant Palin
    Participant

    I’m running the current versions of WordPress and bbPress on a dev site. Mostly OK, have been able to get some people to test the forum functionality. However, I and another user (both keymasters) are unable to use the Edit or Merge buttons above topics and replies. The other buttons – delete, spam, close, stick, etc – do work, strangely. Yet I have no trouble doing edits from the backend.

    I tried the usual routine of disabling all plugins save bbPress, yet the issue remained. We’re not using exotic plugins – ACF, Pods, NavXT, PageNavi and about 10 others. We are building out a custom theme – I also tried switching to Twenty Twelve to no avail.

    If it matters, I have set up a custom permalink structure in the bbPress settings. I can’t imagine that being the issue if only two functions fail to work while the others are fine.

    Any Suggestions?

    #140751
    Stephen Edgar
    Keymaster

    One other thing I can’t ever get to work is “Purge all information from a previously attempted import”. I’ve let it run for over 48 hours in the past, and it was “Deleting previously converted data” with a number up into the tens of millions before I gave up on the process, and never actually starts converting. Has anyone else experienced similar issues?

    This is a known issue as we have two different caching methods we use, and in particular if one is used and not the other this goes on forever, hopefully I will have a fix in the near future for this, as a workaround do as you have and just ‘reset’ bbPress.

    It is odd that it stalls, stopis etc at a different point during the reply imports, typicaly it stops because of some mysterious reason on the same reply (or topic) and it appears to be some ‘malformed’ content in that particular post (I can’t prove this though and is not specific to SimplePress) 😉

    When it stalls if you click ‘Stop’ then bump the value of _bbp_converter_start by one, then click ‘Start’ again it should continue on from where it left off skipping that troublesome reply.

    (A side issue can be you actually get logged out of WordPress so it also pays to open/refresh another admin page to ensure you are still logged in)

    #140749
    Stephen Edgar
    Keymaster

    Basically your users shouldn’t be logging into to backend in the first place, thus they should never see that to be even tempted.

    You can add a login widget to a sidebar or create a page with a shortcode, up to you which way depending on how you want your site to look etc.

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

    #140748
    e-motion
    Participant

    By the way, I am also running bbpm plugin for private messaging, which has altered bbpress database quite a bit.
    Sorry for doublepost, mobile opera does not show edit link.

    #140746
    Stephen Edgar
    Keymaster

    Would I be better with a ‘site-wide’ forum rather than the private All Residents group?

    I think this is now sorted based on your reply.

    Can I make a site-wide forum private?

    Same this is now sorted.

    How do I modify the formatting of the forum postings?

    If you want custom templates then follow the steps outlined here to make copies of the templates in your theme so they don’t get overridden when you update bbPress.

    https://codex.bbpress.org/theme-compatibility/

    Where do I look to troubleshoot the ‘threading’ function?

    You state you are using ‘bbPress 2.2’, threaded replies were introduced in bbPress 2.4 so you should upgrade to the latest bbPress 2.5.2. You can then enable them in bbPress settings per https://codex.bbpress.org/forum-settings/#forum-features

    #140744
    Stephen Edgar
    Keymaster

    @e-motion Did you run the database upgrade after updating to bbPress 1.2?

    #140743
    Stephen Edgar
    Keymaster

    So far no go. Only my admin user can click on these.

    This is correct and is by design, users should only be using the ‘front end’ user interface and not the ‘back end’

    Also check the codex docs here to help you on your way 🙂

    Codex

    #140742
    Stephen Edgar
    Keymaster

    Maybe try making a copy of your themes page.php or page-no-sidebar.php or page-sidebar.php depending on the type of template you want your forums to display with and rename the file to bbpress.php in the root of your themes folder.

    #140741
    Stephen Edgar
    Keymaster

    This is most likely a plugin conflict

    To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.

    #140738

    In reply to: Text Area not Visible

    Stephen Edgar
    Keymaster

    You can make a copy of bbPress’ templates and put theme in a subfolder bbpress in your theme and edit the templates to any style you wish 😉

    https://codex.bbpress.org/theme-compatibility/

    #140737
    jdredd87
    Participant

    First of all. New to WordPress and bbPress as of yesterday.
    I am liking it very much over all. Different, but good.

    Anyways,

    When regular users login into WordPress and goto the dashboard

    The Panel “Right now in forums”

    User can click on “Topics” or “Replies”

    They will end up going to this

    http://mysite.com/wp/wp-admin/edit.php?post_type=topic

    And page just comes up with

    “Cheatin’ uh?”

    Doing searches of similar issues I ended up doing these different steps.

    Ive deactivated a member list plugin.
    Ive deactivated and reactivated the forum.
    Under Tools>Forums I ran “Remap existing users to default forum roles” without issue.
    Under Settings>Forums>Auto Role has been checked on and set to “Participant”
    I unchecked and rechecked Auto Role

    So far no go. Only my admin user can click on these.

    Any help for a newb?

    #140734
    Stephen Edgar
    Keymaster

    I’d suggest posting in their support forum https://wordpress.org/support/plugin/gd-bbpress-attachments

    #140732
    Stephen Edgar
    Keymaster

    @gwendydd Thanks for the report and it is exactly the same issue.

    Could you all in this thread supply the following:

    • WordPress Versions eg. 3.8
    • bbPress Version eg. 2.5.2
    • Operating System eg. Linux/Windows
    • Web Server eg. Nginx, Apache, IIS
    • Theme eg. Twenty Thirteen
    • PHP Version eg. 5.3, 5.4, 5.5

    There has to be something common between people having this issue where we can then recreate a test environment to actually fix this.

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