Who Was Here?

Ashley S

Paragon
Joined
Jun 7, 2010
Messages
2,074
Reaction score
34
FP$
501
I have installed the Who Was Here Modification on my forum/style.
The theme is based on SubSilver2 and some of the edits cannot be done.

I cannot find, -

Code:
<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
	<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
	<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>

In the styles/prosilver/template/index_body.html file.
But since the style is based of SubSilver2 i have to make the edits to that theme, Not Prosilver style.

Preview: http://xtrgaming.co.cc/
The the edits under Who Is Online.

It's in the wrong place.
Thanks.
 
First, try finding "IF U_VIEWONLINE" then if you do find it find "L_LEGEND" and go to the end of the line at the END IF and add the required codes a line after it.

I hope this helps!
 
Back
Top Bottom