Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   07-27-2007, 06:13 AM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
how to integrate tabcontent in VbAdv.


Is there any way we can integrate this script

Code:
http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm

to vbadvanced module ???

I mean if a user posts a new thread in a section and that section is listed under that tab it should come there...

Jus` like the way it works in the news archive. A new thread or a thread with a new post displayed accordingly.......

The output of this integration can be seen on this site : FunEnclave - The Fun Portal!
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-27-2007 at 06:28 AM. Reason: Automerged Doublepost
Quote   |  



#2   07-30-2007, 09:14 AM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: how to integrate tabcontent in VbAdv.


is there any way to make this happen ?????????
--------------------
StepheniansOnline™
Quote   |  



#3   07-30-2007, 11:41 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,496 Location: Topeka, KS
Re: how to integrate tabcontent in VbAdv.


why not just make a template module ?

Looks Very interesting tho, I may add something like that here
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#4   07-30-2007, 12:00 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: how to integrate tabcontent in VbAdv.


hey man whenever you get this done....

DO GIVE ME THE CODES PLEASEEEEEEEEEE

And yes it can be done by makin` a template module....
--------------------
StepheniansOnline™
Quote   |  



#5   07-30-2007, 12:28 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,496 Location: Topeka, KS
Re: how to integrate tabcontent in VbAdv.


okay, I'll work on it after lunch

do you have it working on other parts of your site ?

I've added the box, just need to figure out how to display the rss
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar

Last edited by Brandon; 07-30-2007 at 12:53 PM. Reason: Automerged Doublepost
Quote   |  



#6   07-30-2007, 03:38 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: how to integrate tabcontent in VbAdv.


i see u`re workin` on that tab system.....


can i have the current code please and wat to upload where.....

I also would like to try this out right away........

no i don`t have it anywhere on my site... though i tried it but couldn`t succeed.......

u`re code look gud and i guess i can find a way to display the rss...

Could u please give me the template code and what all is needed to upload where .......
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-30-2007 at 03:41 PM. Reason: Automerged Doublepost
Quote   |  



#7   07-30-2007, 03:42 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,496 Location: Topeka, KS
Re: how to integrate tabcontent in VbAdv.


Quote:
Originally Posted by radarhunter View Post
i see u`re workin` on that tab system.....


can i have the current code please and wat to upload where.....

I also would like to try this out right away........

no i don`t have it anywhere on my site... though i tried it but couldn`t succeed.......

u`re code look gud and i guess i can find a way to display the rss...

Could u please give me the template code and what all is needed to upload where .......
okay, well I'm still playing with it but this is what I did.

I uploaded those 4 files ( from the link in the first post) to the root

and then made a new template module with this info

Code:
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="tcontent1">Tab 1</a></li>
<li><a href="#" rel="tcontent2">Tab 2</a></li>
<li><a href="#" rel="tcontent3">Tab 3</a></li>
<li><a href="#" rel="tcontent4">Submit</a></li>
<li><a href="http://forum.vbulletinsetup.com">Forums</a></li>
<li><a href="http://forum.vbulletinsetup.com/custom-pages-vbulletin-services.html">vB Services</a></li>
</ul>

<div class="tabcontentstyle">

<div id="tcontent1" class="tabcontent" align="center">
<a href="http://www.anrdoezrs.net/lf115xdmjdl0355938402154593A" target="_blank" onmouseover="window.status='http://www.vbulletin.com';return true;" onmouseout="window.status=' ';return true;">
<img src="http://www.lduhtrp.net/fn101drvjpn8BDDHBGC8A9DCDHBI" alt="Build a community to build your business! " border="0"/></a><br />
<br />

<b>Watch this spot ^-^ More to come</b> ! <br />
<a href="http://forum.vbulletinsetup.com/f7/">vBulletin SEO Tips and Tweaks</a><br />
<a href="http://forum.vbulletinsetup.com/f15/">vBulletin Skins, Styles and Templates</a><br />
<a href="http://forum.vbulletinsetup.com/f58/">vBulletin Hacks and Modifications</a><br />
<a href="http://forum.vbulletinsetup.com/f18/">Ask your vBulletin Questions</a><br />
<a href="http://forum.vbulletinsetup.com/blogs/">vBSetup Memeber Blogs<p><p>

 - - - - - - - 
<p><b><a href="javascript: expandtab('maintab', 3)">Click Here to Submit your Sites</a></b></p>
</div>

<div id="tcontent2" class="tabcontent">
Tab content 2 here<br />Tab content 2 here<br />
</div>

<div id="tcontent3" class="tabcontent">

Tab content 3 here<br />Tab content 3 here<br />
</div>

<div id="tcontent4" class="tabcontent">
<a href="http://directory.vbulletinsetup.com/">Quality Link Directory</a><br />
<a href="http://www.vbs.in/">Deep Links Directory</a><br />
<a href="http://forum.vbulletinsetup.com/f42/">vBulletin Link Directory</a><br />

</div>

</div>

<script type="text/javascript">
//Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
initializetabcontent("maintab")
</script>
Then I edited the CSS file ( one of the 4 you need to upload) to make the box wide.. I have it set at 96% width I think.
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#8   07-30-2007, 03:51 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: how to integrate tabcontent in VbAdv.


with root u mean where my cmps.php file are situated ????

or the root of my site ???
--------------------
StepheniansOnline™
Quote   |  



#9   07-30-2007, 03:53 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 10,496 Location: Topeka, KS
Re: how to integrate tabcontent in VbAdv.


Quote:
Originally Posted by radarhunter View Post
with root u mean where my cmps.php file are situated ????

or the root of my site ???
the same level as the vba page.

we have ours in
vbulletinsetup.com/index.php
so those 4 files are like
vbulletinsetup.com/1st file
vbulletinsetup.com/2nd file
vbulletinsetup.com/3
vbulletinsetup.com/4
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.


Add our Facebook Blog, Group and LinkedIn group.. Thanks
Stay up to date by installing our Tool Bar
Quote   |  



#10   07-30-2007, 03:54 PM
radarhunter will become famous soon enough Join Date: Sep 2006 Posts: 103
Re: how to integrate tabcontent in VbAdv.


cause it`s not showin` me anythin` no javascript is being loaded...


it`s showin` jus` simple blank
u can check my site to see the result......

Currently i am using the above code i`ll change it later when i have things moving......

Quote:
Originally Posted by Brandon View Post
the same level as the vba page.

we have ours in
vbulletinsetup.com/index.php
so those 4 files are like
vbulletinsetup.com/1st file
vbulletinsetup.com/2nd file
vbulletinsetup.com/3
vbulletinsetup.com/4

I dunno why but it`s not workin` on my side
--------------------
StepheniansOnline™

Last edited by radarhunter; 07-30-2007 at 03:55 PM. Reason: Automerged Doublepost
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -6. The time now is 11:02 AM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory