Hi there
I am getting issues seeing replies.
I can post a topic on my forum, it then appears instantly.
However, when I post a reply, it does not appear. It appears 5 minutes later.
How do I fix this? It has been a recent occurence.
Hi there
I am getting issues seeing replies.
I can post a topic on my forum, it then appears instantly.
However, when I post a reply, it does not appear. It appears 5 minutes later.
How do I fix this? It has been a recent occurence.
I prefer the way WPORG deals with per-project forums over the BuddyPress-bbPress way. As in, when I click on a thread from within a group forum, I want that link to be a default forum link, not a custom group forum link. I realize this can potentially cause some confusion for users when they’re taken away from the group. Thing is that I’m running a forum-centric community, not a group-centric one, so for us it’s problematic the other way around:
User discovers new thread via forum index, clicks thread, suddenly the user is in a group! And that’s what we’d like to avoid.
Using wordpress 3.5
I totally uninstalled bbpress,
dropped all bbpress tables from db
but this link:
http://mysite.com/wp-admin/users.php?role=bbp_keymaster
besides premium subbscribers and others.
still there in user dashboard windows.
I’d like to get rid of it, how?
Hi,
I have this problem. After user is registered, he is automaticaly logged. But after he log out, it is imposible to log in again. I’ve search why and find out that the password used in registration is not saved in database.
Dou anybody know where is the pice of code, in which I can find the procedure handling this action, saving password to DB after registration?
I’m using BP v.1.5.2 with WP 3.5.
I found out,that this is probably handling in the class WP_Users in _put_user($args = null). But I couldn’t find where is the problem.
It inserts the nicename,url,user_name, but not the password, or the activation key (which appears in email). The sends email is also without password (nor the user defined or generated one).
I guess that this stores all the data in DB.Found nothing wrong.
Thanks
Try your plugins
— disable all of them except your theme and your bbpress plugin.
for me it was plugin – “Frontpage category filter”
“This plugin allows you to choose which post categories youe site will show on the homepage. Just go to settings and deselect the categories that you want to hide.
Version 1.0.2 | By Cristian Merli ”
Once I deactivated I went one by one – ok sometimes two by two and isolated that plug-in which I need so I will try and find a workaround or another plugin that will not break bbpress. Would like to continue testing bbpress.. have looked at others and yes they work – but this version of bbpress is so far working with my thesis theme.
As long as that plugin is off.
J. Christopher
Dear All
Please Guide How to Install bbPress
I appear to have installed BBPress correctly. I see the Forums menu under the settings area.
But I don’t see the normal “Forums” menu where I can add new forums, etc. I also don’t see an option to make other Administrators a “keymaster” under their profiles. My Admin account is in position 1 of the Users table.
Any suggestions on how to fix this?
‘Allo. I currently have an issue. I have a separate CSS document for each one of my pages. For my forum, I am using style-forum.css and it worked just fine. Then, I installed bbPress and reloaded my forum page. It seems to be pulling its styles from style.css rather than the aforementioned CSS document. I know I did it correctly because it was working just fine before I added bbPress as a plugin. But just to make sure, I deactivated bbPress and, sure enough, it began reading from style-forum.css again. How do I use bbPress with the correct CSS document? Thank you in advance!
ive got this site up
abrn.dk
and i want to add a forums to the menu where there are different topics like
Forside, om 0ss, Galleri etc…
how can i add forums to this list so people can simply click on it and enter a forum?
Today when i tested my websites for flaws i saw that the visual editor box text color had changed into white instead of black. This made the text invisible unless you highlighted the written text.
When i did some research on how to change it i saw that this problem goes back years.
Most forum threads didn’t even got solved.
I have found a simple solution for this problem.
When i checked my source code i saw that the visual editor .css was located in public-html/wp-includes/css/editor.min.css
Call it a lucky guess but when i searched for ‘white’ it got me to this part of the code:
wp-editor-area{color:black}
I changed it into wp-editor-area{color:white} and this solved my problem.
I hope this helps allot of frustrated people!.