phpbb3 3.0.7 style Glossyblack

PhpBB3 Styles Database.
Try the Styles here and share Your own Styles

Re: phpbb3 3.0.7 style Glossyblack

Post 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

Post by heredia21 »

So what do i edit before this edit?