Search Results for 'bbpress'
-
Search Results
-
I would like to place an ad under the bbpress forum root or in different places around the bbpress forum. Is there a plugin that can do this properly?
Topic: Custom loop
Hi guys!
Having a huge struggle trying to make a custom loop in bbPress. I’ve tried to find the solution for 2 days no but I’ve had it. I’m too sucky at both wordpress and php to make it on my own.
So what i want to do is to make a loop for my front-page.php that contains all of the forums (I think). Like this
And for you who doesn’t understand swedish I want to grab all the forums (with description if possible), and for every forum I want to show a counter of both topics and replies. As well as I want to grab the most recent topic, display the author and the time it was published.
Now I might be able to do that i i just know how to make a loop like you do it in wordpress (). So if anyone can be a champ and point me in the right direction I’d be forever thankful!
Topic: Issues Removing the Sidebar
Topic: Categories
Hey all,
I will be adding a Forum to an existing WordPress site, and I am familiar with both PHPBB and vBulletin, and I would like to use the “Category” features — where Forums are listed under an appropriate category.
I would like to use bbPress for the common look and feel, and single sign on four our users.
Can I set up Categories?
TRMy forum index page is just a bunch of bullet points listing each text for the topics. How do I get the forum index to be listed in boxes like on the bbpress example.
Also, I suspect this could be from my theme formatting the bbpress forums this way – what file would I look in to change this and how?
Please help!
Topic: Drop Down (Cursor) Menu
Hi
I have successfully installed bbpress on my existing site where I run WP 3.4.2, BP 2.2.2 and bbPress in it’s newest version.
The homepage is a custom programmed php-application, let’s say it runs under http://www.abc.com
The WP-blog runs under http://www.abc.com/community
The BP-part runs under http://www.abc.com/community/activity
and at the moment, the bbPress-forums run under http://www.abc.com/community/discuss/forum/
and a subforum runs under http://www.abc.com/community/discuss/forum/mysubforumtitle/
However, I’d like to remap this to http://www.abc.com/forum for the forum main page and http://www.abc.com/forum/mysubforumtitle/ for the subforum.
I was able to remap the main-forum-page by adding
RewriteRule ^forum/(.*) http://www.abc.com/community/discuss/$1 [NC,L,P]
to my .htaccess but of course, the links to sub-forums still point to http://www.abc.com/community/discuss/forum/mysubforumtitle/
Is there a way I can completely run the forums directly under http://www.abc.com/forum/* ?
I’d be really glad for any help or hints.
Thanks
RaphaelTopic: 404 page not found error
hi,
i’ve just installed bbpress 2.2 (released 19th november 2012) on a clean install (no other plugins have been activated) of wordpress 3.4.2. However, whenever a reply is added to a topic the browser is redirected to a 404 not found page. When i navigate back to that topic the reply has been added however. I’m using the default template without any modifications. Anyone know whats going on and how to solve this issue?
Thanks in advance
Topic: I cant get “Replies To”
when i click on “replies created” or “replies to” button in my bbpress forum i cant get any replies created by a user! how can i do this? actually i installed bbpress beside buddypress inside WordPress! everything seems fine but i cant get this. Topics created by user work just fine but replies don’t!
i found out “user-topics-created.php” controls topics created inside bbpress but we dont have such file for Replies! like “user-replies-created.php”!! Any help will be appreciate.Hi
I have a wordpress(3.4.1) installation and I don’t use standard WordPress
Authentication. I have my own login page(mylogin.php) where I capture the
userid/password and then compare with values in my own user table.Now I am using BBPress plugin(2.2.2). I have created a page(askanexpert) in
wordpress and inside that page I have put the BBPress shortcode [bbp-forum-index].
Now from frontend when the user does login and go to forum(http://www.domainname.com/askanaexpert),
bbpress forum is visible and all the topics are visible, but forum shows the message that“You must be logged in to create new topics.”
I think it happens because BBPress is perhaps looking for some authenticated cookie which
was not created due to my custom authentication.Is there a way to create the cookie from my custom authentication page, which
bbpress will understand ?I can not get rid of my custom authentication. Is there a way to fix it, so that when user is
logged in to wordpress site he/she can use the forum as regular logged in user without login again?I am fine to do some programming, but not sure which way to go.