Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moving tags to the footer.php ?

Published on June 17th, 2009 by massbase

i have put :- <?php topic_tags(); ?> on my footer.php , but it does not show the tags.

is it possible to move these tags to the footer.php … something has to be set first , but i dont know what… except it also has to relate to the topic.

is this possible ?

Testing Embeded Video

Published on June 17th, 2009 by

<object width=”400″ height=”225″><param name=”allowfullscreen” value=”true” /><param name=”allowscriptaccess” value=”always” /><param name=”movie” value=”http://vimeo.com/moogaloop.swf?clip_id=4573274&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1″ /><embed src=”http://vimeo.com/moogaloop.swf?clip_id=4573274&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1″ type=”application/x-shockwave-flash” allowfullscreen=”true” allowscriptaccess=”always” width=”400″ height=”225″></embed></object><p>Harley Clifford Wakeboarding 2009 from Norbi Vasko on Vimeo.</p>

is there a maximum amount of tags per topic?

Published on June 17th, 2009 by massbase

the amount of tags seems to be a variable that could break my theme. is there anyway of limiting the number of tags allowed per topic.

EDIT: the search engine doesn’t really use the tags for searching right? so what exactly is the point of tags? plus doesnt it break SEO as google is cracking down on word-populating-pages?

Language files doesn’t work

Published on June 16th, 2009 by annejan

I read almost every topic about language problems in bbPress, but I didn’t get an answer on my questions.

– I downloaded some language files (german, arabic, dutch) and put them into bb-includes/languages

– After that I edit in my bb-config.php file “define(‘BB_LANG’, ”);” to “define(‘BB_LANG’, ‘nl_NL’);”

– And I installed the bb-language-switcher and activate it.

Only the last point works well, but if I select a language in the dropdown menu (for example dutch), the language don’t change.

What am I doing wrong? I would appreciate any help.

Can you only use the LOOP once per page.

Published on June 16th, 2009 by massbase

if you goto the frontpage.php at www.massbase.com… on the side bar to the right, (which is the footer.php) there is an extra loop that shows the instant classifed forums (in the black box)…

however if i click on any topic or any page on the site… that loop stops displaying the topics of that forum..

how come ?

this is the code im using for the loops in that black box (which is the same code for all the forums on the frontpage)

<h3 style="color: red;"><?php forum_name(4); ?></h3>
<?php
$count=0;
if ( $topics )
{
foreach ( $topics as $topic)
{
if ($topic->forum_id=="4")
{
if($count<5)
$count++;
else
break;
?>
<br />- <?php bb_topic_labels(); ?> <a style="font-weight:bold; color: white;line-height: 2.5em;" href="<?php topic_link(); ?>"><?php topic_title(); ?></a><?php topic_page_links(); ?>
<?php
}
}
}
?>
<br /><br /><a id="sub-link" href="<?php bb_uri(); ?>forum/instant-classified"> View all General Topics</a>

Upgrade bbPress 0.9 to 1.0

Published on June 16th, 2009 by Silvanovicz

Hi guys, with the first beta out in a few days/weeks, I’m planning to upgrade my 0.9 install to 1.0 when it becomes available. Does anyone know if I can just use the upgrade instructions below, or if there are any things i should look out for?

https://bbpress.org/documentation/upgrading/

logout error message

Published on June 16th, 2009 by

what could this error message mean?

when I go to my forum at investorsbuzz.com I always have to login, even when I check remember me. I could live with that, even though annoying (currently not interested in merging wp and bbp, afraid this could end up causing issues and make wp more vulnerable), but what is interesting is that when I login to bbpress, go back to investorsbuzz.com and then again back to the forum, and click register instead of login, it says I am already logged in. If I then click on logout, I get the following error message:

bbPress database error: [Table ‘financeo_bbp01.bb_online’ doesn’t exist]

SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1

Warning: Cannot modify header information – headers already sent by (output started at /home/financeo/public_html/forum_/bb-includes/db-mysql.php:130) in /home/financeo/public_html/forum_/bb-includes/pluggable.php on line 232

How do i permanently DELETE a topic

Published on June 16th, 2009 by massbase

im trying to delete all the test lorem epsum posts off of my forum, through admin… when i try, it only goes red, instead of going away for good ? … i have tons of test topics and its annoying as hell trying to go through the topics list and sort things out..

How can i permanently delete topics for good, and out of site

i wana convert my phpbb 3.0.5 forum to bbpress 0.9.5

Published on June 16th, 2009 by

i wana convert my phpbb 3.0.5 forum to bbpress 0.9.5

please help me

BBcode Buttons Tool is not working when I am trying bold , Itallic, etc [b][/b]

Published on June 16th, 2009 by

Hi

I have actiavated BBcode Buttons Toolbar and entered text like below and selected Bold.

( BB Button is not working when I am trying bold , Itallic, etc ) , but my text after i posted it is not appearing in BOLD and again my text is showing like above with codes () etc. none of the tool bar options are working expect smile symbols.

Please look into this.

Thanks,

-Vikram.

Skip to toolbar