Page 6 of 6

Re: phpbb3 3.0.7 style Glossyblack

Posted: 30 Aug 2010, 13:17
by Steve
use this to fix online offline : viewtopic.php?f=9&t=374
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}">
replace with:

Code: Select all

                <td style="border: solid 1px #FFFFFF;padding: 5px;">
	 <dl>
having the profile info on the right looks bad.

Re: phpbb3 3.0.7 style Glossyblack

Posted: 31 Aug 2010, 21:08
by heredia21
So what do i edit before this edit?