Search Results for 'test'
-
Search Results
-
I have created a new bbpress forum on my site. If I click on the link through the top menu I get this:

If I click on the announcements section/forum/category… I get this:

I want the index to show up the same as the in forum view. But it seems to be not wanting to work right. I’m also unable to override the background image for that page for some reason.
Any help would be appreciated. I’m at a point now where I’m about to install a different forum and just use it on a sub-domain with no integration with WordPress. This is the second forum I’ve gone through and it’s annoying that there isn’t some simplicity here.
Hi i’m using the Recent Topic Widget but im looking for the exact layout as the bbpress.org Recent Topics on the frontpage. I only get Newest Topic which shows only Topic name – Author and Freshness
But i like to see: Recent Topic Name – Author – Latest Reply and by Poster nameIs there a way I can accomplish this?
Greetings
Topic: Theme/Page Template
Hi, I have tried everything I can find on the forum and elsewhere to fix this with no luck. Probably an easy fix but I’m new to this.
This is great: http://ace2five.tv/forums/ and most other pages display ok but,
click through into a forum: http://ace2five.tv/forums/forum/bbpress-theme/ or here: http://ace2five.tv/forums/topic/topic-bbpress/ and it fails to display correctly.Theme is True Mag installed this week, bbPress installed latest version yesterday. Any help much appreciated.
Topic: How do I remove "read more?"
Hey guys,
I have made a test of bbPress on my page here:
However, as you can see, there is a “read more” (Læs mere in danish) in the bottom of the page, and I have no clue how to remove this? Anyone who can help?
People deleting/removing tags from threads? Yesh in my forum.
I created a normal forum account, with this account you can delete tags in the topic, he can also delete tags entered by an administrator. Where can I go to fix?
Now I try to delete test tag (which is below in this form). If I can do it, I could do it in all forums.
Topic: BBPress & WP Photo Albums
Hi
WP 3.9
BBP 2.5.3
TwentyTenI use WPPA a lot on my blog and would like to integrate in BBPress.
When I add it in topic i get this:
http://goandstay.co.za/blog/forums/topic/testtopic-2/#.U15rdfmSySo
The code instead of the slideshow.
Jacob Breedtveld . aka Opajaap (author of this amazing plugin) (http://wppa.opajaap.nl/ & https://wordpress.org/plugins/wp-photo-album-plus/) says:
If this also does not work, ask the BBPress boys if there is a possiility that on the particular text shortcodes can be expanded ( $text = do_shortcode( $text ); ) or that the standard content filters can be run. ( $text = apply_filters( ‘the_content’, $text ); )
I don’t have a clue what Jacob says, but think you will know!
Thanks
Short question: How do I check if I’m on a page (or blog) from within ‘loop-single-reply.php’?
WP 3.8.3
bbpress 2.5.3
URL: 24baby.nl
Long question: I use bbpress for all my comments on articles and blogs: ‘Use a bbPress forum topic for comments on this post.’
On my website this generates a first post along the lines of (my website is in Dutch): ‘This topic belongs to article <LINK>. Share your thoughts!’
This text is visible both under the actual article and on the forums. While it’s a good way to explain the purpose of the thread on the forums, it’s confusing as the first reply on the actual article page. Because of that I don’t want to show this first reply on all my blog / page ‘pages’, but do want to show them on the forums.
It’s fairly easy to remove the first reply within ‘loop-replies.php’, but I don’t know how to test whether I’m on the forums or not? Is_page doesn’t work, is_bbpress always returns true.