I’m a newbie, so please be kind. Is it correct that plugins (except ecommerce ones) are not available for wordpress.com sites? Is there any way to install bbpress onto a wordpress.com website?
Thanks.
I’m a newbie, so please be kind. Is it correct that plugins (except ecommerce ones) are not available for wordpress.com sites? Is there any way to install bbpress onto a wordpress.com website?
Thanks.
Hi All,
Is there a way to re-direct users that are logged in and land on the bbpress home location e.g /chat/ and re-direct them to a specific forum.
E.g, logged in users visits mysite.com/chat, and it redirects them to mysite.com/chat/forum/support.
i am using the code below found in the bbpress forums which re-directs guest to another page. It works great.
/**
* Redirect bbPress pages to registration page
*/
function kleo_page_template_redirect()
{
//if not logged in and on a bp page except registration or activation
if( ! is_user_logged_in() && is_bbpress() ) {
wp_redirect( home_url( '/register/' ) );
exit();
}
}
add_action( 'template_redirect', 'kleo_page_template_redirect' );
So I’ve worked out how to change the margin indent for threaded replies. My issue is the first threaded reply indents by say 30px (if that’s the margin i’ve set) – then the next 9 or so threaded replies (on the same reply thread) indent by 30px more each time (so after 10 replies your reply threads are indented by 300px compared to the first reply), then after about ten indiviual reply threads, the indent stops. This isn’t the desired effect. What i’d like is the first threaded reply indents by say 60px, then all the other replies indent by the exact same 60px (in the same way that reply threads work on say facebook). Is there a way to fix this please?
Thanks in advance.
Users are getting notifications when subscribed to a topic, but not getting notified when subscribing to a forum when there are new topics.
I have browsed the forum and also other sites looking for a resolution to no avail.
Has anyone experienced this? Has anyone found a resolution, if so?
All other emails coming from the site are coming through just fine.
Thanks in advance.
Hi All,
I am seeking a way to hide/disable the “Insert Link Button” for users in bbpress when creating a post.
Does anyone have a code snippet for this, or know of a way to achieve this?
Thank you
David
In all topics on my forum there is incorrect information: “This topic is empty.”
This problem is not only on my site:
How to fix it ?
Hello,
After some troubleshooting it appears the latest version of bbPress interfered with showing the subscribe button for individual topics. I confirmed it was there prior to the upgrade.
Please advise how to resolve the issue.
Thank you!
Import gets stuck in a loop at stage 8. I posted this here before the weekend, but my post seems to have disappeared.
Since, I have upgraded the XenForo forum to the latest version. Now it says there are no users to import at step 3 (there are many) and the import is still getting stuck in an infinite loop at stage 8.
Hi
Can anyone please help with with the right css code to use to hide the ‘website’ field for guest users who want to reply.
Thanks,
Hi,
I installed BBpress on my site and it goes well for two month.
Suddenly i faced 503 error in reply page of admin side
I repaired forum but nothing was solved , I reset the froum and it solved the problem
but i need my forum data and as soon as i import them with wordpress as XML , again the error comes back!
what should i do now ? do you have any idea?