Page 1 of 1

Moving Category titles? (SOLVED)

PostPosted: Sun May 27, 2007 6:59 pm
Author: mlthmp
OK this is a dumb question, lol.

When you view many forums many times the category titles are centered (IE, General Area, and so on) However, I have seen many where the titles are all left side of the forums, which look very good IMO.

I use to know how this was done (I actually did it once with a basic phpbb installation) however now I can't remember how to uncenter them, or which file needs the editing.. can anyone please refresh my memory?

Example, when you vie this forum the first category you see is " IntegraTeam" and its centered.. what I'd like to do is move it to the left side of the page where it'd be aligned over the image below it.

Re: Moving Category titles?

PostPosted: Sat Jun 02, 2007 8:50 pm
Author: Frost
It's never a "dumb" question :grin:

PostPosted: Sat Jun 02, 2007 9:10 pm
Author: mlthmp
wow..

nope thats not the way I had done it before.. I wish I could remember exactly what I had done (like I said it was a plain phpbb2 install) I know I had to edit one of the files and manually align the text (align left,. etc) I have no idea how to do so using the .css file you mentioned..

Re: Moving Category titles?

PostPosted: Sat Jun 02, 2007 9:48 pm
Author: Helter
open your template/index_box.tpl

find

Code: Select all
    <th> {catrow.tablehead.L_FORUM} </th>



replace with
Code: Select all
      <td> <strong>{catrow.tablehead.L_FORUM}</strong> </td>

PostPosted: Sat Jun 02, 2007 9:57 pm
Author: mlthmp
That did it!

Thank you both.. I appreciate it <img>