Published on September 10th, 2012 by RiGoRmOrTiS_UK
I’ve got a strange layout issue on my bbpress forums where if you try to edit a “reply” in a topic the page content is cut off by a div; this doesnt effect editing the very first post of any topic however; which is strange because all the code, CSS classes etc look the same. I thought maybe a bbpress reply page used a different template.. but I’m not sure.
Please see image.
Link to image with further details
Certainly hope someone can help as this is driving me nuts and I’ve spent ages getting the rest of bbpress to fit my theme only to discover this bug now π
Please help!
Published on September 10th, 2012 by tommcelvy
Just tried (twice) to install bbPress (latest version into WP 3.4.2. After the install, the site is there, but the admin screen \wp-admin) returns no data at all. The only way to recover was to delete folder and begin again. Have done this TWICE now. Bluehost, WP was installed through Fantastico.
The plug-in appeared in the list of available plug-ins, I clicked on activate, screen went white, and could not access admin after that. Checked from my iPhone and iPad, same issue…
HELP!!!!!
Published on September 10th, 2012 by Laura
Hi, I am having trouble installing the group component of buddy press. I follow all the directions and have created a file in my host root directory and pasted the code they said to. Despite this I go to the menu for groups and create a group – it says form valid and that is as far as it goes. The group is not in the directory and I can’t go on to the other things such as settings, avatar etc… I am not good at code or complex stuff like the rest of you so can any of you give me easy to understand suggestions or a way to get the group component live. Thank you so much!!
Laura
Published on September 10th, 2012 by Dark Aqua
Is there a way to import users, posts and PM’s from phpBB 3 into bbpress?
Published on September 10th, 2012 by Philip John
I’m creating a customised forums front page for bbPress, by listing forums in a different way to the bbPress default.
Essentially what I’m trying to do is replace the use of bbp_list_forums() with a second, nested bbPress loop so that I have greater control over how the sub-forums are displayed.
I know I can use the ‘before’ and ‘after’ parameters of bbp_list_forums() but that doesn’t give me as much control as I need.
The only question I found that came close was this one which doesn’t actually provide a definitive answer.
Code won’t paste nicely here so it’s over here: http://wordpress.stackexchange.com/questions/64681/creating-nested-forum-loops-in-bbpress
See the bbp_list_forums() reference – in place of that I want another “while (bbp_forums())…” loop but how do I do that without interfering with the main loop?
Thanks
Published on September 10th, 2012 by jezza101
Hi, just some feedback really, I noticed that spammers are updating the Tags field on threads with various spammy tags thus overwriting the original tags.
Akismet is doing a grand job with blocking posts but it would be great if there was a way to limit who can update the tag field. For example, only logged in users with x posts can edit tags would be a quick solution.
Thanks.
Published on September 10th, 2012 by ickzorn
Hi,
I’m using: WordPress 3.4.2, bbPress 2.1.2 and bbPress Topics for Posts 1.4
A new article is automatically published in the forum. I’ve been trying now to get the number of replies in the post instead of the comments count.
Are there any workarounds to get these numbers?
Thanks.
Published on September 10th, 2012 by pablolobo
I am looking to migrate our phpbb installation to bbpress. However after looking at the activity this will be beyond our current staff’s capabilities. Are there any recommended groups that provide a migrating service?
Website is http://thefwoosh.com, forum is here http://thefwoosh.com/forum
Published on September 10th, 2012 by t.sjogren
Hi
I am trying to remove the “Right Now in Forums” with a function but i donΒ΄t know hoe to target it. Someone how knows?
Code below:
function disable_default_dashboard_widgets() {
// Right Now Widget
remove_meta_box('dashboard_right_now', 'dashboard', 'core');
// Comments Widget
remove_meta_box('dashboard_recent_comments', 'dashboard', 'core');
// Incoming Links Widget
remove_meta_box('dashboard_incoming_links', 'dashboard', 'core');
// Plugins Widget
remove_meta_box('dashboard_plugins', 'dashboard', 'core');
// Quick Press Widget
remove_meta_box('dashboard_quick_press', 'dashboard', 'core');
// Recent Drafts Widget
remove_meta_box('dashboard_recent_drafts', 'dashboard', 'core');
// WordPress Blog Feed
remove_meta_box('dashboard_primary', 'dashboard', 'side');
// Other WordPress News
remove_meta_box('dashboard_secondary', 'dashboard', 'side');
// bbPress widget 'Right Now in Forums'bbp-dashboard-right-now
// *******Does not work right now *******//
remove_meta_box('bbp_dashboard_right_now', 'dashboard', 'core');}
if (!current_user_can('manage_options')) {
add_action('wp_dashboard_setup', 'disable_default_dashboard_widgets');
}
Published on September 9th, 2012 by castresana
Hello everybody!
I have a bbPress 0.9.0.7 forum running that works great. http://elanillounico.com/v5/foro
It has it’s users linked to my WordPress 3.4.2. http://elanillounico.com/
I wanted to migrate the bbPress to bbPress 2.1.2 (actual version) but I guess I am doing something wrong.
The new url for the forum is: http://elanillounico.com/forums
WHAT I AM DOING…
First of all I’m installing bbPress 2.1.2 plugin and I activate it in my WordPress.
Second I go to Tools – Forums – Import Forums, I select the bbPress1, I insert the db options and select all the options that suit my server so it doesn’t overload.
I start the process and I wait until it finishes saying “No tags to convert” and then… I am getting this error π
WordPress database error: [Table 'my_database_forum.bb_term_relationships' doesn't exist]
SELECT convert(term_relationships.object_id USING "utf8") AS object_id,convert(term_taxonomy.term_taxonomy_id USING "utf8") AS term_taxonomy_id,convert(terms.name USING "utf8") AS name FROM bb_term_relationships AS term_relationships INNER JOIN bb_term_taxonomy AS term_taxonomy USING (term_taxonomy_id) INNER JOIN bb_terms AS terms USING (term_id) LIMIT 0, 1000
Apart from this, the installation does not go right. When I go to my forums, the forums themselves are all right. But the topics are all mixted up. It looks like if the answers to the original topics are now topics as well, so I have the forums with all of the messages as if they were topics, they are not linked as if they were lost the id that linked them.
Any idea of what this means and why this happened??
Question I have: Do I have to upgrade first to version bbPress 1.1 before I upgrade to bbPress 2.1.2?
Thank you very much! π
Juan C.