Search Results for 'bbpress'
-
Search Results
-
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.
I’m new to WordPress, and I have installed buddypress, which I understand installs bbpress.
Is there a way to promote promote a topic to a blog post, and vice versa?
Thanks.
Edit: I changed the topic title and moved it to the plugins forum. Cheers, Netweb
Topic: Proper method to dequeue css
I’m looking for the correct method to dequeue bbpress css from the plugin directory and also that of the css folder within the theme.
The entire site is much larger than just the forum and I really don’t want to call the css for every page as most people don’t have a need to access the forums. I’ll then enqueue the css with is_bbpress combined with is_page(array for the 2 pages that contain shortcodes.
I need to make sure that it dequeues from both locations as there is a custom css being used.
Thanks in advance for the help!
Topic: Many thanks
Thanks to @johnjamesjacoby & Co for their hard work on this great forum software.
Just added bbPress to appglobe.com ( http://appglobe.com/forums ) an hour ago and it looks very promising.
Also, since bbpress 2 doesn’t use tables as much as previous versions it can easily be made responsive.
Didn’t even have to change much of the default colors since they were very similar to the site style.
Great work, great software…greatings from Sweden
The shortcode would allow forum owners to display the category and it’s forums with their descriptions, number of topics, posts etc. on a page.
If we had this shortcode, we could set up bbPress forums to look like phpbb3 – with all categories and their forums on one page – which is what I’ve seen a lot of people asking for.