Re: phpbb3 3.0.7 style Glossyblack
Posted: 30 Aug 2010, 13:17
use this to fix online offline : viewtopic.php?f=9&t=374
viewtopic_body.html edit
find:
replace with:
having the profile info on the right looks bad.
viewtopic_body.html edit
find:
Code: Select all
<td>
<dl class="postprofile<!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ELSE --> offline<!-- ENDIF -->" id="profile{postrow.POST_ID}">
Code: Select all
<td style="border: solid 1px #FFFFFF;padding: 5px;">
<dl>