ok, I have 2.5.1 bbpress working with WP 3.8 on a twentyten child.
I suggest that each of you :
Disables all of your plugins. If that fixes, re-enable one at a time to see which is causing the issue
If disabling plugins doesn’t work, then with them disabled, switch to a default theme – twentyten, twenty eleven or twentytwelve. If that works, then your theme has an issue
If any/none of that works, comes back and say exactly what you did
If you get a fix, let us know what was causing it to help others
I am using WordPress 3.8 and bbpress 2.5.1. I am also using GD bbpress attachment version 2.0 for attachments.
The problem I am experiencing is that whenever I click “add another file”, the page simply reloads but not allowing me to upload another file.
Any ideas?
Thanks,
Eugene
Hi just a quick question i am using bbpress for my forum and sometimes it is askign please log in after the user loged in then press in any link of that page it asks again please log in ?
i am wondering i am the only one with this issue ?
any help would be appreciate
I’ve just upgraded wordpress to 3.8 and the problem persists. Other than the bbPress plugin I only have 2 others in my install: wp-no-category-base and google-sitemap-generator. I have tried disabling these and it makes no difference.
Hi, everyone!
I need a theme for my bbPress forum. I only want to change the theme for the forum, not the site. The site should look the same. I don’t know much CSS so I can’t change the style of the forum. I want the forum to look like http://forum.arvixe.com/smf/
Here’s my site: http://www.covalty.com
Thanks 😀
For now I have added links to this topic in #2397, it is not specifically the same bug though it is closely related.
For now I have added links to this topic in #2397, it is not specifically the same bug though it is closely related.
The timestamps of your posts appear in chronological order, that I can see.
Nope, this is the order
December 19, 2013 at 12:55 PM #1370
December 20, 2013 at 6:33 AM #1371
December 19, 2013 at 12:12 PM #1368
It is another case of this Edit topic reply, changes post order.
@inetbizo Any chance this happened after you edited that reply?
I’m currently unable to create “Topics” for any forums from the web site side. All what happens is I fill in the topic title and description, but on pressing the submit button nothing happens and the screen is just cleared with no topic being added. I’m using WP 3.5.2 and BBPress 2.5.1
What is the problem here?
Thanks for that – I’ll post a link to it in the bbpress documentation
As far as I can see it all looks ok. Presume you have permalinks and that the forum slugs set as directed.
If so try this – sometikes the bbpress sidebar doesn’t quite get there.
Deactivate bbpress tweaks
Dashboard>plugins>bbpress tweaks>deactivate
Go into widgets
Dashboard>appearance>widgets
And look at the bottom of the left hand side. You’ll see an “inactive sidebar”, with your entries on
Below this is an “inactive widgets”
Drag all the entries from the inactive sidebar to the inactive widgets area.
This then allows wordpress to delete the sidebar
I normally log out and in again at this stage – probably not needed, but I’ve never bothered to check
Then basically reverse the above
Re-enable bbpress tweaks
You see the bbpress sidebar returns
Drag the entries back from the inactive widgets area to the sidebar
If this works, come back and let me know
Hi. I’m not sure if it’s OK to resurrect an old thread, but I keep getting stuck when trying to convert from Simple Press to bbPress and I don’t know what I’m doing wrong. The forum has ~2,000 topics and ~60,000 posts.
The conversion fails at a different point each time – forums and topics get converted, but replies stalls at around 4,000 – sometimes more, sometimes less. I tried raising the value in _bbp_converter_start but it made no significant difference. Between each import attempt I reset the bbPress forum (/wp-admin/tools.php?page=bbp-reset). My server is OK (Linode 2GB VPS, and I’m not getting any alerts that it’s overloaded).
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?
`.bbpress-forums .bbp-forum-info .bbp-forum-title { line-height:48px; }
Hello,
if you are interested, you can find in this link, the step by step guide bbPress in French
Hope this can help you
A team of French students
=> http://bbpressfrancais.over-blog.com/
Hello. I have bbpress forums setup on http://class.mistblogs.com/forum. This page shows the default theme header,but when I click on a forum or forum topic,the header is not being displayed. Is there any way to show the theme header? Thank you.
When I installed the bbPress Sidebar and added the widgets, it does not show up on the Forum on my website. http://chickenreview.com/forums/.
I am using The Thesis Theme 1.8.5
The bbPress version is 2.5.1
I downloaded and activated the bbPress WP Tweaks for the sidebar and Widgets. I have tried all the wrappers in this plug-in.
No matter what I do I can’t get the widgets to show up in the Forum so people can login or create a password.
I have read all the documentation several times. Am I still missing something or is there something unsaid I should know already?
Thanks for any help.
I just had a closer look and you are correct, ‘Press Permit’ only supports bbPress dynamic roles with a paid upgrade.
Just a note, I haven’t tried either plugin so I can’t recommend either of them, nor was my post meant as a recommendation. I was only helping to troubleshoot your problem and point out that the first plugin doesn’t support bbPress dynamic roles and the second one says they do in the ‘Free Version’.
Stephen,
Thank you. I have a basic understanding of what this means. I read about get_content and understand that the reply data needs to be “hooked” before it displays so the Tooltip can act on it.
But that is where my knowledge ends. What are the chances I can find someone to help make this happen for me? The CM ToolTip support is sympathetic but says it must happen on the bbPress side.
I can see the application of tooltip glossary information for many different forums, especially those involved in sciences, medicine and other technologies, where terminology is often part of the discussion. Are there other forums in bbPress where I might ask about this?
I have installed the latest bbpress plugin to my wordpress site. There isn’t a single tab or subcategory to be found in my dashboard that relates to BBPress. I keep reading about this forum tab but its nowhere to be found on my dashboard. I hope someone can shed some light on this 🙂
Hi
I set a page in the (bbpress) login widget: login
for the “Lost Password URI:”
but it redirects me to the 404 page
is that a common problem?
Thanks for answers
tnx, this plugin can edit bbPress permissions after purchasing. It seems good, if you recommend free plugin)
I’m not familiar with exactly what you need but bbPress JavaScript files typically live here:
/wp-content/plugins/bbpress/templates/default/js for the following 5 files:
editor.js, forum.js, topic.js, reply.js & user.js
The following should work, a few CSS & JavaScript changes came with bbPress 2.5 😉
add_action( 'wp_print_styles', 'deregister_bbpress_styles', 15 );
function deregister_bbpress_styles() {
wp_deregister_style( 'bbp-default' );
}