Skip to:
Content
Pages
Categories
Search
Top
Bottom

User Pages and Page Title "Not Found"

Published on November 11th, 2013 by connielk

I had a heck of a time getting my theme Customizzr to work with bbPress. But your fantastic theme support made it possible. I have one weird thing left to fix still. The forum looks great, the user pages look great, the search works. But when you click on a user link, and it displays the user pages, notice that the title bar at the top of the browser says: Page Not Found | RedHorse CRM – Mozilla Firefox.

Any idea how I can fix that?

http://redhorsesystems.com/forums

Search redirects to home page…

Published on November 11th, 2013 by IAmediaworks

Hi.

Can’t post a link, because the site is under development, and private.

BBPress 2.4.1
WP 2.7.1
Buddypress 1.8.1

When using the forum search, whether from the top search box in the forum body or the side widget, all searches redirect to the front page of the site.

Site is using s2member – but I’m logged in as an admin, so that shouldn’t matter

Permalinks are set to postname

Any thoughts?

Thanks!

help me pls.. I'm stuck

Published on November 11th, 2013 by williamyap

hi,
I’m new on wordpress and just now i was trying to customise the theme and next thing i know is i couldn’t access to my website anymore.

Fatal error: Call to undefined function frontier_option() in /home/palgadi1/public_html/web/wp-content/themes/frontier/functions.php on line 344

when i click into my website www.palgadingwisata.com/web that the line i get.
please somebody help me.
i have no idea at all what to do about it

How to make bbPress use the same theme as WordPress?

Published on November 10th, 2013 by austinator414

Hey guys!
I have a little test site running for fun here.
As you can see, when you click on the forums page, bbPress is extremely light and does not fit in with the theme I am using.
Can I get any instructions on how to make bbPress sue the same style as my WordPress theme?
I am not extremely familiar with coding, so simple instructions would be the best!
Thanks!

I need to enlarge some font-sizes

Published on November 10th, 2013 by bbp-fan


It’s only a small thing – basically. Nevertheless, since a few days I am on experiment, only to enlarge the font size of the links “forum-title” and “topic title”. 🙁 And only these two! (no other font-size in the forum) I’m not successful. Despite the use of Firebug I do not find the correct place in the CSS.

I also do not understand what in this line
# bbpress-forum div.bbp-forum-title h3,
the “h3” is. My “h3” is much larger defined, but is not taken.
Which “h3” is meant and where it is defined?

Please help! I’ll go crazy 🙁

page templates

Published on November 10th, 2013 by rmughal

Just want to know how does bbPress include page templates (/templates/extras/….) into the WordPress page template dropdown which are available when creating new pages. Just want to know where the code exists in the codebase

Visual Editor

Published on November 10th, 2013 by Asig

Hello
I installed bbPress Version 2.4.1 into WordPress 3.7.1 with Atahualpa theme and set up the forums.
I realized that editing is too limited to be useful. Some research showed that bbPress disabled the visual editor several versions back, but some people managed to activate it since then with some “code snippets”.

The code snippet does not work. I get errors. As I am not a Techie and for the most part do not know what I am doing, does anyone have simple instructions on how to get the visual editor in bbPress to work again?

Appreciate all help on this
Andy

Limit search on forum

Published on November 9th, 2013 by jodlajodla

Hello!

It is possible to limit search’s post type on forum and leave the one on the blog untouched? My current filter is like this:

function search_filter($query) {
	if ($query->bbp_is_search) {
		$query->set('post_type', array('post', 'forum', 'topic', 'reply'));
	} else if ($query->is_search) {
		$query->set('post_type', 'post');
	}
	return $query;
}
add_filter('pre_get_posts', 'search_filter');

But it doesn’t work… what do I have to change?

Thank you! 🙂

Users Cannot View Own Replies

Published on November 9th, 2013 by alleycakes

I’m having an issue where if a user replies to a topic, they cannot see their own reply. They can see everyone else’s replies though. This happens to administrators as well as participants (I don’t have any other roles in use, so I haven’t checked those.)

All replies show up in the dashboard too… they just can’t be seen on the front-end by the person that created the reply.

Colors used in Topic list very hard to see

Published on November 8th, 2013 by Darcy Peal

bbPress 2.4.1
WordPress 3.7.1
Theme: ZeeNews

The colors used in the Topic Listings are very pale grey text and very pale yellow background. This is very difficult to read but I cannot find how or where to change it.

Have a look yourself on my site Emergency Retirement

Ideas anyone?

Thanks for reading this!

Skip to toolbar