View Full Version : Category Module
yunie_
05-12-2008, 02:23 PM
hi,
in the category module (see attached), the forum are not categorised nicely.. can i like make the main forum words in bold while the sub forums are in bullet points, etc.
in other words can i customize how the words look like?
Morgan
05-12-2008, 06:02 PM
Go to the ACP -> GARS -> Types -> click the type you want to change -> look for what is selected under Template Sets, and then go to the ACP -> GARS -> Templates -> click the template set you want to change, and on that page you can specify what templates you want to use: the vB templates, the GARS templates, your own templates, or some combination of each.
yunie_
05-13-2008, 02:56 PM
thanks for the quick reply.. but nope, that wont work. I cant find any template which is related to my module.
I wanted to edit the category module which i suppose is tied up with category.php. do you have any idea how the words appear in category module?
Morgan
05-15-2008, 12:53 AM
Look for $bits in the geek/gars/mods/display/categories.php file and in one of the $bits lines there is $forum['title'] where you could add in some CSS to change the look.
yunie_
05-16-2008, 08:47 AM
sorry i have to ask such a simple question, i just dont want to risk it.
can you just show how do i BOLD it?
Morgan
05-16-2008, 02:45 PM
Add the following before that line:
$forum['title'] = '<b>' . $forum['title'] . '</b>';
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.