Style Switcher
Current time: 07-02-2012, 11:28 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Category Description
11-01-2008, 05:19 AM
Post: #1
Category Description
More help please. Tongue

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. Tong

FFW

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
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>&nbsp;&nbsp;<div class="smalltext">{$forum['description']}</div></div>

I just replaced <br /> with &nbsp;&nbsp;

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
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]
Visit this user's website Find all posts by this user
Quote this message in a reply
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>&nbsp;&nbsp;<span class="smalltext">{$forum['description']}</span></div>

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
11-01-2008, 10:14 PM
Post: #5
RE: Category Description
Oh!!

Thanks a bunch, it works perfectly now. Big Grin

[size=medium]-[b]F[/b]irefoxWiz
[/size]

[url=http://mybbthemes.8ez.com/]MyBB Themes Community[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-01-2008, 12:48 PM
Post: #6
RE: Category Description
No problem!

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme: