vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - [AJAX] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=175687)

bobster65 07-07-2008 05:20 PM

Quote:

Originally Posted by Sharapova (Post 1569269)
Any chance you could help me with that? :p

I was looking for something similar to:

http://www.bbwforums.net/

With the margin set up like that too. :)

Default Colour: #000000
When Clicked: blue/gradients/gradient_tcat.gif

Would very very much appreciate it. If you were looking for a very small fee I could give that too. :p

Find This chunk of code in the FORUMHOME template ...

Code:

<div id="ajaxTFH" class="TFHmenu2">
        <ul>
                <li class="selected"><a href="tabforumhome.php?tabcat[]=93&tabcat[]=97" rel="ajaxTFHcontentarea">Dream Teams</a></li>

        <li><a href="tabforumhome.php?tabcat[]=109" rel="ajaxTFHcontentarea">Sports</a></li>

    <li><a href="tabforumhome.php?tabcat[]=4&tabcat[]=3" rel="ajaxTFHcontentarea">FFL Coach</a></li>
        </ul>
</div>

<br style="clear: left" />

<div class="TFHmenu2line"></div>

<div id="ajaxTFHcontentarea" style="border:0px solid gray; width:100%; height: 100%; background-color: white; padding: 0px"></div>

Replace that with this ....

Code:

<ul id="ajaxTFH" class="shadetabs">
<li><a href="tabforumhome.php?tabcat[]=93&tabcat[]=97" rel="ajaxTFHcontentarea" class="selected>Dream Teams</a>
<li><a href="tabforumhome.php?tabcat[]=109" rel="ajaxTFHcontentarea">Sports</a></li>
<li><a href="tabforumhome.php?tabcat[]=4&tabcat[]=3" rel="ajaxTFHcontentarea">FFL Coach</a></li>
</ul>

<div id="ajaxTFHcontentarea" style="border:1px solid gray; width:100%; margin-bottom: 1em; padding: 10px">
</div>


Replace your current CSS with this CSS and make sure to edit the paths below in red to reflect the location of those images


Code:

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFFFF;
background: #5C7099 url(http://www.bbwforums.net/innocence/gradients/gradient_thead.gif) repeat-x top left;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.bbwforums.net/innocence/gradients/gradient_tcat.gif);



border-bottom-color: #0088ba;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


Sharapova 07-07-2008 05:31 PM

Thank you so much, will try now

Sharapova 07-07-2008 05:44 PM

Slight problem, I'm missing a tab now. :p

I figured that it was cause you didn't put the </li> at the end after it didn't work and still doesn't show. The Sports tab now shows the Dream Team Forums

bobster65 07-07-2008 05:47 PM

Quote:

Originally Posted by Sharapova (Post 1569311)
Slight problem, I'm missing a tab now. :p

I figured that it was cause you didn't put the </li> at the end after it didn't work and still doesn't show. The Sports tab now shows the Dream Team Forums

ya, I forgot the </li> and the " after selected ... replace with this one ;)

Code:

<ul id="ajaxTFH" class="shadetabs">
<li><a href="tabforumhome.php?tabcat[]=93&tabcat[]=97" rel="ajaxTFHcontentarea" class="selected">Dream Teams</a></li>
<li><a href="tabforumhome.php?tabcat[]=109" rel="ajaxTFHcontentarea">Sports</a></li>
<li><a href="tabforumhome.php?tabcat[]=4&tabcat[]=3" rel="ajaxTFHcontentarea">FFL Coach</a></li>
</ul>

<div id="ajaxTFHcontentarea" style="border:1px solid gray; width:100%; margin-bottom: 1em; padding: 10px">
</div>


Sharapova 07-07-2008 05:51 PM

No real problems left. :p

Thanks for everything and enjoy your day.

bobster65 07-07-2008 06:02 PM

Quote:

Originally Posted by Sharapova (Post 1569323)
No real problems left. :p

Thanks for everything and enjoy your day.

Cool Beans :D don't forget to mark installed :p

King Kovifor 07-07-2008 08:18 PM

1 Attachment(s)
Here is a Plugins XML file that will fix the unknown location bug.

Installation
Upload the attached file using the ACP -> Plugins & Products -> Download / Upload page.

CodyMuir 07-08-2008 05:57 PM

Hey, i can't seem to get it to match my forum color.
:(
I don't know why lol i've looked through a lot of posts and not many people seem to have the same error.
http://clandwd.com
Can you please help!
:D
Thanks, Cody.

bobster65 07-08-2008 06:14 PM

Quote:

Originally Posted by CodyMuir (Post 1570264)
Hey, i can't seem to get it to match my forum color.
:(
I don't know why lol i've looked through a lot of posts and not many people seem to have the same error.
http://clandwd.com
Can you please help!
:D
Thanks, Cody.

you'll need to edit the CSS file and change the color settings to match your style. Its pretty simple :D

bobster65 07-08-2008 06:19 PM

*UPDATE*

added XML File for [AJAX] version 1.5 WOL (Who's Online) to the first post...


All times are GMT. The time now is 05:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02401 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete