Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress 0.75 Released
There’s a security fix in this release, so everyone should upgrade.
Topic: Calendar?
Somewhat off topic, we’re trying out bbPress as a tool for our Board of Directors.
What would make it invaluable would be a good calendar function to track events, and tasks that need to precede events.
I’m thinking of something that looks like google calendar, full page and easy to read. I guess we could just embed the google calendar into a page on our site but would prefer something that we can install and maintain on our own server.
Maybe a bbPress plugin, maybe something standalone – I don’t care.
Suggestions?
Topic: Error
Click any tags, for example — > http://bbpress.org/forums/tags/plugin
and click —> RSS link for this tag.
Topic: Freshness = -1
I just installed bbpress and went through all the steps to integrate it with WordPress and so far everything is fine except that the times are screwed up. For example, the freshness of all posts is -1 (that’s negative 1) even though the posting times are perfect. That seems to be it and I can’t fix it. Any ideas?
Topic: First Plugin Attempt
I am attempting to write my first plugin. The idea is to display a graphic image for the posters rank. I keep getting this error.
Parse error: parse error, unexpected ‘=’, expecting ‘}’ in /home/brightan/public_html/bbPress/my-plugins/graphic-display-ranks.php on line 82
Here is the function that includes line 82.
function user_rank($id) {
$special_rank = get_special_rank (get_post_author_id());
if ($special_rank>0)
{
switch ($special_rank) {
case 1 :
$display_rank=$path_to_rank_images . $image_for_special_rank_1;
break;
case 2 :
$display_rank=$path_to_rank_images . $image_for_special_rank_2;
break;
}
}
else
{
$rank_count=get_post_count(get_post_author_id());
for ($i=1;$i<$num_ranks;$i++)
{
if ($rank_count<$rank_max[$i])
{$display_rank=$path_to_rank_images . $rank_img[$i];
}
else
{$display_rank="";}
}
}
return $display_rank;
}
What am I not seeing?
I have an existent wordpress install. I successfully installed bbpress and have the db pulling from wp install for the users. Now I want to try and wrap my wp around bbpress utilizing my existent header and footer in wordpress.
bbpress – v0.74
wordpress – 2.0.6
I have been searching everywhere looking where to start but alot say I need to set
('WP_BB', true);
in the (bbpress) config.php. In this version of bbpress, it’s not in there. Am I missing something?Hi,
I have just modified the refresh template (styleshout.com) for bbPress.
Demo and Download address is:
http://www.aydos.net/themes/refresh/
This is my first try. I couldnt work on every css tag.
Any comments welcome…