Search Results for 'bbpress'
-
Search Results
-
Topic: I Cant Read Topics Or Replys
Okay, so if you click my website then go to News & Update then Go to Weapons Update you will see It is not showing what I Posted I tried different browsers I tried uninstalling bbpress and budypress and reinstalling them even just tried bbpress alone that still did not work I have all the latest versions and everything can someone please help me I cant figure this out. I purchased my Template so I’m really not looking to change it but when I tried other templates it still did not work as well what am I doing wrong????
Hi, I’m on WordPress 3.8.1 and have just installed bbpress 2.5.3
I’ve set up a forum here: http://www.luciddreamingland.com/dream-journal/
The set up documentation was great, thanks!
It’s looking great except that there’s a white box covering the main part of the forum.
I’ve tried everything to get rid of it including turning off other plugins and moving to TwentyEleven without success.
Any suggestions on how to remove it?
Thanks so much.
Hello everybody,
I am using qTranslate with bbPress. Content is properly displayed in every language, but internal links (to forums, to topics, to user profiles, etc.) are not translated, so when clicking on such a link you are always redirected to the main language.
I believe this can be successfully addressed by applying some filter using “qtrans_convertURL”, but I don’t know where.
Any suggestion?
Thank you very much!
Hi
Is there a way to remove the rel=nofollow from bbpress posts?
I want the links inside posts to be indexed.
website: topfitnesstip .comPlease give specific instructions.
thanks
I am using the listings theme by umbrella, and would like to use the supprtte theme for the bbPress forum at my site.
I have no clue about how to install this bbPress theme while still using the listings theme.
– How do i do this? 🙂Thanks in advance,
Andreas.Hello all,
I am trying to add bbpress functions such as bbp_get_topic author and so on.
<?php $args = array( 'post_type' => 'topic', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); the_title(); bbp_get_topic_author_link ( array( 'size' => '60' ) ); endwhile; ?>I can get the_title(); and the_content(); but am having problems with getting this in:
bbp_get_topic_author_link ( array( 'size' => '60' ) );and more so. Is there anything I’m doing wrong?
Thank you for any help I might get 🙂
Hi guys
I’m wondering if we could store the post count in the database. That also means we need to update the database everytime someone adds / delete a message.
I’m using the memberlist plugin, and this could have helped me to display the member count of each member (without having to call bbpress’s method for each member individually) and I could also sort members list based on their post count.
Any idea ?
Thanks guys.WP: 3.8.1
BBPress : 2.5.3Hi guys!
First of all! thanks for this amazing plugin! I’m really excited to use it!
I have installed BBpress along with Buddypress.
Now I would like someone to take a look if everything is ok? I have no idea if everything is ok, for example, I am missing the breadcrumbs for the forum, maybe I am missing more.
Here is my forumAlso, is it possible to get all the topic pages, forum pages (basically all pages that are related to the forum) on a custom page? Like I did with the http://www.militaryscalemodelling.com/forum/ page?
Thanks!
