Search Results for 'forum css'
-
Search Results
-
What function do I have to add to my plugin file in order to get bbPress to load the top level template files?
I have a plugin that has a structure as follows:
my-custom-theme/
plugin.php
my-custom-theme – includes all the top level templates like archive-forums.php, archive-topics.php, etc
my-custom-theme/bbpress – includes all the template files found in the standard bbPress plugin such as loop-forums.php, loop-replies.php, etc
my-custom-theme/css – includes bbpress.css
The problem I am having is when I activate my plugin, the css is being loaded properly from my plugin, and the template files found within the /bbpress directory are also loading properly from within my plugin.
THE PROBLEM:
When activated the top-level template files such as archive-forums.php, archive-topics.php, etc are not loading.
Instead, bbPress is loading the standard page.php file from twentyten, which is the theme I have activated.
So everything works, EXCEPT the loading of the top-level templates.
What function do I have to add to my plugin in order to get bbPress to also recognize those files?
*It is completely confusing as to why bbPress would see everything except those files….
And YEAH, I’ve tried everything I can think of for almost a week now. I’ve asked 2 other bbPress developers and neither of them has a clue either, so I’m not that ignorant of lazy.
Here is the 500th attempt at getting it right:
I need some help with the bbpress plugin, default theme in a custom template.
Please see: http://rhodyjobs.com/forums/topic/rhodyjobs-com-launches-new-forums-for-members/
Above the post, there is a spacing, which I cant find or remove in any css file.
Any ideas?
Also, I want to remove this box:
“This topic has 2 voices, contains 1 reply, and was last updated by George 2 days ago.”
But the only place I can find it is in the twentyten theme which i’m not using.
PLEASE HELP.
Thanks in advance.
I want to provide some separation of the topics for the user to define which topics they have ‘read/viewed’.
Concept is like other forums ‘mark forum posts as read’.
One of the hardest thing for moderators to keep up with when working with very large active forums is knowing which topics they have read already. Many forum platforms make some type of change to a topic css once a user has viewed the topic.
There are many ways of accomplishing this, and frankly I am not sure which way is the most efficient, hence my request.
Please consider adding a system where a ‘topic-read’ css attribute is added to the topic_class.
Once this is in place, then I can choose what I want to do with it from there on the styling side.
What I want to achieve:
I’ve installed bbPress as a plugin for WordPress. I want to make a few simple changes to the bbPress bread crumb function:
bbp_breadcrumb();I need the bread crumb separator to be double right arrows rather than the default single arrow:
I want to replace > with ».I also want to add “You are here:”
Why I need this:
I need to match the styling and position the Yoast Breadcrumbs. Yoast Breadcrumbs is installed as a plugin for WordPress. It breaks on bbPress pages.
What I’ve tried:
Using conditions and CSS, I disabled the Yoast bread crumbs on bbPress pages. I also disabled the default bbPress bread crumbs but called it just beneath my primary navigation. Effectively, I’ve “moved” the bbPress bread crumbs.
To change the bread crumb separator I’ve researched JavaScript and jQuery string replacements but I’ve been advised that this is “hacky”.
My question:
What’s the conventional way of changing the output of bbPress function?
I can provide additional JavaScript, PHP and CSS code if required.
Live demo:
These two live examples highlights the two types of bread crumbs:
Yoast bread crumbs: http://www.directsponsor.org/forums/
bbPress bread crumbs: http://www.directsponsor.org/news/


Because my main theme makes bbpress look really messy I did the following:
I went to the plugin theme folder and changed the css to make it a child of the theme I’m using instead of twentyten. I activated “bbPress (Twenty Ten)” in wordpress and now the forum layout looks like how it would be in twentyten but the rest of the site looks like the parent. Exactly like I want it to be. However, there are still some issues I can’t seem to resolve.
First thing is that the comments don’t allign well as you can see here:
http://tinypic.com/r/r77juw/5
Does anyone know how I can fix this?