PDA

View Full Version : how to show forum description on forum page?


allen074
07-27-2008, 12:50 AM
when i go to this forum:
http://forums.devshed.com/php-development-5/

under Dev Shed Forums > Programming Languages
PHP Development
it pulls in the forum description from the main forum page.

How can I do the same? :)

Thanks!

RLShare
07-27-2008, 01:06 AM
Add this variable where you want it to show up...

$foruminfo[description]
In the link its at the bottom of the breadcrumbs in the navbar template.

allen074
07-27-2008, 01:18 AM
thank you!