PDA

View Full Version : is there possible to have something like this on cmps page ???


radarhunter
11 Jul 2007, 10:34
I`m attaching a pic you can see it`s function on the website given below.





Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




I mean the new posts from different sections can be displayed there ......

Anyone please tell me how to do this i need this thing badly

cyberphr
11 Jul 2007, 11:06
View the source.

There's probably some form of script involved, though.

radarhunter
11 Jul 2007, 11:33
nope nothin` there i tried my level best........

Dismounted
11 Jul 2007, 11:59
Search for the "vBExternal" hack.

radarhunter
11 Jul 2007, 12:06
This is the code which was prefix to the titles

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td valign="top"> <ul id="maintab" class="shadetabs"> <li class="selected"> <a href="#" rel="tcontent1">Title 1</a></li> <li> <a href="#" rel="tcontent2">Title 2</a></li> <li> <a href="#" rel="tcontent3">Title 4</a></li> <li> <a href="#" rel="tcontent4">Title 3</a></li> </ul> <div class="tabcontentstyle"> <div id="tcontent1" class="tabcontent"> <div style="padding:2px">



This is the code which was after the box ended

<script type="text/javascript">
//Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
initializetabcontent("maintab")

</script>

has it gotta do sumthin` with it ???