Quantcast
Channel: bbPress.org » All Posts
Browsing all 3685 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Reply To: Help with functions.php mod for bbPress

Ok, thanks and yes we can fix that. 1. the code is missing ‘);’ by mistake, it should read function mycustom_breadcrumb_options() { // Home - default = true $args['include_home'] = false; // Forum...

View Article


Reply To: How to enable bbpress breadcrumbs?

I use Yoast breadcrumbs from Yoast SEO plugin could that effect the bbpress breadcrumbs yes if it checked in the internal links settings if so to display the bbpress breadcrumbs uncheck it or use this...

View Article


Syntax Error in admin/functions.php

Hi, I’m very new to both WordPress and bbPress, so my apologies if this is a very easy problem to resolve! Whilst poking about trying figure stuff out in the bbpress/includes/admin/functions.php, I...

View Article

Image may be NSFW.
Clik here to view.

Reply To: Syntax Error in admin/functions.php

not sure what you’ve done, but it will be as simple as a comma or ; missing somewhere I’d suggest you download a copy of bbpress to your PC http://bbpress.org/download/ and then FTP the functions file...

View Article

Reply To: How can I delete the small avatars?

Remove border and add height: 15px; width: 15px; or height: 0px; width: 0px; Example: /* =Avatars ————————————————————– */ #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums...

View Article


How use diferents page themeplates

hello, I am using bbpress in my theme, I have diferents page themeplates, full-width, left-widget-colum… when I load the bbpress forum in a page, i select the full-width, and it works fine, but, when...

View Article

Image may be NSFW.
Clik here to view.

Reply To: How use diferents page themeplates

Make a copy of your full width template, maybe page.php and rename it bbpress.php

View Article

Reply To: Full-Width Forum

I tried above all mentioned but nothing seems to be working! Help me to make my form full width! I want t make my http://androidcure.com/forum/android/ full width.

View Article


Reply To: Full-Width Forum

@dgdeepak000 Just had a look and it seems to be – do you still have a problem?

View Article


Image may be NSFW.
Clik here to view.

Reply To: How use diferents page themeplates

Don´t work… the forum index load in full width but the subforum, topics… load whith the default themeplate. I´m create a page themeplate in full widht and rename it bbpress.php and I configure the...

View Article

Reply To: Very simple question — changing font size

I know it does cascade but if you are not familiar with writting the code to STYLE over attribiutes you can go looking for lines that alter font sizes. One way you could try is to get Notepad++. This...

View Article

Reply To: Very simple question — changing font size

Okay I found the code which is on this site actually. click here But the code mentioned: if (is_bbpress()) : div class=”abc” else : div class=”xyz” endif; Still would not make sense to everyone. So...

View Article

Reply To: Very simple question — changing font size

if (is_bbpress()) : div class=”abc” else : div class=”xyz” endif; translates to if you are on a bbpress screen/page/display [as opposed to a wordpress blog post or page, a home page or anything that...

View Article


Reply To: Very simple question — changing font size

Okay…. So in this example do you need to have the else statement there at all? (Does IF require it?) Or is there a way to just say else use what is default without haivng to find the correct class of...

View Article

Reply To: Very simple question — changing font size

the example is based on you having a page template in your theme that doesn’t display bbpress well, but works for other pages. In that example you could use a different class for bbpress pages to get...

View Article


Simple Layout

Hi, I am new to bbPress so excuse this probably simple question. I need the bbPress to just show Topics when someone goes to the page. I don’t need freshness or anything but topics. We are using a...

View Article

Theming Question

I apologize in advance.. I have a theme that I want to style bbpress and buddypress after. The theme that I’m using allows accent colors. How could I import that color into the bbpress styling? So...

View Article


Reply To: Theming Question

start with http://codex.bbpress.org/bbpress-styling-crib/

View Article

Reply To: Simple Layout

Not quite sure what you are after Do you just want a list of topics? you url followed by /topics will get you to a list of topics, but will include freshness eg http://www.mysite.com/topics come back...

View Article

Reply To: Simple Layout

so when they go to the forum it displays like so: Discussion Topic Discussion Topic Discussion Topic then when they click on the topic it goes to that discussion? without the words freshness. thanks

View Article
Browsing all 3685 articles
Browse latest View live