Search Results for 'bbpress'
-
Search Results
-
Topic: Sidebar problem on my forum
Hi !
I have a few problems on my forum, maybe you can help :
#1 – I cant hide the sidebars : http://creativepixels.fr/bbpress/
#2 – the subscription, members & activity pages are too large : http://creativepixels.fr/membres/Thanks !
My dashboard:

I installed the buddypress plugin first and then, the bbpress plugin.
The “forums” option doesn´t display in my dashboard.
Thanks for any help
Topic: Import from bbPress 1 FAIL
I’m starting a new thread for my problem since no one is replying to my old thread and I still desperately need help! If anyone is interested the old thread is here:
http://bbpress.org/forums/topic/post-import-cleanup-help-needed/#post-134121
Basically what is happening is that I cannot use the Tools > Forums > Import tool to successfully import my old bbPress 1 forums/topics/replies to my newly upgraded WordPress DB…. in a nutshell here’s what has happened and where I’m at:
1. Updated WP to 3.5.1 and updated bbPress (initially) to 2.2.4;
2. Tried to import from my old bb_ tables but first attempt resulted in NO parent forums being converted so all topics showed “No Forum” in the Forum column;
3. Made a second attempt and made sure to check “Purge all information from a previously attempted import” thinking (silly me) that this would actually purge the previously imported data. FAIL.
4. Second attempt actually duplicated everything so I had twice as many topics/replies in my wp_posts table;
5. Following the instructions from the previous thread I manually deleted *all* of the imported topics and replies from my wp_posts and wp_postmeat tables, so that I could start fresh, and then asked for more help to continue since I had no confidence that the import function would work properly;Since I received no further replies, I tried importing again after updating the bbPress plugin to the current version (2.3.2) but had the same FAILURE of Parent Forums to import – during the conversion I saw the message “No parent forums to convert”, and all topics showed “No Forum” after importing. Oddly, the parent Forums showed up when you clicked on the link to the Forums from the website, and had a number in the column to show how many Topics were in that parent forum, but clicking on any of the forum names then showed no Topics for that forum.
SO NOW I’m back to square one – I scrapped all of that again and now have a fresh database of all my wp_ tables WITHOUT the imported bbPress data, and the bb_tables in a separate database waiting to be imported.
WHAT is the secret to successfully migrating from bbPress 1 to bbPress 2. WHY does the Import Forums not work as it should?
I have an active (well it used to be anyway) forum that has now been offline for over a month and have numerous complaints from forum members……I REALLY need help to get this fixed….
Topic: Problem with Forum Posting
Hello,
I just created a bbpress forum within WP and added it to my menu. The forum I created is called “Discussion” which is the parent, and under that I created a dependent called “Announcements”.The forum appears here on my site: http://sutherlanddna.com/forums/forum/discussion-2/
The problem I am having is that whenever I try to post something at that url under announcements, i get a message that “it does not accept spam”, and the post is rejected. I’m confused and would appreciate any help how I can make posts and how visitors can as well. Thank you!
PatrickI have added a new input line to the form-user-edit.php I plan to add more and have these either via functions.php or a plugin when I have got it working, but for the moment am changing the .php itself.
So for now I have put in new line, copying the syntax of another one :`<label for=”town”><?php _e( 'Town', 'bbpress' ); ?></label>
<input type=”text” name=”town” id=”town” value=”<?php echo esc_attr( bbp_get_displayed_user_field( 'town' ) ); ?>” class=”regular-text” tabindex=”<?php bbp_tab_index(); ?>” />`This works fine, except how do I get this to save the info? It lets me change it, but doesn’t let me save it.
However if I set a row in phpmyadmin, then this code displays it, but again doesn’t not save a change.
What bit of logic am I missing?
Topic: Need to move forums to posts
Hello,
I believe bbPress is a great product, just not for me. So I need to uninstall bbPress from my site, but I need to migrate the conversations so they still appear as posts in the site. Is there any way to accomplish this?
Thanks
Ok, so I have writen and got working my first plugin, I am adding some user info to the reply display
BBpress has the following lines in loop-single-reply
<?php do_action( 'bbp_theme_before_reply_author_details' ); ?> <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true) ); ?> [...other lines of code here] <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>I worked out how to get a plugin to put the other stuff I need before ‘bbp_theme_before_reply_author_admin_details’ so it’s working fine
BUT I want to change the line
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true) ); ?>
to
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => false) ); ?>I think I do this with a “remove action” in my plugin, and then add the code line as I want it back into my plugin – in effect deleting all the code between the two “do actions” and replacing this with what I want.
But I cannot fathom from the codex and other googles quite how you do this
1) is my understanding correct?
2) what would the code line be in my plugin?Guys –
I have been through the mother of all forum migrations in the last few days, from YaBB 2.3.1 -> YaBB 2.4 -> SMF 1.1.11 -> phpBB3.
All to get into a format that would let me import into bbPress.
Now that I finally have a nice clean copy of my 75k post forum in phpBB, I am getting the following when I run the bbPress converter:
No passwords to clear
No users to convert
No data to clean
Starting ConversionI stopped it at that point because I have read trying to re-run the converter is problematic.
I would be SO GRATEFUL for any help. At this point I just want to get through with this…
Zach


