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)

Michael.A 09-04-2009 01:13 AM

witch one is beater the 1.1 or 1.5?




Quote:

Try removing the code below (in RED) from the FORUMHOME template...
thank you it worked....

bobster65 09-04-2009 03:18 PM

Quote:

Originally Posted by JVCode (Post 1879193)
I've done as described... but it's still not giving me the desired result.. I'll paste what my ajaxtabs.CSS file has.

/* ######### CSS for Tabbed Forum Home ######### */

.TFHmenu2{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.TFHmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.TFHmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

.TFHmenu2 a{
float: left;
display: block;
font: 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background: #57BCFF;
border-top: 5px solid white;
}

.TFHmenu2 a:hover{
font: 11px Arial;
background-color: #70FFA9;
color: White;
}

.TFHmenu2 a.selected{
font: bold 13px Arial;
background-color: #57BCFF;
color: white;
border-color: #57BCFF;
}

.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background: #57BCFF;
}

Taking a look at your site with firebug, you can see that your page class (.page a:link, .page_alink) is overriding the TFH menu2 class (.TFHmenu2 a) and blocking the color and text decoration elements and replacing them with that blue color element from the page class..

bobster65 09-04-2009 03:20 PM

Quote:

Originally Posted by MAD--DOG (Post 1879362)
witch one is beater the 1.1 or 1.5?


thank you it worked....

Depends on what you want really. The first version is a non ajax version meaning when you load your forum home, all data for the tabs is loaded and you just switch back and forth between tabs and the data is what was loaded with the initial page load. The AJAX versions grab the info when the tab is selected.

bobster65 09-04-2009 03:27 PM

Quote:

Originally Posted by kmohamed (Post 1879059)
what up bro ?

this is one of my fav mods .. thanks a lot

i have 2 question ?
  1. Google doesn't cash the forums title ? is this going to affect my site in any way ? am thinking of using the (Tab Forum Home 1.01) ?! because Google will cash that >>
  2. is it possible that u make the tabs' color default with any style? i have different colors in one style!!


thanks i am waiting for the final release so bad

both versions are unobtrusive meaning that Spiders can crawl them. What I suggest to those that are worried in anyway is to install this on a separate style or child style so that spiders would always hit a non tabbed version (giving you a piece of mind lol)..

Right now you will have to create separate CSS files for each style (so each style can have its own integration).

princeedward 09-04-2009 07:26 PM

1 Attachment(s)
hi bob...great mod and members really love this...my question is how come evry click to the tabs it create a space underneath for that loading gif to show?....can we avoid this? or is it possible to put that loading gif image on the last tab right side? just to avoid that space underneath? maybe?

please view my attachment image for more info what i meant here....

thanks and best regards to you

:p:up:

JVCode 09-05-2009 08:24 PM

Quote:

Originally Posted by bobster65 (Post 1879650)
Taking a look at your site with firebug, you can see that your page class (.page a:link, .page_alink) is overriding the TFH menu2 class (.TFHmenu2 a) and blocking the color and text decoration elements and replacing them with that blue color element from the page class..

Thanks! but how would I go about fixing this problem?

Kind Regards,
J.

MentaL 09-05-2009 09:05 PM

May have a go on this on my forum laters.

cbiweb 09-05-2009 09:14 PM

Quote:

Originally Posted by bobster65 (Post 1877434)
There is a solution to get this working with Cyb's Sub Forum Manager .. just do a quick search on this thread.... I don't have it memorized, but its pretty easy to implement.




Quote:

Originally Posted by aajobj (Post 1577253)
Do the following edits for "cyb sub forum manager":
In the plugins Cyb - Sub-Forum Manager - CT and Cyb - Sub-Forum Manager 1

change
if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay'))

to
if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay' OR THIS_SCRIPT=='tabforumhome'))


Thank you, thank you THANK YOU for this fix! I was disappointed that I might not be able to use both mods, but now I see I can. :D It works perfectly now - Excellent!

bobster65 09-06-2009 01:25 AM

Quote:

Originally Posted by JVCode (Post 1880265)
Thanks! but how would I go about fixing this problem?

Kind Regards,
J.

I'd love to give you a good answer, but I am far from a CSS Guru... someone that knows CSS better than me should be able to help you out pretty easy... maybe forcing the element with !important might do it?

kmohamed 09-06-2009 01:35 AM

really appreciate ur effort
and we need this process more faster

suman.khan 09-06-2009 03:07 PM

Hi Bobster65 thanks for this gr8 one..
i have a problem i have a forum which is turned off.. but it still showing on tab..but not showing forum contains it possible to remove automatic from tab also when a forum is turned off..

Thanks Again

space? 09-06-2009 06:35 PM

Can you say me, how i get the shoutbox in one tab.
it shoud look like this:

http://img5.imagebanana.com/img/vhi3dxn4/ws_sb.jpg

