I have added this code to my css editor:
.bbpress .post-section {
margin: 0 2% 20px;
width: 96%;
}
.bbpress #content-main {
width: 100%;
margin-right: 0;
}
But the left sidebar still shows up below the forum.
http://bit.ly/1NQj9fO NSFW
I have added this code to my css editor:
.bbpress .post-section {
margin: 0 2% 20px;
width: 96%;
}
.bbpress #content-main {
width: 100%;
margin-right: 0;
}
But the left sidebar still shows up below the forum.
http://bit.ly/1NQj9fO NSFW
My forum import has gone on for 2-3 hours now, and eventually, when I didn’t see any new messages in the log, just old ones returning, I went into the forum and checked. Seems like every forum/topic/post is there and multiple duplicates of them as well.
What went wrong here, and how can I easily remove duplicates?
When I log out of the site appears to me that:
Error 404 – Page NOT Found
It seems we can’t find what you’re looking for.
This might be because:
You have typed the web address incorrectly
The page you were looking for may have been moved, updated or deleted.
Please try the following:
Check for a mis-typed URL error
Press the refresh button on your browser.
Go back to Homepage
And to get on the site must login me 2 times to I can get in Dashbord.
I disabled bbPress plugin and everything goes well!
Can you tell me what exactly to do?
I am using bbpress with buddypress and i have enabled group forums.
I have tested forum and new topic subscription settings for private and hidden groups. I have found new topic or reply notifications are also sent to even banned users as well as removed users, if they are subscribed to the topics or forums.
I want new reply are topic notifications are not sent to banned and those users that are removed from group. How and where can i change these setting?
Are there any plugins for emoji beside WP-monalisa? Unfortunately it causes problems with buddy press.
I installed bbPress and I would like to add captcha in Forum post.
I tried with SI CAPTCHA Anti-Spam, but does not appear in Forum posts created by me.
Can you help me with this? Thanks!
I have iThemes Security installed, with several options enabled:
– admin user has been renamed
– admin user is on a different id then 1
– database table prefix has been changed
– …
When I install bbpress, after trying to open the bbp-about or the bbp-repair pages, I always get following error:
“You do not have sufficient permissions”
No new menu is added neither in the admin panel, so I have no way to use it, activate it or see it.
I tried several database changes as mentioned in the forum, but nothing worked.
Anyone knows how to fix this?
Thank you.
I want only zero approved comments have posts in the pending section .
How can i modarate comment please answer this and how candd word verification when comment .
Hi,
I know <?php bbp_forum_content(); ?> will display forum content, but I don’t know how to write ” If forum doesn’t have content than do something” ? I try this script but it doesn’t work.
<?php if(empty(bbp_forum_content()){echo "yes";} ?>
Can you help me to close for users new topic, but not close to post comments!
It may be something like this?