Search Results for 'forum css'
-
Search Results
-
Topic: Mark topic as closed
I want to customize a topic that is closed. It was easy to find the css class for a topic that was closed, but I cannot for for the life of me find what php file is executing that class. I want to add an extra column with the string “[Resolved]” next to the name of the topic to make it more intuitive for my users. The website with an example of a closed topic is: http://www.compusoftdevelopment.com/forum/forums/forum/submitted-features/
I am running Wp v3.4.2 and bbPress v2.1.2
Hello… using pagelines, and have installed bbpress. Forum seems to be working fine, but the alignment of the header text for the columns… e.g., topic, posts, voices, freshness… is off…not aligned horizontally. If you can let me know how to edit the CSS for this particular piece, I’d really appreciate it. Also, possible to change the column header text? If so, how? THANKS http://www.powelltatewptest.com.php5-22.dfw1-1.websitetestlink.com/?forum=gear-swap Also, seems like the topic title is in the wrong place… should be left-aligned, then “started by” should go underneath.. just like this forum. Thoughts on how to fix?
As much as I hate shameless self-promotion, this is the “Pimp your press” forum so I’m going to let it all out.
I’ve just launched BeeForums, a free hosted bbPress service. It works just like those free forums services for other scripts (SMF, IPB, PHPBB) except it’s all bbPress & WordPress.
Features include one-click forum installation, a selection of (responsive) themes, spam protection, attachments, signatures, CSS editor and more. Plus we have an awesome site mascot 🙂
The links are an ugly teal color:
http://www.legalfriend.com/law-forum/
I think I know which css file to edit, but I can’t find where to edit it. Any ideas?
Does anyone know of a way I could add a CSS class to items that a user has already viewed.
I have some custom code (taken from the bbpress Recent Replies widget) that essentially shows my recent replies on my forum’s home page. This:
$post_types, 'post_status' => join( ',', array( bbp_get_public_status_id(), bbp_get_closed_status_id() ) ), 'posts_per_page' => $max_shown, 'meta_query' => array( bbp_exclude_forum_ids( 'meta_query' ) ) ) ); // Get replies and display them if ( $widget_query->have_posts() ) : echo $before_widget; echo $before_title . $title . $after_title; ?> have_posts() ) : $widget_query->the_post(); ?> <li > post->ID ); $author_link = bbp_get_reply_author_link( array( 'post_id' => $reply_id, 'type' => 'both', 'size' => 100 ) ); echo $author_link. ' on'; echo '<a href="' . esc_url( bbp_get_reply_url( $reply_id ) ) . '" title="' . bbp_get_reply_excerpt( $reply_id, 50 ) . '">' . bbp_get_reply_topic_title( $reply_id ) . '</a>'; echo ''. bbp_get_reply_excerpt( $reply_id, 150 ) . ''; echo '' . get_the_date(), get_the_time().''; ?> <?php echo $after_widget; endif;
is_mb there is just a custom function I wrote to determine whether the page being viewed is the homepage or not. Anyway, I'd love to add a class to the opening LI tag if a user has already viewed that. Any ideas?
Hi all, I want to hide my theme’s breadcrumbs for all the bbpress forum pages, since bbpress breadcrumbs are used for those. I know I simply need the css ‘#breadcrumbs { display: none !important; }’, but what file can i add it to so all forum pages use it? I’m using the bbpress compatibility theme. Many thanks!
Edit: I tried adding it to bbpress.css hoping that it would only affect bbpress post types but it hid them across the whole site.
hey everyone,
installed a base install of bbPress today on a test site:
http://topstory.com.au/forums/
Basically all I want to do is modify the font size down, from 12px to 11px. Can someone tell me where I can do this? I’ve done a lot of frakking around with CSS files with WordPress, but can’t find the right setting in bbPress.
Cheers,
Renai
Topic: Original CSS
Hi,
This may be very basic, so apologise to the wizards in here. I have installed bbpress and would like to keep the original CSS for the bbpress. Right now it automatically adjusts to the theme, and as I have some yellow text in the theme (black bg), it just doesn’t look nice in the forum. I have installed the CSS plugin for bbpress, so I can adjust the CSS directly in the editor, but I assume it must be possible to get the original CSS for the plugin displayed directly?
Thanks!
I want to customize a topic that is closed. It was easy to find the css class for a topic that was closed, but I cannot for for the life of me find what php file is executing that class. I want to add an extra column with the string “[Resolved]” next to the name of the topic to make it more intuitive for my users. The website with an example of a closed topic is: http://www.compusoftdevelopment.com/forum/forums/forum/submitted-features/
I am running Wp v3.4.2 and bbPress v2.1.2
I have a WordPress site (3.4.2) which uses a premium theme that I want to keep. I just activated the BBPress plugin (ver 2.1.2) and created a forum and topic etc. The forum and topic pages appear and look ok, but I would like to customize the template and css that is being used in this. I am finding BBP documentation on this somewhat confusing.
My Plan: I will create my own BBP template based on page.php from my main theme and modify the layout etc.
To implement this new template I create, I am guessing that I can replace $new_template (shown below; code taken from bhp-template-loader.php (wp-content/plugins/bbpress/bbp-includes) with the name of my new template, such as “bbp-new-page.php”). Is this correct?
// bbPress template file exists if ( !empty( $new_template ) ) { // Override the WordPress template with a bbPress one $template = $new_template;
And to modify the css, I can simply hack “bbpress.css” (wp-content/plugins/bbpress/
bbp-theme-compat/css/bbpress.css)?This approach seems really hacky/inelegant however.
On a slightly separate note, it appears that implementing the steps for theme-compatibility (http://codex.bbpress.org/theme-compatibility) are necessary only if you are going to use a single (custom) theme (or child theme?) for both WP and BBP?
Finding it a little confusing to untangle the methods and their purposes in BBP theming.
Thanks to anyone who can help!
Judy Wilson
Nashville TNHi,
I have bbpress plugin in a WordPress 3.4.2 MU site, with a single instance in the root and /forums. I have a very basic child theme of TwentyEleven which makes some header and CSS tweaks.
Once I activated BBPress, I found that it is displayed using the sidebar. This crushes the forum to the left, so I wanted to get rid of it for the forum page. I read that by default BBPress will use the page.php from the TwentyEleven theme, and to copy that to my child theme, remove the call to the sidebar and name it bbpress.php would override it. Well, for a start, the TwentyEleven page.php does NOT contain the sidebar. After searching the filesystem I found that sidebar-page.php does, so I copied that to my child theme folder and named it bbpress.php, removed the get_sidebar() call, and also set the template name as Template Name: Forum Template in the bbpress.php file.
It did not work. My forum is still showing a sidebar. It does not seem to be using the bbpress.php file at all.
Is there a guide somewhere on how to get BBPress to display without the sidebar when using MU and a child theme of TwentyEleven?
As I said, my child theme if very simple. It is literally a header.php and styles.css, and I have now added bbpress.php. What do I need to do to get BBPress to use my bbpress.php template?
Can I add that a LOT of the helpful-looking links on here lead to 404 pages, which really hasn’t helped in trying to figure this out. It would be great if those could be fixed up somehow?
Thanks!