Hello,
This is my first time working with wordpress and bbpress so I am quite confused.
I understand that bbpress requires some tweaking in order for it to work with custom themes, but I really don’t know where to start. I’d be very grateful if anyone could point me in the right direction.
The website I’m working on is lightshow.me. I’d strongly prefer to stick with the current theme.
My goals for the website are simple:
-A video blog
-A clean forum where users can post and embed videos
Any help will be appreciated!
Thanks
I need a section like there is on this forum, for MY TOPICS, where users can see the topics and replies they have posted, rather than searching through pages of posts. This is default in bbpress for group forums, but I have sitewide forums.
My members are complaining that they can’t find topics they participated in, or started. Ideally, I want two pages. One to show the user’s topics participated in, another to show a user’s topics started.
Any help would be greatly appretiated, and I can donate to anyone that helps via paypal for your time and effort.
Hello,
I am trying to avoid visitors to get to any page that has to do WordPress. I would like that when they try to login and fail be redirected to a new page telling them that the login failed and they need to try again. How can I accomplish this?
Thanks,
I was expecting there to be some theme elements out of the box. Did I miss something, or do I have to do all the CSS myself?
Is BBpress responsive? Can I use it with a theme that uses Adaptive/Responsive design?
I have been working on a site www.caiminds.com and my forums are the only thing that is holding my site back from being fully operational as my forum looks unappealing.
Forums
I’m using the Quik Gallery by WPExplorer.
I’m happy with this theme and changing it to another theme is not an option. Is it possible to install a separate theme and/or page specifically for my forum.
I’m a complete novice at this so simple instructions would be appreciated.
hi to everybody! i’m a newbie and i’m trying to hide or change the page title of my forum page.
now there’s the text “Forums” on the page title area, i’d like to change it or hide it, how i can do?
I have a fresh blog install of 3.4.1 and a fresh install of bbPress 2.1 RC2. I created a test forum and I see this when I’m typing up a forum post.
As you can see the text is there once I publish the post, but the input is invisible. That occurs for me when using either the visible or HTML editor.
Any ideas?
Hello,
I’m using the standalone bbpress 1.1. I want to make a little modification to hide the thread replies from the non-logged users. So, the non-logged users can see only the very first post but can not see the replies to the topic. How can I do that?
I tried to remove following from the topic.php file in the theme, but it removes the first post as well. I’ll appreciate any help.
Code:
<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
<li id=”post-<?php post_id(); ?>”<?php alt_class(‘post’, $del_class); ?>>
<?php bb_post_template(); ?>
<?php endforeach; ?>
I keep having a problem within my bbPress forums: when a registered user posts a new topic or reply, it does not show up immediately or not for all users:
– In some cases the new topic or reply only shows up the next day, in other cases after half an hour, it’s completely unpredictable.
– Sometimes user X can see the latest addition, while user Y (with exactly the same role / rights) can not see it.
– Some new replies do not even show up in my WP-admin dashboard.
– The freshness displayed in the frontend is lagging very much behind.
I have tried various things that I found in related support calls:
– Recount – no effect
– (re)Save permalinks settings and bbPress settings
– Disable Akismet – no effect
– Deactivate and reactivate bbPress – no effect
– Deleting the entire forum and creating a new one – no effect
I am using WordPress 3.4.1 and bbPress 2.0.3 in conjunction with the Twenty Eleven theme. The problem occurred also in earlier versions of WordPress by the way.
Does anybody have a clue how to resolve this? I am at the end of my wits…