It could be very nice mod if could make i work on my board...


After changing the mentioned lines on .html files i get this:
The offline user has a none existing offline image ant the online user has double image (dont pay attention to the aligment - i managed it to fit my needs).
Please note, that my board is not prosilver style, but it is prosilver based one.
Also please note that the profiles were moved from right to left.
After moving the profiles on left, where hardstyle told us to i have got this:
Code: Select all
<!-- IF not postrow.S_IGNORE_POST -->
<dl class="postprofile<!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->" id="profile{postrow.POST_ID}">
Code: Select all
<!-- IF not postrow.S_IGNORE_POST -->
<dl class="postprofile<!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->" id="profile{postrow.POST_ID}">
<!-- IF postrow.ONLINE_IMG --><dt style="position: absolute; margin: -10px 0 0 135px;">{postrow.ONLINE_IMG}</dt><!-- ENDIF -->
Code: Select all
<!-- IF not postrow.S_IGNORE_POST -->
<dl class="postprofile" id="profile{postrow.POST_ID}">
<!-- IF postrow.ONLINE_IMG --><dt style="position: absolute; margin: -10px 0 0 135px;">{postrow.ONLINE_IMG}</dt><!-- ENDIF -->
The main question: how do i remove the silly non existing offline image? Thanks a lot in advance.
P.S. Sorry for my english.
P.P.S. I didn't get to the PM poster profile...

THANKS AGAIN!