Mods online/offline

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Mods online/offline

Post by Wizzy »

well, I have left-sided style, however would like to keep this mod as you have it, on right, just the mod, I do not want to move all things to the right.

Mods online/offline

Post by Solidjeuh »

Wizzy wrote:well, I have left-sided style, however would like to keep this mod as you have it, on right, just the mod, I do not want to move all things to the right.
Stoker wrote:Play around with the background-position ;)
in content.css

Mods online/offline

Post by Wizzy »

well, you are not right a bit, because it is located it different column, this mean I will play with the image around this column. I have moved it to postbody div area.

Code: Select all

<div id="p{postrow.POST_ID}" class="post<!-- IF postrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ELSE --> offline<!-- ENDIF -->">
http://screenshooter.net/6304152/hybsnue

I would remind everybody to do same thing in mailbox cuz changing pictures for topicview will change the look of online status in mailbox too.. or you can change classes names, copy the attributes.. and use old ones for mailbox.. or even keep using both, old and this one presented in this thread, enough to copy and change classes / files names and edit properly.

ucp_pm_viemessage.html

and this is how it should look to edit the same thing for PM folder.

Code: Select all

<div id="post-{MESSAGE_ID}" class="panel clearfix post pm-panel-message pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ELSE --> offline<!-- ENDIF -->">
http://screenshooter.net/6304152/lkgmlwa