Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change style, layout on integrated bbpress forum.

Published on March 17th, 2012 by Richard

Hi,

Is it something i can do to change the style and looks on my bbpress forum, without changeing the theme?

Atm i looks very windows 95ish… http://brabet.se/spelforum/forumet-3/

/Richard

Reg Using short codes

Published on March 17th, 2012 by gsp

Hi

We installed bbpress in our wordpress site

We created some forms using bbpress

Also we created some posts inside the created forms using bbpress

From this link https://bbpress.org/forums/topic/bbpress-20-shortcodes we found short codes.

We used

  • Oh, bother! No topics were found here.
– this is listing forms

  • Oh, bother! No topics were found here.
– this is listing topics.

Is there any way to list form wise topics that is we need to list first form name then all topics in that then second form name then all topics in that etc. Please advise.

In some sample bbpress sites we could able to see all form names listing and then if we click on any one form name all topics in that form will be listed like http://singletrackworld.com/forum/forum/classifieds-wanted Please advise how to achieve this.

Thanks

Index Table Width Issue

Published on March 17th, 2012 by pastordanschultz

This is making me nuts. Set up forums, everything works great–except the Index page. The table is an absolute mess. See it here: http://salemwayne.netfirms.com/wp-content/uploads/Screen-shot-2012-03-16-at-9.40.57-PM.png

I can’t find the appropriate php or css file to save my life. Does anyone have any idea what’s going on?

Subscribe to Entire Forum or RSS Feed of Entire Forum

Published on March 17th, 2012 by gabekassel

I need a means to subscribe to an entire forum to be notified when updates are made (for moderators since the forum is small right now)

what’s the best way to do this?

thanks

Easy set up?? LOL

Published on March 16th, 2012 by The Newb

Welp, I really liked the way this plug in looked but after 2 weeks (part time) of messing with this thing, I give up.

And all I see on these boards is complaining and unanswered questions including mine.

The nerve to call this simple lolol.. no offence but geeeez, c’mon ..if you dont want to give instructions on how to set this up then why bother?

It’s anything but easy.

I would love to hand you guys a milk crate with a ripped apart transmission and say …”no worries, its easy, just bolt it all together” and walk away.

just because its easy for me!!

This is not to say I dont appreciate the work that goes into this stuff..but surely you guys can get someone to write a manual, I cant find a single answer to anything..just a few stupid YT videos made from someone with a mouth full of marbles on a laptop in a cave! great!

gonna go cry in my beer now, thanks :(

this filter doesn't work?

Published on March 16th, 2012 by Adam

I found that I had to add these to the kses.php file in wordpress include, which you should NEVER do in order for them to show up. can some one tell me why this code isnt working and adding these tags to the available tags usable for non admin based users?

I have tried with the add_filter above and or bellow, like you see it now, the function.

I have this in my themes function.php file. Not in the bbpress theme function file because I am using my current wordpress theme as the theme for the bbpress theme (if that makes sense)

Thoughts?

function extraTags($tags)
{
$tags['a'] = array(
'href' => array(),
'title' => array(),
'class' => array()
);

$tags['div'] = array(
'class' => array()
);

$tags['img'] = array(
'src' => array(),
'width' => array(),
'height' => array(),
'alt' => array(),
'title' => array()
);

$tags['ol'] = array();
$tags['ul'] = array();
$tags['li'] = array();
$tags['pre'] = array(
'class' => array()
);

$tags['h1'] = array();
$tags['h2'] = array();

return $tags;
}

//Add a new filter.
add_filter('bbp_allowed_tags', 'extraTags');

Need help with 1.01 "integrated" to the new plugin:

Published on March 16th, 2012 by AAShepAA

I have a successful, running “stand-alone” but integrated bbPress installation that has been up for about a year or so.

I just installed the plugin and activated it but I get the “insufficient permissions” error when I try to click on “Forums” in admin although I have created a test forum.

When I go to Admin>Settings>Import/bbPress Standalone Importer – it doesn’t do anything – just sets there. It is trying because when I go back to it – I am asked if I want to continue the old import.

I don’t know if this makes any difference – but my old installation is under mainsite/forum and the new – seems to be in mainsite/forums

Any help is greatly appreciated!

Shep

bbPress and Site Log-In Errors

Published on March 16th, 2012 by areaphoto

If you are aware of another topic which answers, please lead me in the right direction. I am assuming the answer is already out there but I did a search and came up empty.

bbPress v. 2.0.2

I have installed the plugin on my theme. I am using Graphene 1.6.2. I created a page specifically for the forum. I included some of the short codes for the forum. When I logged into the forum, it seemed to log me out of my WP admin area and I could no longer access the WP dashboard. Am I doing something wrong here?!? My goal is to simply provide a simple forum solution to our members contained within the site. I thought this would be the answer but it has proven more difficult than anticipated. I will admit that code is not my strength but with simple instruction/tutorial I can navigate my way through a work around. Any advice or wisdom would be greatly appreciated.

WordPress and bbPress: the layout of the responses on the forum !

Published on March 16th, 2012 by ZikRasta

Hi all !

The problem is that the forum of my site (bbpress plugin), responses to issues are offset in the page width (hula, not very clear!), See this page ….

http://circuit-rouen-les-essarts.fr/?topic=accident-de-jo-schller-1968

Sorry for my bad english !

where do i find list of functions for bbpress?

Published on March 16th, 2012 by cookiebear

where can i find a list of functions that can be used on bbpress?

for example bb_new_topic , does bb_insert_post exist?

Skip to toolbar