princeedward 09-06-2009 08:17 PM

hi bob sorry for this one but would you be so kind to reply on this ONE please...

thanks and best regards.....

;)

Digital Jedi 09-08-2009 05:43 AM

Quote:

Originally Posted by princeedward (Post 1880738)
hi bob sorry for this one but would you be so kind to reply on this ONE please...

thanks and best regards.....

;)

That also requires tweaking the CSS. It will be different depending on what you intend to do. The selected tab will stretch the height area of all the other tabs, so you'd either have to change the size of the selected tab, or adjust the positioning/padding/margins on the main tabs.

suman.khan 09-08-2009 06:43 AM

Quote:

Originally Posted by King Kovifor (Post 1663106)
I've fixed this for v2.0.0 which is now just waiting for Install Instructions. If you open up the WOL plugin listed being at the hook of online_location_unknown and remove the tabforumhome and replace it with the following:

PHP Code:

" . $vbulletin->options['forumhome'] ." 

This will fix your problem.

Also, I cannot reproduce the wrong data type. This may have accidently been fixed in v2.0.0 but I can't reproduce it (the direct link just has no styling).

i fix it just replace tabforumhome.php? to index.php?

Delita 09-08-2009 10:43 PM

Quote:

Originally Posted by cbiweb (Post 1880291)
Thank you, thank you THANK YOU for this fix! I was disappointed that I might not be able to use both mods, but now I see I can. :D It works perfectly now - Excellent!

Quote:

Originally Posted by princeedward (Post 1877660)
GREAT & THANKS!...got it now...so for more info about having problem and conflict with Cyb Sub forum Mod.

Solutions:

Go > ACP > Plugins & Products > Plugin Manager > Product : Cyb - Sub-Forum Manager >

Cyb - Sub-Forum Manager - CT

Cyb - Sub-Forum Manager 1


Find:

if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay'))

Change To:

if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay' OR THIS_SCRIPT=='tabforumhome'))

Save:


Great & Enjoy Both Wonderful Mod

:p:up:


It's better i just save this post as i know i'll need it.

garyion 09-09-2009 10:29 AM

We are working on the design of forum.
We want a breadcrumb (in tab format) of just the main forum and sub forums only and not the thread title, reply etc.
We would like the breadcrumb to stop at the last forum.
Can this mod achieve this?

concepts 09-10-2009 03:13 PM

Hello, I tried to uninstall this mod, now I cannot see my forums.. can you please provide clear uninstall instructions?

pujabrang 09-10-2009 08:07 PM

will kit work on 3.8.4 tell me please

Digital Jedi 09-12-2009 12:32 AM

Quote:

Originally Posted by concepts (Post 1882631)
Hello, I tried to uninstall this mod, now I cannot see my forums.. can you please provide clear uninstall instructions?

Undo everything you did to install it. Reverse all your directions.

Quote:

Originally Posted by pujabrang (Post 1882775)
will kit work on 3.8.4 tell me please

Well, this is the 3.8 forum. But yes, it's not really version specific.

princeedward 09-12-2009 05:27 AM

Quote:

Originally Posted by Digital Jedi (Post 1881449)
That also requires tweaking the CSS. It will be different depending on what you intend to do. The selected tab will stretch the height area of all the other tabs, so you'd either have to change the size of the selected tab, or adjust the positioning/padding/margins on the main tabs.

hi Degital Jedi..thanks for your time and reply to my problem...but still can't figure and imagine how am i gonna do that...will you be so kind once more to explain it more or code it.....kinda ignorant and really not good enough about coding...and to resolve this problem HERE

thanks once again and best regards

;):up:

Digital Jedi 09-12-2009 04:14 PM

Quote:

Originally Posted by princeedward (Post 1883511)
hi Degital Jedi..thanks for your time and reply to my problem...but still can't figure and imagine how am i gonna do that...will you be so kind once more to explain it more or code it.....kinda ignorant and really not good enough about coding...and to resolve this problem HERE

thanks once again and best regards

;):up:

I wouldn't be able to do it for you, reason being is that this is a custom style thing. I wouldn't know what you liked and how you liked it. That, and it's a trial and error type thing, which means it's time consuming. You have to tweak the CSS, then look to see if that's what you want. Tweak it again, then check again to see if that's what you want. And so and so forth.

If you don't know anything about CSS, then I recommend you visit http://www.w3schools.com/css/default.asp and play with the editors they make available. It's worth the time to learn it, as you'll likely run into similar issues with CSS again.

cbiweb 09-12-2009 11:40 PM

Not sure if this has been addressed somewhere in the 109 pages of posts :eek: but I noticed that when I switch tabs, and the "requesting content" message appears, there is no "loading" image (I get a red x in IE). To make the "requesting content" image appear go to your ajaxtabs.js file and find the following section of code, and remove the forward slash ( / ), shown here in bold red:

