Page 1 of 1

[solved] changing font setting in forum index

PostPosted: Thu Feb 01, 2007 3:22 pm
Author: fua
Your phpBB Version: 2.0.19
phpBB Type: Integramod 140
MODs: No
Your knowledge: Beginner
Board URL: http://www.guildwarspt.com/forum

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

What I'm trying to do is changing to bold the font of a specific field (link to the sub-forums, in this case).

If you go to the forum I admin you will see the words

.:Geral:.
.<img>vE:.
.:GvG-PvP:.

and so on, in each row.

These are the words I want to change to bold.
I've changed the whole template to the way it looks now (colors, gradients, icons and some letters settings), but I can't seem to find the file and the place where to change it to bold.

Hope I've explained it well enough.

Thanks in advance.

Re: changing font setting in forum index

PostPosted: Thu Feb 01, 2007 4:08 pm
Author: Teelk
Open your theme's index_box.tpl, it's the following line...
Code: Select all
        <span><a>{catrow.forumrow.FORUM_NAME}</a><br></span>
It's css class forumlink.

Off topic, but I'm curious. Can I ask(and this is assuming your board is new), why didn't you use IntegraMOD 1.4.1 instead of 1.4.0?

Re: changing font setting in forum index

PostPosted: Fri Feb 02, 2007 9:11 am
Author: fua
Answering the offtopic question, the forum is almost one year old (Feb 25th, 2006) and it wasn't even me who did the install. The root admin has been missing in action for a few months and I had to take the command. <img>


Has for the problem I had, thanks.