Skip to:
Content
Pages
Categories
Search
Top
Bottom

Freshness for replies not working

Published on March 22nd, 2014 by yoluca

Freshness only works when browsing topics ….

soon i click a topic …all replies within that topic shows same Freshness replies ..

see my screenshot here http://i59.tinypic.com/1088wvn.png

thank you

Child theme doesn't work

Published on March 22nd, 2014 by beinar

I have created a child theme to my Twenty Eleven theme and it is active. But when I want to do changes by inserting code right under the code sector that ends with:
……
@import url(“../twentyeleven/style.css”);

it does not take action.

For instance, I want to change the font size in a bbPress forum by putting in:

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 18px;
margin: 5px 0 5px;
padding: 0;
word-wrap: break-word;
}

but nothing happens.
What is wrong?

Forum description is not schowing on main forum index page

Published on March 21st, 2014 by Magic-Komplex

Hi,
I’m quite new to bbpress and trying to set up a forum. Now there’s a problem, the forum description is only shown at the single forum pages (after I edited the code using the bbpress documentation), but it’s not shown on the main forum index page, although the documentation says it has to be.
Look for yourself, but please be nice, it’s still under construction and looks like a mess:

www.thespiritualpath.de

Could anyone help me please? I’m able to alter code if I have a template, but I’m not a programmer, so please try to explain what to do for beginners. 😉
I forgot to mention, category descriptions are shown, but not forum descriptions.
Thanks in advance.

How return Login Page for Private Forum request?

Published on March 21st, 2014 by Bruno Novaes

I need show the login page when a non logged user tries enter a private forum.

Recent topics widget – how to add forum url to title

Published on March 21st, 2014 by forwardslashdesigns

Hi,

Title says it all really. I am trying to customise the recent topics widget; using it to display topics from a specific forum; and I would like the title to link to the forum from which the topics are from.

I have registered a sidebar for this in my functions.php file and I’ve tried the following code, but it doesnt work as its not adding the URL into the title:

register_sidebar(
		array(
			'id' => 'forumcontent',
			'name' => __( 'Forum Home Content - Colleges', 'textdomain' ),
			'description' => __( 'A short description of the sidebar.', 'textdomain' ),
			'before_widget' => '<div id="%1$s" class="widget-topic-list %2$s">',
			'after_widget' => '</div>',
			'before_title' => '' . apply_filters( 'bbp_get_forum_permalink', get_permalink( $forum_id ) ) . '<h3 class="widget-title">',
			'after_title' => '</h3><a/> <br class="clear"/>'
		)
	);

I am trying to create something similar to this: http://postimg.org/image/55qwbgoe3/

I am currently editing the the bbpress/includes/common/widgets.php file directly which I know is a BIG NO NO! and I should create a custom widget for this, but I am not really sure how to!

I am currently using WordPress v3.6 and Bbpress v2.5.3

Thanks

Custom Posts Showing in Forums Admin

Published on March 20th, 2014 by locke742

I’m using bbpress and also a plugin called Pods (for implementing custom post types)

The problem I’m having is that the “Forums” page in the admin shows only items of the “articles” custom post type, and not the actual forums. Is this type of conflict common? I haven’t altered the default post type of bbpress.

Use WordPress Page instead of Forum Root

Published on March 20th, 2014 by Robmcclel

My objective is to not use the standard forum root index page that is auto-created and instead use a WordPress page with forum shortcodes.

The auto-generated forum root page is here: http://thirdscribe.com/cafe

and I would much rather use this page here: http://thirdscribe.com/cafe-forums

I have not had any success in customizing my root from the settings panel where it says: “Customize your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.”

Failing the ability to use the WP page with shortcodes, I would like for the sub-sub forums to be shown, as well as the text descriptions for everything, in the root index. This forum supports a book network, and to have the subgenres showing under the genres is pretty important. Again, I would prefer to just use the page generated using the shortcodes, but I’ll accept just getting the subgenres and descriptions to show.

This is my first time using bbPress — I like it and like the back end administration, but I REALLY need to be able to show more information on this forum page.

I am running WP 3.8.1, Buddypress 1.9.2, and bbPress 2.5.3

Any help or suggestions appreciated.

How to remove IP addresses from bbPress?

Published on March 19th, 2014 by Mycelus

Hello. I used the following CSS to remove IP addresses from bbPress. I know this only shows to admins, but I don’t want em there. For some reason, now they are magically showing up again…

/*Removes IP address from bbPress*/

.bbp-author-ip {
display:none !important;
}

Any ideas..?

Uninstalled BBPress – Roles Remain in drop down list

Published on March 19th, 2014 by Essence7

Hi,

How can I remove the roles from appearing in both the drop down list as well as the users tab in wordpress?

I looked around in my database and file manager but I don’t see anything relating to bbpress remaining.

What should I look for?

Thanks!

One bbPress forum on multiple wordpress sites?

Published on March 19th, 2014 by alaskatoargentina

Hello all!

Quick question – Can one bbPress forum work across multiple WordPress sites, not a multisite?

Graham

Skip to toolbar