To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - [Modification] Post Translate problem with css

evilmc - 10-10-2011, 04:42
Temat postu: [Modification] Post Translate problem with css
Post Translate: www.przemo.org/phpBB2/forum/viewtopic.php?t=109601

I install this mod, but now I have the problem with css...All post on the forum is small, how fix that?

When I change this line(BOLD), all my font is small!

#------------------[ OPEN FILE template/theme_name/viewtopic_body.tpl AND FIND: ]------------

#
#------------------[ FIND: ]------------
#
{postrow.MESSAGE}
#
#------------------[ REPLACE WITH: ]------------
#
<p id="{postrow.NAZWAA}">{postrow.MESSAGE}</p>

How fix that?

Matteo - 10-10-2011, 18:34

Hmm...
All posts are written small font?
Look at attachment.

evilmc - 11-10-2011, 00:10

Matteo, not for serbianunderground.com/forum ...for serbian-fm.net ...

pls, check this screenshot...and you see difference for posting

Matteo - 11-10-2011, 16:50

Could you give me username + password to test user?

[ Dodano: 13-10-2011, 13:50 ]
Find in viewtopic_body.tpl:
Kod:
<p id="{postrow.NAZWAA}">
replace with:
Kod:
<p id="{postrow.NAZWAA}" style="font-size:13px;">
or replace with:
Kod:
<p style="font-size:13px;">



Powered by phpBB modified by Przemo © 2003 phpBB Group