|
Category Description
|
|
11-01-2008, 05:19 AM
Post: #1
|
|||
|
|||
|
Category Description
More help please.
![]() Bas, is there any way to get the category description to go up beside the category name, when added? Currently it goes below the category name; which distorts my corners when they are small. If it's possible, could you show me how? Sorry to be taking so much of your time. ![]() FFW [size=medium]-[b]F[/b]irefoxWiz [/size] [url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url] |
|||
|
11-01-2008, 10:04 AM
Post: #2
|
|||
|
|||
|
RE: Category Description
Yes it is possible! And a very easy fix.
edit forumbit_depth1_cat template find Code: <div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>replace with Code: <div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong> <div class="smalltext">{$forum['description']}</div></div>I just replaced <br /> with "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
11-01-2008, 04:47 PM
Post: #3
|
|||
|
|||
|
RE: Category Description
I tested it, and it didn't work, Bas. The description is still going on the next line...
Any idea? [size=medium]-[b]F[/b]irefoxWiz [/size] [url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url] |
|||
|
11-01-2008, 06:01 PM
(This post was last modified: 11-01-2008 06:02 PM by ivgeo.)
Post: #4
|
|||
|
|||
|
RE: Category Description
ah sorry, forgot to add a "<span>" tag
It should look like this Code: <div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong> <span class="smalltext">{$forum['description']}</span></div>"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
11-01-2008, 10:14 PM
Post: #5
|
|||
|
|||
|
RE: Category Description
Oh!!
Thanks a bunch, it works perfectly now.
[size=medium]-[b]F[/b]irefoxWiz [/size] [url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url] |
|||
|
12-01-2008, 12:48 PM
Post: #6
|
|||
|
|||
|
RE: Category Description
No problem!
"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
« Next Oldest | Next Newest »
|







