Search Results for 'code'
-
Search Results
-
Topic: Reg Using short codes
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 http://bbpress.org/forums/topic/bbpress-20-shortcodes we found short codes.
We used
[bbp-topic-index] – this is listing forms
[bbp-topic-index] – 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
Topic: Easy set up?? LOL
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
Topic: this filter doesn't work?
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');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.


your install is doing something weird (eg are you on multisite).
What do you think? I will put more time into the TwentyTen theme. I really like everything we have done already with the current theme which would suck if I lost it all.