We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODES] Give your forum a cool, new look.; By XanderChaos
Topic Started: Jan 25 2010, 11:00 AM (263 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: XanderChaos
[CODES
 
Give your forum a cool, new look.]Ok, this makeover will make your forum look like this:
Preview

Ok, first off, install Markup's 'Add Portal Menu to Forum':

Quote:
 
Paranoidkirb requested this:

Preview link removed for advertising a working board //Christina

1) Put this in IP Dynamic Lite > Affiliate Links Box (Raw HTML needs to be enabled):

Quote:
 
<script>
if(!top.location.href.match("act=site"))
{
td=document.body.getElementsByTagName("TD")
for(i=0;i<td.length;i++)if(td.width=="200"&&td.className=="row4"&&td.vAlign=="top")break
mSide=parent.document.getElementById('sMenu')
mSide.innerHTML=td.innerHTML
}
</script>



2) Put this just before your <% BOARD %>:

Quote:
 
<iframe src='http://sx.invisionfree.com/myForum/index.php?act=site' width='0' height='0'></iframe>
<table width="100%" class='tableborder' cellspacing="0" cellpadding="6"><tr><td id='sMenu' width="200" vAlign="top"></td><td vAlign="top">


3) Put this straight after your <% BOARD %>:

Quote:
 
</td></tr></table>


Updated code, due to some problems, row3 is now row4, should work hopefully //hur[/i]



Paste this anywhere in your CSS:
Code:
 
#submenu { display: none; }
#userlinks { display: none; }



To finish it off, we already have a new 'Users Online' on the side bar, so go into the AdminCP, go to 'General Configuration' and select 'No' on 'Show Active Users?', then save.

Another good code with this setup is Stefan's "move 'User(s) browsing this ...' to top".

(Note, this views works best in Firefox.)


Enjoy
-Xander
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply