Please help me how to remove this....

web

New Member
hv2z29.jpg


please help me on how to remove this....
 
This looks like the Crystal Clean skin. If so, look in the navbar template and delete all code from and including:

Code:
<div class="sidebarfooter"></div>
<h2 class="sidebarh3">Forum Statistics</h2>

to and including:

Code:
<h2 class="sidebarh3">Forum Affiliates</h2>
<div class="sidebar"><div class="smallfont" style="line-height:1.5;">

You will still have the login box, but the rest will be gone.
 
Sorry, my mistake. Delete code from and including:

Code:
<div class="sidebarfooter"></div>
<h2 class="sidebarh3">Forum Statistics</h2>

to and including:

Code:
<h2 class="sidebarh3">Forum Affiliates</h2>
<div class="sidebar"><div class="smallfont" style="line-height:1.5;">
<br />
<br />
<br />
</div></div>
<div class="sidebarfooter"></div>

If you don't see any change after that, refresh your browser cache. Again, the login box will still remain.
 
Login box is also in the navbar template. If you delete that code, your users will have no way to login unless you put the login box somewhere else.
 
Also in navbar:

Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

		<if condition="$show['notifications']">
			<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
 
Back
Top