View Full Version : categories missing
boostedv6
12-23-2009, 11:09 PM
I know this is something stupid that I am missing, but I can't find it anywhere. On my arcade, the categories do not show up. I have been through all the settings a couple of times, what am I missing?
Digital Jedi
12-29-2009, 09:17 AM
Where are you looking for your categories to display? They should be displaying in a table below the arcade stats and above the game listings.
mandingo
12-29-2009, 01:33 PM
Not there for me either.
Locked Up
08-29-2010, 09:08 PM
Mine aren't missing ... but can anyone lead me to the tempate to make the font of the categories larger?
Hippy
08-29-2010, 10:45 PM
Mine aren't missing ... but can anyone lead me to the tempate to make the font of the categories larger?
there is no template to make that font larger..
you have to edit the skin_arcade.php
find
function cat_cell($cat) {
global $ibforums;
return <<<EOF
<td width="15%" class="alt1" align="center" style="font-weight: normal;">
{$cat}
</td>
EOF;
}
and replace it with
function cat_cell($cat) {
global $ibforums;
return <<<EOF
<td width="15%" class="alt1" align="center" style="font-weight: normal;">
<div style="font-size: 11pt;">
{$cat}
</div>
</td>
EOF;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.