Skip to:
Content
Pages
Categories
Search
Top
Bottom

What happens if NOT prefix all forum content with the Forum Root slug?

Published on January 1st, 2014 by 5ngua

Hello,
If in the forum setting, we do not check Prefix all forum content with the Forum Root slug (Recommended) , then what happens?

I want to uncheck the option but not sure it will work since the option is recommended.
Thanks,

Happy New Year 2014

Published on December 31st, 2013 by willandmae

I would like to take this moment, hours before the new year actually arrives and thank each of you for your help and assistance. For without your help I wouldn’t have a site at all worth mentioning. Thank you for BBPress and to all the plugin authors for your hard work and sharing your fine talents with the rest of us. Many blessings and wish good fortune and happiness to all!

From my family to yours–Happy New Year!

William

Joseph’s Story

Link to a User's Forum Profile From Their Comment

Published on December 31st, 2013 by KeonD

How do I link a user’s forum profile from their name in their comment. So far I’ve got this code in functions.php but it doesn’t seem to work:

function force_comment_author_url($comment)
{
// does the comment have a valid author URL?
$no_url = !$comment->comment_author_url || $comment->comment_author_url == ‘http://’;

if ($comment->user_id && $no_url) {
// comment was written by a registered user but with no author URL
$comment->comment_author_url = ‘http://www.examplesite.co.uk/forums/users/=’ . $comment->username;
}
return $comment;
}
add_filter(‘get_comment’, ‘force_comment_author_url’);

Please can somebody tell me where I’m going wrong?

BBPress / WP Combined search?

Published on December 31st, 2013 by jdredd87

WP 3.8 and bbPress 2.5.2
Did searching but did not come up with much..

I have currently on my site a search for the WP side,
and a search for the forum side.

Is there a plugin or method of getting a single search
that can give a break down results list of links of both
the WP content (pages/posts/comments) and forum posts ?

This is a site setup for a common interest deal to commit
data and write ups in both areas and would like to make it
simple to find what you maybe looking for.

Forums not totally working on iOS phone?

Published on December 31st, 2013 by jdredd87

Using latest wordpress 3.8 and bbpress 2.5.2..
Using the 2014 template.
Did searching but didn’t see my exact problem mentioned?
I am new to WP/BBPress so maybe a newb issue. Only been 3 days..

Windows/OSX/Chrome/IE/Safari work fine.

Chrome/Safari on iOS on an iPad seems to work fine.

Chrome/Safari on iOS on a phone does not. If you go straight to the forums link
you just get a section that says Forums and thats it.

Android is unknown…

If you go straight to a forum section or a forum post, that works fine.

site is http://turbo3800.com/

Screen shot…

http://i111.photobucket.com/albums/n136/jdredd87/IMG_0988_zpsee71ee92.png

Forums sidebar- "Replace: Secondary Widget area not working

Published on December 31st, 2013 by LDP-154

I am running the theme Twenty Thirteen, WordPress 3.61 and bbPress 2.5. The Forum Sidebar widget does not replace the Secondary Widget Area on the Forums page. Any suggestions? Thanks. Unfortunately, our site requires a login to our Forum so I cannot provide a link.

Move Listing of New Topics/Posts

Published on December 31st, 2013 by mawk

Hello, thanks for your attention.

I’m currently using some code in my functions.php to show my sub-forums on a separate line, which is better than having them clustered together.

They also show the amount of new topics and replies within parenthesis, example;

Other
General (2, 5)
Real Life (8, 5)
Humour (7, 9)

Where “Other” is a forum and the others is sub-forums, and you can see the amount of topics and replies within the (x, topics, y replies).

What I need/want is to move the (x, topics, y replies) to the same place it shows, but only on the same line as the sub-forum, as the parent-forum.

Image example: http://imgur.com/ssonCD2

Is there any code I could put in my functions.php which would support this, or a plugin I could look at? This shouldn’t be hard to do, but yet my Google Search Adventure has reached it’s end (for now, at least).

Thanks for every bit of help.

Subscribe existing users to specific forums

Published on December 31st, 2013 by marcuswhit

We’re actively using the Subscribe to Forums functionality introduced in 2.5 – but we’d like to run a script or similar to subscribe all existing users to one or two specific forums. They can then obviously opt out if they like.

Is there any easy way to do this?

thanks.

404 on Edit my post

Published on December 30th, 2013 by yoplait

Hi, i have a latest fresh bbpress plugin (with french translation). I have created a forum and some posts for testing.
I have “file not found” when i click on edit. The url is “sameonadressbar/edit”
Also i have 404 on clicking profiles.

Can you help me please ?!
Thank you.
Kris

tag search doesn't work

Published on December 30th, 2013 by foresme

Hello!

I’ve just tagged all my forum topics. However, I’m not sure what the tag is actually for. When I click on a tag – which is hyperlinked – I expect to be directed to search results which display other forum topics with the same tag.

Instead I get a search results page which doesn’t take me anywhere.

More specifically, I get directed to a page called ‘topics’ with this underneath:

“Search for: › Forums › Topics Viewing topic 1 (of 1 total) Topic Voices Posts Freshness Externalizations of mental illness and health Started by: Re-Authoring Teaching in: Conversation Lounge 1 1 1 month, 1 week ago Re-Authoring Teaching Viewing topic 1 (of 1 total)”

Could somebody wonderful clarify the point of topic tags for me?

Many thanks!

Skip to toolbar