Code:

var ddajaxtabssettings={}
ddajaxtabssettings.bustcachevar=1  //bust potential caching of external pages after initial request? (1=yes, 0=no)
ddajaxtabssettings.loadstatustext="<img src='/clientscript/tabs/loading.gif' /> Requesting content..."



Do that, and the loading image will appear when switching tabs. :)

Torpedo Vegas 09-17-2009 11:27 PM

I get the tabs to show up fine, and when clicking on them they do the whole "Receiving data" bit, but all I get is "Illegal variable _files or _env or _get or _post or _cookie or _server or _session or globals passed to script." instead of the forum showing up. My suspicion is JFusion Joomla/vBulletin bridge is once again shitting my head, so I'm tossing this out there in case someone knows for sure what that message could be.

P.S. I seriously hate JFusion.

Edit: Tried the 2.0B3.5 and definitely got a jfusion error, so I imagine that's the problem with 1.5 too. The non ajax one would probably work but the install looks like a pain to say the least.

Rebecca217 09-18-2009 12:36 AM

Beautiful! Thank you so much for this hack! :) *Installed*

taffy056 09-19-2009 02:41 PM

Well I am having a problem with this, I really would like it installed, if someone can give me a hand I would appreciate it, can make a donation to the charity of your choice if someone can PM me - thanks!

TheLastSuperman 09-19-2009 02:50 PM

Quote:

Originally Posted by taffy056 (Post 1887548)
Well I am having a problem with this, I really would like it installed, if someone can give me a hand I would appreciate it, can make a donation to the charity of your choice if someone can PM me - thanks!

I would just wait for Bobster, patience is a virtue :cool: besides I would rather Bobster get a donation if he sees fit than any of us who did not make it ;).

S-MAN

taffy056 09-19-2009 02:54 PM

Quote:

Originally Posted by TheLastSuperman (Post 1887556)
I would just wait for Bobster, patience is a virtue :cool: besides I would rather Bobster get a donation if he sees fit than any of us who did not make it ;).

S-MAN


LOL okay will wait ;)

Torpedo Vegas 09-20-2009 05:32 AM

Just for the information of anyone else out there that uses JFusion, neither 1.5 or 2.0 of the Ajax versions work, however the original non-ajax one works, after much fussing about with it.

JVCode 09-22-2009 09:33 PM

Are there any plans to update this mod when vBulletin 4.0 is released?

King Kovifor 09-22-2009 10:02 PM

Quote:

Originally Posted by JVCode (Post 1889144)
Are there any plans to update this mod when vBulletin 4.0 is released?

After plans are solidify, yes, I believe we will work on updating this so it is released simultaneously if possible

chronoshift 09-23-2009 03:47 AM

Any way of possibly using this with vbtube?

Joseph C 09-24-2009 09:13 AM

I have everything working when i press the tabs the right content shows up but when I press the tab the tab that is active doesn't change it still looks like the first tab is always selected?

Help please?

http://img19.imageshack.us/img19/2134/sigho.jpg

Sador 09-24-2009 09:51 AM

Okay, usually I'd read the topic to see if the question has been asked already, but with 109 pages, there are certain limits, and just testing it out seems kinda risky.

I'm wondering, is it possible to add any forumrelated page to the tab menu, or does it only work for subforums? Because I have some addons on my forum (working on AJAX as well) which might be interesting to show in this way. It would mean there is a 'forum index' tab, a tab where mod 1 is located (the chat, for example), a tab where mod 2 is located and so on.

Is that possible, might there be issues if I would try that or will it work just fine with whatever I try?

Simon Lloyd 09-24-2009 04:02 PM

No risk in trying it out, use another style to give it a go :)

peleh 09-27-2009 02:49 AM

Would be nice to see the "(xx) Viewing" on each forum for the Ajax tabbed 1.5. For me this information is important. Is the new 2.0 version managed to get RC yet? I saw a few hundred pages back that it was on development, but that was 2008...

Edit: Well, i just realized that the TFH without Ajax delivered better, faster experience to the user, and doesnt have the bug reported above.

ChopSuey 09-29-2009 09:29 AM

Awesome mod! I LOVE these tabs. 1.0.1 :D

ChopSuey 09-29-2009 11:31 PM

Bump, im wondering how can i get the tab colors to change.

dieselpowered 09-29-2009 11:33 PM

Quote:

Originally Posted by ChopSuey (Post 1892592)
Bump, im wondering how can i get the tab colors to change.

Likely need a CSS change :)

ChopSuey 09-30-2009 07:22 AM

Quote:

Originally Posted by dieselpowered (Post 1892593)
Likely need a CSS change :)

In the tabs.css file? Sorry, first time using this modification.


All times are GMT. The time now is 07:38 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.03228 seconds
  • Memory Usage 1,847KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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