Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Forum Topic Count
Hello, I have bbpress up and running along with buddypress and it’s working fantastic. I have just one issue.
On my main forums page, I can’t figure out how to get the topic count to update. For example, here is my page listing all my forums:
http://www.cornerstonecooking.com/forums/
The second forum (Cornerstone recipes) says it has two topics but there is really only one. I created a topic in that forum and then deleted it but the count still shows 2 topics. While this isn’t a huge deal, I can imagine it getting confusing as forums grow.
I even permanently deleted the topic in the wordpress admin section thinking that might do it. Still no luck.
Is there some reason why this count isn’t updating normally?
Thanks!
I’m using “bbPress (Twenty Eleven) 1.0 by Stephen Carroll, WordPress and bbPress teams.” I get the error:
“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
And the page templates don’t show up, so I can’t create a forum index. Have I installed this theme incorrectly?
thanks!
Topic: post #2…
I’ve just installed bbpress and it looks great. I seem to some sort of problem. When some post a reply to the first post i looks strange…
LINK: http://www.neworleanssaints.dk/Forums/emne/test-trad/#post-3573
WordPress vers: 3.3.1
bbpress: 2.0.2
Topic: Safari and Chrome CSS
I have an intergrated version of buddypress on my wordpress site using the default theme at http://www.soundhampton.com . I’ve been editing it for weeks but for some reason in Safari and Chrome the CSS shifts the content and the user name to the right about 80px or there is no CSS being read whatsoever. Does anyone have any clue whats going on here? Any help would be greatly appreciated. I think it maybe an HTML5 issue but definitely a CSS issue
Here is a good exaple of whats going on:
http://www.soundhampton.com/?topic=apples-siri-not-as-smart-as-she-looks-lawsuit-charges
open in firefox or ie, then open in safari or chrome the difference is clear.
Topic: Integration with WordPress
Just installed bbpress 2.0.2 in WordPress 3.3.1. I am going to want the user databases to be shared. Have read forums for hours on this issue but most deal with much older versions. I am new at WordPress so this may be simple and I am just missing it.
An article I found on this forum indicates the following:
In the “WordPress Integration” section of the “Settings” area in your bbPress admin you will find a “User Role Map”. I do not see a WordPress Integration section in the Settings area of bbpress. It only has a few main settings and slug stuff.
Please advise?
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: 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');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 !
