Milky Way Questions »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Milky Way Questions



lets [ Wed 13 May, 2009 01:15 ]
Post subject: Milky Way Questions
This is what i have done so far at my forum http://www.dl-fs.com/forum

milky

so what i want to do is set the [red box] width to 120
[blue box] with to 300
Spoiler: [ Show ]

in IE its works fine , but not in Firefox

and set the high of that row to 200 (the forum rows)

move the text in the [black box] to the Left (not center)

and remove the [green box] & [purple box]


i also have some problem with the fonts in Firefox since i use a other language in my forum
,so does anyone know how to change all the fonts in the phpbb?

milkyx

where can i edit this 2 red boxes for the index / forum / post page?


help you can help me with this thanks


Mighty Gorgon [ Sat 16 May, 2009 22:34 ]
Post subject: Re: Milky Way Questions
Fonts may be changed in CSS.

Regarding the nav boxes you should edit breadcrumbs*.html

For the first questions you should edit different things in forumlist_body.html:

First you have to change this part:

Code: [Hide] [Select]
<tr>
<th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
<th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
<th width="50">&nbsp;{L_POSTS}&nbsp;</th>
<th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>


Then you also have to remove width="100%" otherwise the cell width will overlay other settings:
Code: [Hide] [Select]
<td class="row1" width="100%">




Powered by Icy Phoenix