PDA

View Full Version : Forum Home Enhancements - [YUI] Tabbed Forum Home


Pages : 1 [2] 3 4 5

DjEddie
03-22-2010, 03:15 PM
I'll check this out.

forumhome_forumbit_level1_post
forumhome_forumbit_level1_nopost

Those are the templates that do the output and I didn't make any changes to them, so I am not sure why they don't work right now (cept if their is some sorta CSS conflict that I don't see right off).

I'm about to upgrade this bobster ... is the above ^^ problem with the update or just this user .. just want to make sure before I update the mod :)

jack2009
03-22-2010, 07:21 PM
:confused:is there anyone who can reply to my post....i am seeking help...:(

M-Tuning
03-22-2010, 07:28 PM
I've got the line problem too.

bobster65
03-22-2010, 08:11 PM
I'm about to upgrade this bobster ... is the above ^^ problem with the update or just this user .. just want to make sure before I update the mod :)

its a general bug... trying to squish the bastage lol I'd hold off until I can solve it.

EDIT: Its a CSS conflict. Working on a TWEAK now.

bobster65
03-22-2010, 08:12 PM
:confused:is there anyone who can reply to my post....i am seeking help...:(

I do not have the slightest clue what you are asking or what you are wanting to do.

jack2009
03-22-2010, 08:28 PM
I do not have the slightest clue what you are asking or what you are wanting to do.

thanks for replying. I am asking for a plugin or some mod by which we can add all the forum sections in the navbar. And when someone point the mouse on that than all the sub forums scroll down:)

jack2009
03-22-2010, 08:29 PM
you can check my previous post in this thread

bobster65
03-22-2010, 08:37 PM
Here is a QUICK Fix for the CSS conflict that cause's the Horizontal Lines to disappear..

in the skin-tfh.css

Replace lines 68 through 77 with this.. Basically remarking out the content of those two CSS elements. Don't remove the Elements, just replace them with this for now.

.yui-navset .yui-content div {
/* border:0px solid #ADCCE1; */
/* border-top-color:#ADCCE1; */
/* padding:0.0em 0.0em; */
}

.yui-navset .yui-content div div { /* kill inheritance */
/* border:0; */
/* padding:0; */
}

bobster65
03-22-2010, 08:44 PM
thanks for replying. I am asking for a plugin or some mod by which we can add all the forum sections in the navbar. And when someone point the mouse on that than all the sub forums scroll down:)

I still don't understand what that has to do with THIS mod? I have NO intentions of Putting the Tabs into the NAV bar if that is what you are asking.

Universal
03-22-2010, 09:20 PM
Here is a QUICK Fix for the CSS conflict that cause's the Horizontal Lines to disappear..

in the skin-tfh.css

Replace lines 68 through 77 with this.. Basically remarking out the content of those two CSS elements. Don't remove the Elements, just replace them with this for now.

.yui-navset .yui-content div {
/* border:0px solid #ADCCE1; */
/* border-top-color:#ADCCE1; */
/* padding:0.0em 0.0em; */
}

.yui-navset .yui-content div div { /* kill inheritance */
/* border:0; */
/* padding:0; */
}

Thankyou, that works fine to fix the problem.

jack2009
03-22-2010, 10:15 PM
I still don't understand what that has to do with THIS mod? I have NO intentions of Putting the Tabs into the NAV bar if that is what you are asking.

oh okay bobster65, i was asking for the same tab as u have developed but with a scroll feature. Is it possible. means all the sub forums of a particular section (TAB) can be scroll down slightly by putting mouse pointer on the tab.

BlackJacket
03-22-2010, 10:24 PM
Tagged for later. This is definitely something i need. Thanks a bunch!

kylek
03-23-2010, 03:30 AM
Can anyone please tell me if the mark forum read where you double click the forum icon works with this version? Last time I used this was on a way earlier vb version and it did not work.

Thanks!!

TeknoSounds
03-23-2010, 06:15 AM
When I tried to use this earlier (months ago) the mod didn't follow forum permissions for threads (i.e. special usergroups to view hidden forums), so that when I listed my hidden forums in a tab, the threads would show up for ALL users not just the ones for that usergroup. I was wondering if this has been corrected since then?
I would like to be able to have all my hidden forums (as I have several) in a single tab but the threads being visible only to the specific usergroups that are meant to see them.

Antonio Pereira
03-23-2010, 06:55 AM
bobster65

You now a way to remove forums dont show at index home?
If i select in AdminCP (NO - Forum is Active) search dont work, archive dont work, etc...

Best Regards

RedHacker
03-23-2010, 07:03 AM
Here is a QUICK Fix for the CSS conflict that cause's the Horizontal Lines to disappear..

in the skin-tfh.css

Replace lines 68 through 77 with this.. Basically remarking out the content of those two CSS elements. Don't remove the Elements, just replace them with this for now.

.yui-navset .yui-content div {
/* border:0px solid #ADCCE1; */
/* border-top-color:#ADCCE1; */
/* padding:0.0em 0.0em; */
}

.yui-navset .yui-content div div { /* kill inheritance */
/* border:0; */
/* padding:0; */
}

Thanks it is show now perfect....

bobster65
03-23-2010, 01:01 PM
Can anyone please tell me if the mark forum read where you double click the forum icon works with this version? Last time I used this was on a way earlier vb version and it did not work.

Thanks!!

Yes


When I tried to use this earlier (months ago) the mod didn't follow forum permissions for threads (i.e. special usergroups to view hidden forums), so that when I listed my hidden forums in a tab, the threads would show up for ALL users not just the ones for that usergroup. I was wondering if this has been corrected since then?

I would like to be able to have all my hidden forums (as I have several) in a single tab but the threads being visible only to the specific usergroups that are meant to see them.

This mod uses the core vb files that produce the FORUMHOME. There has been no altercation to any of the core files. The only Permissions that are extra (that are built into the mod) are the permissions to view the tab itself. The content with is all driven by the same core vb code that creates the normal forum home. There is a known issue with secondary user groups not being able to view a tab, but that isn't the issue you are having.

Can you PM me and explain your setup to me so that I can setup the same situation on one of my Dev instances and play around with it?


bobster65

You now a way to remove forums dont show at index home?
If i select in AdminCP (NO - Forum is Active) search dont work, archive dont work, etc...

Best Regards

This in NO WAY effects Search and Archive. This uses the same core files as regular forum home, so if you set a forum to NOT display on FORUMHOME, then it will also not be able to display with this.

Trek
03-23-2010, 03:54 PM
Hey Bobster, have you had a change to look at the problem with multiple level categories? I PM'd you my site information so you could look at the hierarchy. No worries or anything, just checking to see how that's going. =)

DjEddie
03-23-2010, 04:15 PM
hi bobster ..thanks for the update :) .

after updating, and overwritting the code in the forumhome template with the new code u left .. it altered the style colors leaving a white background on the sections .. once i put the old code back it had gone


tab1 image is after the update

tab2 image is what it looked like after I put the old code back on..

Not sure if I did anything wrong but double checked the update instructions ..

Thanks

Eddie

craiovaforum
03-23-2010, 05:11 PM
I don't get it. Its FASTER for your users AND it puts less strain on your server. vB doesn't use the full YUI Library and they modify their version of YUI Tabview, so no. Feel free to modify it to use what ever you want to tho. Like I said in the Upgrade doc, if you'd rather put the files on your server, then do so. If there is the same version of a specific file in the current clientscript/yui and you want to point to that instead, do it. Just make sure the versions are all compatible with each other and remain in the same order of call.

You are right sir, sorry for my harsh reply. I'll give it a shot by hosting the files locally.
But there is still a big problem that I (or maybe you, in the future updates) need to solve: without javascript we have no content. I read in previous posts that you say that this plugin is search engine unobtrusive but I really don't see how that can be true since js is required to display everything.
There should be some static content with (at least) links to the forum categories.
If you don't believe me, use the "Fetch as google bot" feature inside google webmaster tools or browse your site with javascript disabled.
I did and here's the result:

modyyy55
03-23-2010, 06:14 PM
WoW : )

great mod. , thank's

ps2wiz
03-23-2010, 06:18 PM
Would it be possible to implement a message something similar to:

"You must use a Javascipt enabled browser to view this site"

When a user has javascript disabled?

Rahstyles
03-24-2010, 03:01 AM
hi bobster ..thanks for the update :) .

after updating, and overwritting the code in the forumhome template with the new code u left .. it altered the style colors leaving a white background on the sections .. once i put the old code back it had gone


tab1 image is after the update

tab2 image is what it looked like after I put the old code back on..

Not sure if I did anything wrong but double checked the update instructions ..

Thanks

Eddie


This is exacly the same thing happend to me Bob the builder and my coders couldnt figure it out.. and it looks like your using the same forum style as me..except mines red.. let me know if you figured it out

murekhalir
03-24-2010, 06:47 AM
Happens to me. =/ Its overwriting my style's CSS on the forum section.

TeknoSounds
03-24-2010, 07:27 AM
This mod uses the core vb files that produce the FORUMHOME. There has been no altercation to any of the core files. The only Permissions that are extra (that are built into the mod) are the permissions to view the tab itself. The content with is all driven by the same core vb code that creates the normal forum home. There is a known issue with secondary user groups not being able to view a tab, but that isn't the issue you are having.

Can you PM me and explain your setup to me so that I can setup the same situation on one of my Dev instances and play around with it?

Well cool deal. I last played around with it on 3.8. Lemme get it installed on my dev site and check it out, its possible I'm not having an issue anymore. Wouldn't want you chasing down an issue/bug that doesn't exist :) Should be able to let ya know in a couple days.

Webbstre
03-24-2010, 09:53 AM
I just upgraded my test domain to the newest update. Now when I load the site the tabs and forums within refuse to load unless I allow access to something called bubbling-library.com . What is this and how do I make the tabs and forums load without having to connect to this site?

ps2wiz
03-24-2010, 12:07 PM
I just upgraded my test domain to the newest update. Now when I load the site the tabs and forums within refuse to load unless I allow access to something called bubbling-library.com . What is this and how do I make the tabs and forums load without having to connect to this site?

Read the readme, it load the script files from there. There are instructions on how to host them locally if you wish so.

craiovaforum
03-24-2010, 12:12 PM
Would it be possible to implement a message something similar to:

"You must use a Javascipt enabled browser to view this site"

When a user has javascript disabled?

Of course, you can just add that text between <noscript></noscript> tags in your FORUMHOME templates. But what about search engines?

bobster65
03-24-2010, 01:42 PM
I just upgraded my test domain to the newest update. Now when I load the site the tabs and forums within refuse to load unless I allow access to something called bubbling-library.com . What is this and how do I make the tabs and forums load without having to connect to this site?

download the dispatcher-min.js and put it into the /tfh folder, then change the call to that js file in the head area of the FORUMHOME template. I did it that way so that there is less strain on your server. Works either way..

bobster65
03-24-2010, 01:45 PM
This is exacly the same thing happend to me Bob the builder and my coders couldnt figure it out.. and it looks like your using the same forum style as me..except mines red.. let me know if you figured it out

Probably just need to tweak the skin-tfh.css file to remove a container background color. If one of you could have it live on your site, I could check it out with fire bug and let you know what tweaks need to be made to the skin-tfh.css file

DjEddie
03-24-2010, 02:33 PM
sent u a pm with a link bobster for firebugging

bobster65
03-24-2010, 03:02 PM
OK, for those of you that are having the "WHITE" issue on the background of the container (mainly for transparent/translucent styles)

on line 63 of the skin-tfh.css

Currently this element sets a WHITE background (as that is what default vB style is like)..

.yui-navset .yui-content {
background:#ffffff;
border-top:5px solid #ADCCE1;
}


So, what you need to do is make it transparent like this.

.yui-navset .yui-content {
background:transparent;
border-top:5px solid #ADCCE1;
}

cloferba
03-24-2010, 04:24 PM
Hey Bobster anyway to make it work with Sub Forum Manager plugins?

yes please, with this mod installer, i can see subforums well, but with tabs i cant see it well :S

misticjeff
03-24-2010, 07:03 PM
Hi Bob,

Great mod... not sure if this is possible but could a user permission be set so that the user could choose which tab to make his/her default?

kylek
03-24-2010, 07:10 PM
If I change templates, the old forum icons remain.
Also - i can no longer double-click the forum icon to mark it as read. (and when you hover over the forum icon, it no longer says "double click to mark this forum as read). :confused:

I know you want bug reports to the other forum, but I havent had a chance to sign up for it. :cool:

Same thing, just installed and everythings great but dont have the ability to double click an icon. Also cant find link to other site to check bug reports.

Other than this, great mod, nice easy install and so easy to add tabbed sections!!

kylek
03-24-2010, 08:13 PM
Same thing, just installed and everythings great but dont have the ability to double click an icon. Also cant find link to other site to check bug reports.

Other than this, great mod, nice easy install and so easy to add tabbed sections!!

Just found what was missing and it works now. In the template edits it says forumhometab is automatically created so I didn't check it as I am using default style. While going through to see if I missed anything with the edits checked the forumhome tab again and it did not have "{vb:raw forumhome_markread_script}" added.

Added it and the double click icon to mark read shows and works.

ps2wiz
03-24-2010, 08:13 PM
Of course, you can just add that text between <noscript></noscript> tags in your FORUMHOME templates.

In what formatting tags should I incase the message (inside the noscript section)?

bobster65
03-24-2010, 09:41 PM
yes please, with this mod installer, i can see subforums well, but with tabs i cant see it well :S

It works fine with Valtars (Cybs) Subforum Manager.


Hi Bob,

Great mod... not sure if this is possible but could a user permission be set so that the user could choose which tab to make his/her default?

That is something that has been kicked around a few times. Its on the white board, but isn't planned for the next few versions at the moment. Its on the radar tho.

cloferba
03-24-2010, 11:57 PM
It works fine with Valtars (Cybs) Subforum Manager.

but with this mod not

https://vborg.vbsupport.ru/showthread.php?t=229148

kylek
03-25-2010, 01:23 AM
but with this mod not

https://vborg.vbsupport.ru/showthread.php?t=229148

Just installed Sub Forum Manager 4.1 and just testing it out and so far it looks to be working okay with this.

Furcal15
04-04-2010, 08:02 PM
How can I get my who's online to work properly with the tabs?

If you are viewing "Who's Online" it won't say what the user is doing unless it's a feature outside of the forums. So, if they are registering it will say it. But if they are posting/creating a thread it doesn't tell me what they are doing. It just says "User 1 is viewing Forum Home" etc etc.

karlm
04-05-2010, 12:41 AM
Another fine product from Bobster!

Thank you good Sir.


One small niggle if I may... I'd really like to be able to edit the public name of the 'vbulletin blogs' to something more personalized, such as 'members blogs' or similar.

Could you advise on that, please?

roymogg
04-05-2010, 11:29 AM
Hi Great Mod Bobster,

Went in very easily - I saw this below and included <noscript> tags around the 'old' forum display script (rather than delete) so crawlers (who only see text) can see the standard forum layout. Also if A user has script disabled the standard layout is shown.

thanks for a great mod

Cheers

Roy


Of course, you can just add that text between <noscript></noscript> tags in your FORUMHOME templates. But what about search engines?

karlm
04-05-2010, 12:07 PM
Also, I just noticed, when the vbulletin blogs tab is added, it claims the number of relpies is the same as the number of views - which is incorrect.

And while i'm on the blogs subject, I think it would be awesome to see the blog owners avatar (reduced to 50x50) in the statusicon column instead of the 'new post' icon. Perhaps you may consider that for a future revision?

bobster65
04-06-2010, 04:35 PM
How can I get my who's online to work properly with the tabs?

If you are viewing "Who's Online" it won't say what the user is doing unless it's a feature outside of the forums. So, if they are registering it will say it. But if they are posting/creating a thread it doesn't tell me what they are doing. It just says "User 1 is viewing Forum Home" etc etc.

The Tabs has its own whos online, but its only for when they are on Forum Home. If a member goes to create a thread or make a post, that has nothing to do with TFH, so I don't know what you are asking.


Another fine product from Bobster!

Thank you good Sir.

One small niggle if I may... I'd really like to be able to edit the public name of the 'vbulletin blogs' to something more personalized, such as 'members blogs' or similar.

Could you advise on that, please?

You can do that via the Admin CP... just change the name of the tab for that module. Click on Tabs, click on Manage Modules (which brings up the modules list). Then click on Edit (for the module you are dealing with.. ie, blogs). Then Change the Module Name (which is the Display name for the Tab).


Hi Great Mod Bobster,

Went in very easily - I saw this below and included <noscript> tags around the 'old' forum display script (rather than delete) so crawlers (who only see text) can see the standard forum layout. Also if A user has script disabled the standard layout is shown.

thanks for a great mod

Cheers

Roy

Ah, nice catch... just tested that and it works like a charm. I'll probably add this to the next release as an option. Thank you!


Also, I just noticed, when the vbulletin blogs tab is added, it claims the number of relpies is the same as the number of views - which is incorrect.

And while i'm on the blogs subject, I think it would be awesome to see the blog owners avatar (reduced to 50x50) in the statusicon column instead of the 'new post' icon. Perhaps you may consider that for a future revision?

lol.. whoooooops. I'll get that fixed (the replies vs views).

I plan on releasing a few different types of blog modules with different looks and such. These modules can be written by anyone and used within this system (just so you know).

Furcal15
04-07-2010, 01:12 AM
How I do I make TFH completely compatible with Who's Online so I can see who is viewing a thread.

bobster65
04-07-2010, 03:38 PM
How I do I make TFH completely compatible with Who's Online so I can see who is viewing a thread.

I sent you a PM, cause I am totally lost on what you are asking. Again FORUM HOME (which TFH is part of) has nothing to do with Who's Online for THREADVIEW. Default vB Forum Home has nothing to do with Who's online and viewing a thread either.

Alucard^
04-07-2010, 06:30 PM
Hey man, this plugin is PERFECT... i love it. But i have a simple problem (i think is simple to solve). I have some forums "invisibles" in the forumhome... and with this plugin, if i add a tab with thats forums that are invisibles i cant acces to it... how can i do this?

Thanks and sry for my english.

bobster65
04-07-2010, 06:40 PM
Hey man, this plugin is PERFECT... i love it. But i have a simple problem (i think is simple to solve). I have some forums "invisibles" in the forumhome... and with this plugin, if i add a tab with thats forums that are invisibles i cant acces to it... how can i do this?

Thanks and sry for my english.

Yes, that is a problem because it uses the current functions for the regular forum home creation, so if you set a forum invisible, it will be invisible within TFH as well. One thing that I (we) are doing right now is building functions for TFH seperate from the current vB forum home functions so that you will be able to display things like hidden forums within TFH. Not sure how long it will take, but its in the works right now.

Alucard^
04-07-2010, 06:50 PM
Ok, Thanks for the fast answer, i will waiting for that function.

karlm
04-08-2010, 01:07 PM
You can do that via the Admin CP... just change the name of the tab for that module. Click on Tabs, click on Manage Modules (which brings up the modules list). Then click on Edit (for the module you are dealing with.. ie, blogs). Then Change the Module Name (which is the Display name for the Tab). It's that simple eh... well if I had only looked - lol.. Thank you for giving me direction, much appreciated.
I plan on releasing a few different types of blog modules with different looks and such. These modules can be written by anyone and used within this system (just so you know).
Excellent... I look forward to future releases... as a non-coder (well, very limited), it's all a bit over my head so glad you'll be giving options as the product evolves.

darkdevilz
04-09-2010, 12:05 PM
The new border loock great.
Collapse button still doesent work ;)



Same problem as me. I am using 4.0.2 now but collapse button doesnt work for me. What must I make..

YankForum
04-12-2010, 01:32 AM
Uninstalled
no forum or thread is visible to spiders anymore (you can chek it by having a look at source code)
Warning : harmful for SEO

fatal1980
04-12-2010, 03:54 AM
What about creating a secondary template for it and setting the default template to the non-tabbed version? I did that and it seems to work well.

ps2wiz
04-12-2010, 05:54 AM
Uninstalled
no forum or thread is visible to spiders anymore (you can chek it by having a look at source code)
Warning : harmful for SEO

https://vborg.vbsupport.ru/showthread.php?p=2016108#post2016108

tomshawk
04-12-2010, 02:52 PM
Question, I have this installed and it works pretty good, but...

I added my Moderator forums to the first tab.
when I log in as a mod or admin, these mod forums don't show up, when I log into the admincp then go back to the forums homepage, they are now there.

When I log out of my account and view as guest, they are still there until I close IE and go back, then they are gone again, I log in and it just repeats itself.

any ideas

ps2wiz
04-13-2010, 06:01 AM
Question, I have this installed and it works pretty good, but...

I added my Moderator forums to the first tab.
when I log in as a mod or admin, these mod forums don't show up, when I log into the admincp then go back to the forums homepage, they are now there.

When I log out of my account and view as guest, they are still there until I close IE and go back, then they are gone again, I log in and it just repeats itself.

any ideas

I have my mod forum in the first tab also and experience no such problem.

Aquestor
04-14-2010, 10:46 PM
Hi,
sorry i have installed this Version with vb 4.0.3.
Now there is an Error:
Fatal error: Call to undefined function process_online_location() in web/tabindex.php(534) : eval()'d code on line 13

Is it possible to repair this Errror or should i wait till there is a new Version?

Thanks for every answer!

Nice Regards Kai

cloferba
04-15-2010, 08:24 PM
there is a bug

when i try to collapse a category...the url of my forum changes to
myforum.com/tabindex.php?tID=12&tabcat[]=96#top and i see the forum like it hasnt got style (no style..no colors..only text)

dont know why this..if you want to reproduce my problem i can pm you the url of my forum

thanks =)

bobster65
04-16-2010, 04:10 PM
Hi,
sorry i have installed this Version with vb 4.0.3.
Now there is an Error:
Fatal error: Call to undefined function process_online_location() in web/tabindex.php(534) : eval()'d code on line 13


Is it possible to repair this Errror or should i wait till there is a new Version?

Thanks for every answer!

Nice Regards Kai

I've not installed 4.0.3 yet. IF I have time this weekend, I will take a look at it and put out an update for those that have 4.0.3 (if it is a simple fix). Just not sure how much time I will have.

FReeSTER
04-16-2010, 05:25 PM
it sucks to be NooB, I have read at least 150 posts here trying to figure out why the tabs or the mod is not working at all at my board.

After install, I have follow every edit template edit and I have set all the tabs I want it BUT.. I still dont see the mod working or at least the tabs at forumhome to begin with. I have a custom template.

Any ideas ?

FReeSTER
04-18-2010, 05:23 PM
well, I have not been able to fix my issue. I will have to uninstall the mod.
Thanks for sharing

ps2wiz
04-18-2010, 05:55 PM
well, I have not been able to fix my issue. I will have to uninstall the mod.
Thanks for sharing

Consider requesting for a paid service install if you are incapable of installing this modification yourself and feel the need to, your problem is not related to this mod.

FReeSTER
04-19-2010, 01:31 AM
Consider requesting for a paid service install if you are incapable of installing this modification yourself and feel the need to, your problem is not related to this mod.

well i pay $10 to get this done at my site via paypal

sdfaheem
04-19-2010, 10:08 AM
Well, even i am not getting the forums to work for some reason.
I have added the forum id's and edited all the templates carefully, don't know why they are not displaying.

Tried disabling the VSA Chatbox and VSA Sub forum manager too but nothing :-(

Rahstyles
04-19-2010, 11:23 AM
Wait a SECOND HERE!! DOES THIS NOT SHOW UP ON THE SEO??????????????????????????????????????????????? ????????

ps2wiz
04-20-2010, 09:16 AM
Wait a SECOND HERE!! DOES THIS NOT SHOW UP ON THE SEO??????????????????????????????????????????????? ????????

THIS HAS BEEN MENTIONED PREVIOUSLY SEVERAL TIMES

merk_aus
04-21-2010, 08:29 AM
Can this be done the way I like it yet bobster haven't heard anything from you regarding everything despite attempting to e-mail you a couple of times.

I am looking into updating the site we have your previous version on to vb4 and would love to use this on it.

FReeSTER
04-21-2010, 05:28 PM
unsupported Mod to graveyard. lol

cloferba
04-22-2010, 03:05 AM
is this compatible with vB4: SuperCharged mod?

https://vborg.vbsupport.ru/showthread.php?t=229608&page=27

Rahstyles
04-22-2010, 08:45 AM
THIS HAS BEEN MENTIONED PREVIOUSLY SEVERAL TIMES

UGHHHHH oh yea.. then were??? why dont you show the people.. instead of trying to make them feel dumb

ps2wiz
04-22-2010, 09:23 AM
is this compatible with vB4: SuperCharged mod?

https://vborg.vbsupport.ru/showthread.php?t=229608&page=27

You will need to host the .js files locally on your server in order to turn on Javascript optimization.

cloferba
04-22-2010, 01:17 PM
You will need to host the .js files locally on your server in order to turn on Javascript optimization.

do you mean YUI Library files?

cloferba
04-22-2010, 02:06 PM
do you mean YUI Library files?


solved!

thanks!

cloferba
04-23-2010, 08:42 PM
i have upgraded to 4.0.3 and VIEWING THE FORUM AS A GUEST i cant see the forum tabs (using tabbed forum home mod (https://vborg.vbsupport.ru/showthread.php?t=233135&page=22&highlight=Tabbed+Forum+Home))...i will explain:

if i edit FORUMHOME TEMPLATE EDIT 1 forumhome changes, i cant see my header logo (the header is smaller like there is no logo specified, and the login/pass boxes are moved to the left instead of be on the right

then, if i made FORUMHOME TEMPLATE EDIT 2 changes, i cant see the forums (no tabs..no forums...nothing). its like there aren?t any forums.

if i disable Javascript Optimiser options from supercharged 1.3 mod i can see all ok...tabs and everything

I dont know why this issue it is only VIEWING THE FORUM AS A GUEST. If im logged with my user...everything works fine...

i hope to enable Javascript Optimiser option and keep using this fantastic mod!

ps2wiz
04-24-2010, 01:43 AM
Must be a configuration problem with some of your other mods. I use this mod and host the .js files locally along with VB4 supercharged mod. And I have none of the problems that you described with this setup.

And yes, I was referring to the YUI files.

cloferba
04-24-2010, 05:06 PM
in some computers, lot of users have problems using the tabs

sometimes they cant change from one tab to another...
other users, cant see the tabs and the forums...so im going to delete this mod =(

Rahstyles
04-26-2010, 09:01 AM
Bobster please upgrade this!

Mastergumble
04-28-2010, 06:48 PM
This is creating a lot of issues specially under IE, its creating huge loads and its creating page loops.

Seems to be working good on 4.0.2 the problems are under 4.0.3

marcut
04-29-2010, 03:03 AM
For SEO purposes, how can I make it load up automatically?

Rahstyles
04-30-2010, 10:56 AM
Please sombody make this work for vb 4.0.3

Mastergumble
04-30-2010, 06:38 PM
Please sombody make this work for vb 4.0.3

Working

bobster65
04-30-2010, 11:15 PM
This is creating a lot of issues specially under IE, its creating huge loads and its creating page loops.

Seems to be working good on 4.0.2 the problems are under 4.0.3

I've not even looked into 4.0.3 yet, so I am sure that there are problems with using this and 4.0.3. What those are I won't know until I have time to look into it. If you want to PM me with the issues (detailed please) you are having with 4.0.3 feel free to do so. That way when I do have time, I have some detailed things to look at right away. Thank you.

karlm
05-01-2010, 12:42 AM
Due to some d/b issues I was encountering, I uninstalled all my plugins - including this one. However, now that my d/b issues are resolved, I went to reinstall this. Upon trying to install, it claims the tables already exist as if it hadn't been uninstalled.

What can i do to get this installed again, please?

Mastergumble
05-01-2010, 02:07 PM
I've not even looked into 4.0.3 yet, so I am sure that there are problems with using this and 4.0.3. What those are I won't know until I have time to look into it. If you want to PM me with the issues (detailed please) you are having with 4.0.3 feel free to do so. That way when I do have time, I have some detailed things to look at right away. Thank you.

Sorry for the delay, its working in 4.0.3, just create a loop if you choose too many forum id's to set as default, this cause IE to crash.

Did try the same table on 4.0.2 and didnt crashed (didn't add or took any forum id to test)

So maybe some sort of limitation on ID, or maybe the forum add some wrong link, at the moment i think that could be also a issue...

If i get more info / details i let you know.

WhightKnight
05-02-2010, 11:50 PM
Working great on my 4.0.3 forums. The tabs are always collapsed and I'd like to change that. I'll look through the forums and see if it is possible...haven't really looked into it yet.

Mikelito
05-05-2010, 08:51 PM
Its work on 4.0.3.....but if I want change style??

Mikelito
05-05-2010, 09:07 PM
Ohhhhhh we can change the style of the tabs in the file skin-tfh.css

murekhalir
05-07-2010, 01:08 AM
I'm having issues - the tabs work out perfect, however they do not show until you actually click one of the tabs.

example:

wargamingtv.com/forum.php

if you could see, the forums dont actually show on the tabs until you click them, is there anyway to have them show by default?

Rahstyles
05-09-2010, 08:47 AM
Bobster you find a fix for vb4.0.3 yet?

Ninth Dimension
05-09-2010, 06:43 PM
I'm interested in using this addon, but it looks like there are still a few bugs with it. Because of this I'm going to wait for the next release - looking forward to that happening soon.. I hope :)

murekhalir
05-09-2010, 09:50 PM
Looks like its just bugged for 4.03 =/. Can't wait to get it fixed!..

Rahstyles
05-09-2010, 10:05 PM
Here it is on my forum

http://www.rahstyles.com/forum

murekhalir
05-09-2010, 10:26 PM
Here it is on my forum

http://www.rahstyles.com/forum

on my forum-

http://wargamingtv.com/forum.php

It wont show the tabs instantly, for mine you have to click it.

Anyone have a clue how to fix that issue? Its the only issue thats setting me back! >.<

ps2wiz
05-10-2010, 11:44 AM
I can't find it in the coding, but seems like this modification searches for "tfh/image.png" on the forum page? I ran a diagnostic with yslow and a 404 is found for it.

Breathex
05-10-2010, 02:50 PM
just installed it and y suggest that you make the tabs remain on all forum pages not only in FORUMHOME

Is there any solution for this? I really need this fix.

fluidswork
05-10-2010, 04:33 PM
some nice addon ......................

murekhalir
05-10-2010, 04:35 PM
on my forum-

http://wargamingtv.com/forum.php

It wont show the tabs instantly, for mine you have to click it.

Anyone have a clue how to fix that issue? Its the only issue thats setting me back! >.<


I'm stupid. I didn't set one as default. Its fixed now and works great on 4.03!

Rahstyles
05-11-2010, 04:27 AM
Can Sombody Please Code This So The Google Bots Can Read This!!!!! + That To The 10th Power

Rahstyles
05-12-2010, 02:37 AM
Update please

Webbstre
05-15-2010, 12:25 AM
I'm having a problem with this. I managed to make my first tab and set it to default, but afterwards any time I try to make a new tab I get an empty box where the usual "completed, redirecting now" message appears, and then it goes back to the Add Tab page without saving any changes. This is 4.0.3

ps2wiz
05-16-2010, 03:53 AM
Can Sombody Please Code This So The Google Bots Can Read This!!!!! + That To The 10th Power

If you bother reading back, a simple trick was posted on how to achieve this.

Rahstyles
05-16-2010, 09:01 AM
If you bother reading back, a simple trick was posted on how to achieve this.

Its not a simple trick.. when you up the guest to have all forums.. then tabs for the members..

Cause nobody wants to join a forum with toomany catagories in the front page

infinityloop
05-18-2010, 12:23 PM
Thank you very much for this great modification!

We are currently using vb 3.8 together with an other mod for tabs.
We want to move to vb4 during the next months and this modification is just what we need.

Installation and configuration is very, very easy now and it works quite good!

The only problem I have atm, is that as soon as i go inside one of the subforums, the tabs dissapear.
In other words, Tabs are only displayed at the root level of the forum.
I guess that this can be change by editing the template (using the default vb style on the textenviroment atm).

Or did I miss a templatechange in the discription? :)

demonfatal
05-19-2010, 11:05 AM
Once the mod is installed if we need to expand/collapse the forum section on the forumhome we get an error: the blank page without style...
Please who can check and solve this please??

XLCR GODFATHER
06-03-2010, 03:32 AM
I apologize If this has been answered and I missed it.

I was considering this mod but have 1 question
Will this work with the sub forum manager found here==> https://vborg.vbsupport.ru/showthread.php?t=229148 ?

Akhi
06-05-2010, 05:02 PM
Didn't use the previous version because of all the steps involved. Glad you finally set up an easy to use version that can be managed from Admin CP. Thanks a lot Bob!

karlm
06-06-2010, 01:35 AM
Due to some d/b issues I was encountering, I uninstalled all my plugins - including this one. However, now that my d/b issues are resolved, I went to reinstall this. Upon trying to install, it claims the tables already exist as if it hadn't been uninstalled.

What can i do to get this installed again, please?
Bobster, any chance you could look into helping with this when you get a moment, please? I've been using this hack for a long time - but am currently unable to use it due to the above errors (tables already exist).

Wilfred1
06-07-2010, 12:20 AM
I would really like to use this mod but after reading every post to date it seems the following...
1. As of today's date it doesn't work with v4.0.3
2. It is not SEO friendly unless you apply this (https://vborg.vbsupport.ru/showpost.php?p=2016108&postcount=293) change

Are these true???

Also if these get fixed can this mod be applied in a situation where you have the tabs say after forum#10 and forums 11-15 are on one tab, forums 16 to 40 on the 2nd tab etc?

Thanks

adblaze
06-07-2010, 02:44 AM
I'm hoping someone can clarify this point. Where would I add the <noscript> tags exactly?


Hi Great Mod Bobster,

Went in very easily - I saw this below and included <noscript> tags around the 'old' forum display script (rather than delete) so crawlers (who only see text) can see the standard forum layout. Also if A user has script disabled the standard layout is shown.

thanks for a great mod

Cheers

Roy

adblaze
06-07-2010, 03:30 AM
Nevermind. I got it. Just re-add the original code removed from the FORUMHOME template between the <noscript></noscript> tags.

adblaze
06-17-2010, 08:36 PM
This actually will affect SEO from what I see. Here is a link to my Google cache.

http://webcache.googleusercontent.com/search?q=cache:qO5MKVCEkkAJ:www.thegameforum.com/

I'm considering deleting this completely unless. Does anyone have any ideas on this?

merk_aus
06-18-2010, 01:02 AM
Its not a simple trick.. when you up the guest to have all forums.. then tabs for the members..

Cause nobody wants to join a forum with toomany catagories in the front page

Well then you code something. It is not the job of modification designers to make their mods compatible with every single thing on the internet. They can't hold your hand for you.

Their job is to add further functionality to the site and that is what this mod has done.

Bleed0ut
06-22-2010, 03:21 AM
Any updates to this to get it running on the new versions of 4.x?

Joao Santos
06-24-2010, 08:32 PM
I apologize If this has been answered and I missed it.

I was considering this mod but have 1 question
Will this work with the sub forum manager found here==> https://vborg.vbsupport.ru/showthread.php?t=229148 ?

working with this https://vborg.vbsupport.ru/showthread.php?t=236960

ps2wiz
06-25-2010, 02:45 AM
Does this modification work properly for 4.0.4? It runs perfect for 4.0.3 for me, but I am just curious before I upgrade.

Thanks in advance.

Xceptional
07-01-2010, 10:37 AM
I have this working on 4.0.4 without much problems.

To solve the SEO issue I modified the 2nd template edit to

<vb:if condition="is_member_of($bbuserinfo, usergroupid1,usergroupid2)">
- New forum template edit 2 code -
<vb:else />
- Old forum template edit 2 code -
</vb:if>

and excluded "Non Registered" members from the usergroupid list.

One problem I'm having is the All Forums module is showing all my forums to everyone, including the forums that aren't suppose to be visible to normal users (Do not have viewing permissions). How can I fix this? This is a serious privacy problem for me.

+1 vote for checking Additional Usergroups on the tabs

earnest79
07-01-2010, 10:15 PM
solved

Ramsesx
07-06-2010, 11:29 AM
<a href="http://www.vbseo.com/f4/please-inspect-hack-seo-40515/" target="_blank">This</a> may be interesting regarding search engine compatibility.

AeonGamer
07-10-2010, 01:40 AM
Im on 4.04 and followed all the instructions. Im also using vbseo 3.5.1 if that makes a difference.

Anyways after doing the full setup of the plugin, all my categories/forums have now disappeared.

Any idea why?

ArchAngelz
07-10-2010, 09:40 AM
Has the collapse problem been solved yet? Installing on 4.03 seems to have the collapse button issue; clicking on the collapse button results in the board being shown in text only form.

Also I'm having some trouble understanding the whole SEO breaking bit; could someone help explain it again and how it can be tested/fixed?

ps2wiz
07-11-2010, 04:28 AM
To the original coder (bobster65), I sent you a very important private message. I am urgently awaiting a response.

MikalMirkas
07-11-2010, 05:18 AM
The concept is GREAT.
Can you make certain tabs not appear to certain usergroups with permissions?
Edit: Nevah Mind

TilkiBey
07-13-2010, 04:45 PM
i ve charset problem on blog tab
what can i do for fix it?
needed charset is ISO-8859-9

earnest79
07-21-2010, 05:48 AM
tabs are detected by avg as a virus ?? How can i fix it.

narrowed it down to this code and i have fixed it. no longer detected

<!-- YUI Library Extension: Dispatcher -->
<script type="text/javascript" src="http://js.bubbling-library.com/2.1/build/dispatcher/dispatcher-min.js"></script>


<!-- /Tabbed Home Header Code -->


also reported to avg and they are fixing it

UpFriends
07-22-2010, 03:41 PM
Great mod. Thank you!

StilgarSinople
07-26-2010, 07:57 PM
Hello everyone I've done the installation, but I think I've done something wrong while doing the custom template edit.

Here is what I get :
http://i33.servimg.com/u/f33/11/53/28/68/bug10.jpg
http://i33.servimg.com/u/f33/11/53/28/68/bug210.jpg
http://i33.servimg.com/u/f33/11/53/28/68/bug310.jpg


May you say me in what I failed ? Thanks in advance !

JVCode
07-27-2010, 10:19 AM
Can this mod be used with the CMS?

Mike09
07-30-2010, 03:24 AM
I know it can only display forums with no parents, is it possible to make it do otherwise?
Any hints on what I should start modifying are really appreciated.

sticky
08-01-2010, 10:07 AM
Can this mod be used with the CMS?



I was just about to ask this, I would LOVE this for the CMS.

Lionel
08-02-2010, 10:23 PM
As there was no point for me to use the collapse since all categories are tabs, I created a plugin at forumhome_start to disable the collapse button, and I simply put in it

$show['collapsable_forums'] = true;Suggestion: It would be nice to add the tab colors class in stylevar

Lionel
08-02-2010, 11:03 PM
Actually it was not necessary to add the stylevar. I simply removed the css block in the file and added this in forumhome head

<style type="text/css">
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background:{vb:stylevar forumhead_background};
color:{vb:stylevar forumhead_color};
</style>

Lionel
08-03-2010, 07:25 AM
Hi Bobster, I thought I'd let you know. You have a major bug in there. In plugin forumhome_complete you are checking for $vbulletin->userinfo['usergroupid'] instead of $vbulletin->userinfo['membergroupids']

so later on in the class_yui.php the explode(",", $tab['limitTo']) is checking for only the primary group, causing the ones with secondary usergroups not to view the tab.

I fixed my copy, but in my opinion this mod is way too nice for me to remain silent.

My solution is not the final solution. It works for me as I only have one secondary usergroup, the customer group.

A permanent solution would be to send just the $vbulletin->userinfo array and to replace the call with

if (is_member_of($this->usergroup, $tab['limitTo']))

GamerPerfection
08-03-2010, 12:42 PM
Does this work on 4.0.5?

Is there still a "slowness" issue when clicking the tabs and the forums appearing?

Has the Developer abandoned this project like many others do?

Lionel
08-03-2010, 12:52 PM
This works perfectly fine on 4.0.5. I installed it yesterday. You can check it by clicking on my signature. Really looks good.

bada_bing
08-03-2010, 03:33 PM
OK so I have this installed on vb 4.05 and when I creates the tabs I have an issue where not matter what cat id I use "ALL" my forums show up inder all my tabs? What am I doing wring?

GamerPerfection
08-03-2010, 04:07 PM
This works perfectly fine on 4.0.5. I installed it yesterday. You can check it by clicking on my signature. Really looks good.
Thanks, i'm going to instal it on my test site then and check it out. Yours seems a lot quicker than others when clicking on the tabs.

Noerenberg
08-03-2010, 06:46 PM
Does anyone know how I make pictures in the tabs?

Lionel
08-03-2010, 07:53 PM
OK so I have this installed on vb 4.05 and when I creates the tabs I have an issue where not matter what cat id I use "ALL" my forums show up inder all my tabs? What am I doing wring?

Just disable the module.

OlijO
08-17-2010, 06:37 PM
I just install this mod on a install vB Suite 4.0.6
The mod works without problem with the first tab (defaut tab).
I try to add a second tab, but in the place of the popup successfull, i obtain a empty popup and the second tab is not add.
Any idea?

bada_bing
08-17-2010, 07:19 PM
Bob

Are you going to release the vbadvanced version for vb 4.x of this script?

caciocode
08-17-2010, 07:53 PM
Tagged

OlijO
08-18-2010, 06:41 PM
I just install this mod on a install vB Suite 4.0.6
The mod works without problem with the first tab (defaut tab).
I try to add a second tab, but in the place of the popup successfull, i obtain a empty popup and the second tab is not add.
Any idea?

Fixed myself.
As i can't use admincp to add tab, i use mysql request and that's work, thanks.

nikson
08-18-2010, 11:43 PM
i have installed it rite added the codes rite i think but it doesnt display the tabs plzz help

Lone Gunman
08-19-2010, 02:20 AM
Suggestion: It would be nice to add the tab colors class in stylevar

edit the skin-tfh.css file with your own colors. real easy... just change the hex codes.

I did.... http://lawnprosite.com

Lionel
08-19-2010, 02:33 AM
edit the skin-tfh.css file with your own colors. real easy... just change the hex codes.

I did.... http://lawnprosite.com

I did too, but as stylevar. So when you switch style, color changes also. Try switching style (http://www.vbcover.com/forum.php) at bottom left :)

Lone Gunman
08-19-2010, 02:48 AM
i have switching disabled but thanks for the info in case i ever decide to change it.

sticky
08-20-2010, 07:05 AM
I was wondering, would be it possible to have different domains show different tabs?

For example, www.domain1.com and www.domain2.com

You have a tab called domain1 and a tab called domain2. When you go to domain2.com it shows tab domain2 by default and www.domain1.com shows the domain1 tab.

Is this possible?

sross
08-22-2010, 01:27 AM
This mod could be amazing but it's not quite there. The tab navigation needs to be showing at all times, every parent, child, thread etc it should just be there like the vB navbar is. Once it exists everywhere, the tabs also need to work depending on where you are in the forums.

Popa Andrei
08-31-2010, 12:46 PM
no more updates for this great plugin? :(

PJSkiboy
09-02-2010, 12:10 PM
Installed this on my test 4.0.6 publishing suite and it worked perfectly the first time.

I sincerely hope this is updated as this is one of the most useful mods out there. Great design.

Popa Andrei
09-03-2010, 06:35 AM
how can we change the colors of the tab?

PJSkiboy
09-03-2010, 10:44 AM
how can we change the colors of the tab?

Isn't this question answered like 5 posts before your question?

Popa Andrei
09-04-2010, 12:17 AM
I did too, but as stylevar. So when you switch style, color changes also. Try switching style (http://www.vbcover.com/forum.php) at bottom left :)

how did you do it?

wath could cause this white space bettwen the tabs and forums?
using vbulletin 4.0.6

PJSkiboy
09-04-2010, 03:33 PM
how did you do it?

wath could cause this white space bettwen the tabs and forums?
using vbulletin 4.0.6

Mine is doing the same thing. Running 4.0.6 as well.

ChrisGojcaj
09-05-2010, 02:56 PM
Could somebody help me? (I am new to this stuff)
I am installing this great mod and I am not sure what to do next...
I am on step 3:
STEP 3. Open the Template Edits Text File and apply the 6 Edits to the 3 Templates specified within the document. You will need to apply these edits to each STYLE that you wish to have a Tabbed Forum Home on.
Could somebody explain what I have to edit? (Step-by-step please)

PJSkiboy
09-05-2010, 05:03 PM
Could somebody help me? (I am new to this stuff)
I am installing this great mod and I am not sure what to do next...
I am on step 3:

Could somebody explain what I have to edit? (Step-by-step please)

Chris,

First, take notice of the part that reads, "you'll have to apply these template edits to each style you have."

I say that because I didn't pay enough attention at first to this and then when I installed the mod on my default style I couldn't figure out why I had some issues with my custom styles. (Which I still am, but that's a seperate issue.)

What you'll need to do is this:

In whatever style you want to install this mod on:

1. Under Styles and Templates in the ACP (admin control panel)
- Click on Style Manager
- For the style you want to install the mod on, to the far right you'll see a drop down box. Click on that and select "Edit Templates"
- On the left hand side you'll see all kinds of templates and template categories. You'll want to locate the category labeled, "Forum Home Templates >>"
- Double-click on that.
- Then you'll be looking for each of the actual templates that the instructions refer to.

2. In the folder for this mod that includes all the files, open up the document that is labeled "Template Edits."
- You'll see each template you'll need to edit in here.
- For example:
=========================
FORUMHOME TEMPLATE EDIT 1
=========================

That means you'll need to look under the template, FORUMHOME and follow his instructions precisely. Don't forget to click on "save" at the bottom of the page after you make the necessary changes. Then refresh your forum home page to see the effects from your edits.

If all else fails, I'll be working on solving a seperate problem I'm having with this mod and a particular style today, so you may catch me in front of the computer. My AIM is "pjskiboy" or Gtalk is "pjskiboy". I'll help you out if you catch me online. Just instant message me. (I'm having a soft heart because I remember when I first started messing with this stuff and I was completely lost. Now I'm only slightly lost at times, lol.)

PJSkiboy
09-05-2010, 05:06 PM
Now, for my particular issue with this mod. And it appears to be relegated to the Blackened (https://vborg.vbsupport.ru/showthread.php?t=245708) custom style. I posted the following post in the thread for that style as well.


OK, i figured out the issue with the mgc_chatbox mod not displaying the images in the chatbox itself. I didn't read carefully enough in regards to the part of you having to copy the images folder over to the styles folder for EACH style you use. Derrrrrr....... So I got that squared away.

I'm still left with this:

https://vborg.vbsupport.ru/external/2010/09/38.png

It's almost like padding somewhere in between the forum categories, but no idea where to look in the templates to be able to at least change the background color. Could I possibly change the background color of the forums to match and solve this problem? (hopefully just answered my own question.....)

update

Just tried looking through the Stylevars, but I don't see anything at first.

Also, when I inspect the page source for that area that I have circled, it is include in the <div class="yui-dispatchable"> selection.

Popa Andrei
09-06-2010, 08:30 PM
Mine is doing the same thing. Running 4.0.6 as well.

so is the 4.0.6 creating the stylevar automatic or how do i modifi it?

PJSkiboy
09-06-2010, 09:18 PM
so is the 4.0.6 creating the stylevar automatic or how do i modifi it?

I haven't figured it out yet myself.

Popa Andrei
09-08-2010, 04:12 PM
so is there anyone that could help us?

PJSkiboy
09-09-2010, 02:14 PM
so is there anyone that could help us?

The guy that created the style actually looked at that issue the other day and he was able to provide a solution. While it corrects that white space for that particular style, it will mess up any other styles you have selectable by your forum members.

If you are interested, PM me and I'll give you the info he gave me.

Santori
09-18-2010, 11:04 PM
As there was no point for me to use the collapse since all categories are tabs, I created a plugin at forumhome_start to disable the collapse button, and I simply put in it

$show['collapsable_forums'] = true;Suggestion: It would be nice to add the tab colors class in stylevar

Hello ,great mod, Thank you.

But I think its necessary to resolve this problem with collapse button. For example I need to make tabs with different forums and different categories each forum.

Collapse button is very important.

Regards.

Popa Andrei
09-20-2010, 10:51 AM
how can y make the .css to be a stylevar?

HappyFeet
09-20-2010, 11:56 PM
if i disable Javascript Optimiser options from supercharged 1.3 mod i can see all ok...tabs and everything

i hope to enable Javascript Optimiser option and keep using this fantastic mod!


I have been fighting this thing, double and triple checking my install and template edits. I started disabling mods and was walking all around my problem. I decided to start reading every single post to find a possible solution and I finally find you at post #325!!!

Thank you, it works now and at least I know I'm not crazy... Disabled optimizer on test board and it finally starts working. Now on to the .css color issue... WHEW!:up:

Alfa1
09-21-2010, 10:14 PM
Is it possible to get the AJAX content instantly loaded, by caching the data every X minutes?

The loading of the tabbed content takes a lot of time. I rather have some delay in showing the last posts, than having to wait on the tabbed content to load, at every click.

Crrrazzzy
09-22-2010, 06:50 PM
Hi Bobster, I thought I'd let you know. You have a major bug in there. In plugin forumhome_complete you are checking for $vbulletin->userinfo['usergroupid'] instead of $vbulletin->userinfo['membergroupids']

so later on in the class_yui.php the explode(",", $tab['limitTo']) is checking for only the primary group, causing the ones with secondary usergroups not to view the tab.

I fixed my copy, but in my opinion this mod is way too nice for me to remain silent.

My solution is not the final solution. It works for me as I only have one secondary usergroup, the customer group.

A permanent solution would be to send just the $vbulletin->userinfo array and to replace the call with

if (is_member_of($this->usergroup, $tab['limitTo']))

what did you do to fix this as i am having hte same issue

just installed it and y suggest that you make the tabs remain on all forum pages not only in FORUMHOME
same with this....is there a solution?

Santori
09-24-2010, 02:39 AM
Hello, I ask again for a solution for the problem with collapse button.

Thank you very much

CharlieDelta
09-26-2010, 06:42 PM
The guy that created the style actually looked at that issue the other day and he was able to provide a solution. While it corrects that white space for that particular style, it will mess up any other styles you have selectable by your forum members.

If you are interested, PM me and I'll give you the info he gave me.
I would be interested in that info, if you wouldn't mind.

PJSkiboy
09-27-2010, 02:30 PM
I would be interested in that info, if you wouldn't mind.

PM sent to you with the instructions.

Popa Andrei
09-27-2010, 02:36 PM
can u tell me how to make a diferent style var for a light theme?
I have a light theme and a dark one.

PJSkiboy
09-27-2010, 02:41 PM
can u tell me how to make a diferent style var for a light theme?
I have a light theme and a dark one.

Storm,

I'm in the same boat.

Right now I've got the tab mod installed on my light theme and not on my dark theme because when you change the hex code in the css file for the mod, it changes that background color in between the categories for ALL styles you have that mod installed on.

Pretty sure we'd have to edit the mod to where it called a different .css file for each style.

If I could manage some free time in the next week, I'll tinker with it some, but no promises. I'm not much of a coder.

Lionel
09-27-2010, 02:45 PM
can u tell me how to make a diferent style var for a light theme?
I have a light theme and a dark one.

edit the tabview.css or skin-tfh.css to remove those declarations:

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover
.yui-navset .yui-content

and then in FORUMHOME template put this in your head

<style type="text/css">
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background:{vb:stylevar forumhead_background};
color:{vb:stylevar forumhead_color};
font-weight:bold;
}
.yui-navset .yui-content {
background:#ffffff;
border-top:5px solid #384b6b;
}
</style>go there (http://www.vbcover.com/forum.php) and switch style to see result

Lionel
09-27-2010, 03:02 PM
what did you do to fix this as i am having hte same issue


fixing this is very simple. Edit the template Create Tabs at forumhome_complete and replace the second line with

$yui = new vB_YUI($vbulletin, $vbulletin->userinfo, 'tfh');

and in class_yui.php

replace the line below (I don't remember what the original code was)

$tab['limitTo'] = explode(",", $tab['limitTo']);

with:

if (is_member_of($this->usergroup, $tab['limitTo']))

so the block becomes

if($verify_usergroup)
{
if($tab['limitTo'] == 'all')
{
$this->code .= "YAHOO.plugin.Dispatcher.delegate(new YAHOO.widget.Tab({label: '" . mysql_escape_string($tab['title']) . "', " . $tab['contentT'] . ": '" . $tab['content'] . "', active: " . $tab['active'] .", cacheData: " . $tab['cacheData'] ."}), " . $this->name . ");";
}
else
{
$tab['limitTo'] = explode(",", $tab['limitTo']);
if (is_member_of($this->usergroup, $tab['limitTo']))
{
$this->code .= "YAHOO.plugin.Dispatcher.delegate(new YAHOO.widget.Tab({label: '" . mysql_escape_string($tab['title']) . "', " . $tab['contentT'] . ": '" . $tab['content'] . "', active: " . $tab['active'] .", cacheData: " . $tab['cacheData'] ."}), " . $this->name . ");";
}
}
}

Popa Andrei
09-29-2010, 02:31 PM
edit the tabview.css or skin-tfh.css to remove those declarations:

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover
.yui-navset .yui-content

and then in FORUMHOME template put this in your head

go there (http://www.vbcover.com/forum.php) and switch style to see result
It works but can you make the same thing like in the tabs to this area to?
122416

PS this fix should be integrated in the mod.

Pvtiste
09-29-2010, 04:19 PM
Excellent ! Thank you for sharing :)
Installed and perfectly works!

Santori
09-30-2010, 01:38 AM
Sorry, but what happens with de collapse button, nobody wants to give a solution?

Popa Andrei
09-30-2010, 08:34 AM
if the autor of the plugin would give a little bit interest in the mod....

Crrrazzzy
10-03-2010, 01:50 PM
It works but can you make the same thing like in the tabs to this area to?
122416

PS this fix should be integrated in the mod.

this should be added to the plugin

masterweb
10-03-2010, 04:11 PM
Installed on a 4.0.7 version and never worked as supposed. Unisntalled :(

Crrrazzzy
10-04-2010, 05:38 PM
Installed on a 4.0.7 version and never worked as supposed. Unisntalled :(

i have it working on my 4.0.7 .... is there anything i might be able to help you with?
what was "not working" for you?

devilsmania
10-04-2010, 06:06 PM
installed on 4.0.7 and working.

sputera
10-06-2010, 12:16 AM
I've installed on my 4.0.7 but seems its not working....

I cant see any "tabs" at the left side of admincp...

----------------------------------------------------------------------------

Update: now I can see it after refresh the page.

sputera
10-06-2010, 02:04 AM
Yes...... It's working on 4.0.7 and already do some changes..... But, I need more to make this mod greater......

http://img844.imageshack.us/img844/6331/taba.png

As per screenshot above, I want to remove the "dark blue" line and combine my tab with the forum title..... I believe that it is just a spacing issue..... but, may I know where to edit?

---------------------------------------------------------------------------------------
Update:

I manage to change that blue color to red color but still figuring out for the white spacing...

sputera
10-06-2010, 08:22 AM
Thank god..................... after few cup of tea, I managed to settle down my TAB look and feel.

Here's the result:

http://img820.imageshack.us/img820/7255/tabh.png

Ok, here's the step i did:

1] I follow the instruction as post #423 (https://vborg.vbsupport.ru/showpost.php?p=2103722&postcount=423). This will ensure that the tab will use my template style.
<style type="text/css">
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background:{vb:stylevar forumhead_background};
color:{vb:stylevar forumhead_color};
font-weight:bold;
}
.yui-navset .yui-content {
background:#ffffff;
border-top:5px solid #384b6b;
}
</style>

2] For the white space, I change the background color:
<style type="text/css">
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background:{vb:stylevar forumhead_background};
color:{vb:stylevar forumhead_color};
font-weight:bold;
}
.yui-navset .yui-content {
background:#ffffff; <------ I change the color to almost black.
border-top:5px solid #384b6b;
}
</style>

2] Then, I edit the border, color, font style, etc at this file >>> skin-tfh.css


You can check my forum at: http://www.scramriders.com/forum. It's still under configuration......

Hope this help...

XiTCLUB
10-06-2010, 11:40 AM
this is not more useable the default style is good & feel fine for visitors

Avrojet
10-10-2010, 03:15 PM
I was wondering if anybody had gone through this guide to make the browser's back button bring you back to your last active tab?

Hi,
to answer the question myself:
no, it will not remember the tab. Meanwhile I found out that ajax-history can be done. Here`s an example with jquery tabs:
http://flowplayer.org/tools/demos/tabs/ajax-history.html
select a tab, click on one of the links in the right nav, click the browsers back button and your tab will still be selected. This is done with the jquery history plugin:
http://plugins.jquery.com/project/history
Something similar exists for the yui framework:
http://developer.yahoo.com/yui/history/
They even have an example on how to use this with a tab navigation:
http://developer.yahoo.com/yui/examples/history/history-tabview.html

I`ve only very few experience with Ajax so I`d be glad if this could be implemented.

thanks - all the best,
Sacha

W!cKeD
10-14-2010, 03:39 PM
ah crap.. I KNEW that there was something else I need to fix! gah! I'll try and figure out a solution for that tomorrow if I have time.

Did you test it in IE to see if it fixed the IE issues that you were having? Everything seemed to work fine for me in IE.

Any Solution or fix here? In Chrome it show me the forum without a style.

karlm
10-15-2010, 06:26 PM
Due to some d/b issues I was encountering, I uninstalled all my plugins - including this one. However, now that my d/b issues are resolved, I went to reinstall this. Upon trying to install, it claims the tables already exist as if it hadn't been uninstalled.

What can i do to get this installed again, please?
Bobster, any chance you could look into helping with this when you get a moment, please? I've been using this hack for a long time - but am currently unable to use it due to the above errors (tables already exist).

Just bumping my own support request...

gigawiz
10-18-2010, 12:58 AM
i have 4.0.7 and when i add a tab it doesent show the content i folled the instructions any help please??

pedroenf
11-05-2010, 12:29 AM
Does anyone knows how to center tabs?

Alucard^
11-07-2010, 07:28 PM
Does anyone knows how to use a link to go to an specific tab? For example i have my page and i want to add a button that link to the forum but not in the default tab, in an specific tab... how can i do that?

Thanks and sry for my english.

EDIT: Problem solved, if someone have the same question: https://vborg.vbsupport.ru/showpost.php?p=1965257&postcount=94

Avrojet
11-08-2010, 04:47 PM
Great Find!

If you link to a tab using that method you can use your browser's back button to take you back to that tab instead of the default tab.

Does anyone knows how to use a link to go to an specific tab? For example i have my page and i want to add a button that link to the forum but not in the default tab, in an specific tab... how can i do that?

Thanks and sry for my english.

EDIT: Problem solved, if someone have the same question: https://vborg.vbsupport.ru/showpost.php?p=1965257&postcount=94

TheInsaneManiac
11-08-2010, 06:08 PM
Request:
Users select their own default tab

myco
11-08-2010, 07:05 PM
Works great in 4.08 thank you.

Popa Andrei
11-11-2010, 06:00 AM
it will work greater if someone will fix the current bugs ;)

biocyberman
11-14-2010, 03:25 PM
Hi Bobster,
I have been using the previous version of your mod for my vB3 site and it has been working great with some of my modifications to forumdisplay and thead. I have recently upgrade to vB4 and installed version 4.0.0 beta 2. What I want to do is: To make the tab menu always appear on top so users can jump to tab contents wherever they are.
Looks like it is not easily done here. Could you give me some pointers for this?
Marked installed.

Thanks

Popa Andrei
11-18-2010, 08:08 PM
lion how can we change the color of the nonselected tabs to be apart for each theme like the selected one :D

huuquynh
11-20-2010, 07:17 AM
I don't know why after install and add tab. There are no tabs display in forum home. I can not find where to setting more...???

Oh, I don't edit template yet... sorry

eues
11-23-2010, 03:24 PM
I have installed this fine. However on the forumhome when you hover over a username the popup bubble comes up automatically! I want it to return so it only appears when you click a username.

Anybody know the fix? ty

typecast
11-24-2010, 12:16 AM
I love this mod but when you collapse a forum everything gets trashed.

I've seen several folks asking for this, is there a way to allow a user to select a default tab?

Alucard^
11-24-2010, 06:38 AM
I have installed this fine. However on the forumhome when you hover over a username the popup bubble comes up automatically! I want it to return so it only appears when you click a username.

Anybody know the fix? ty

Yeah, would be very great if someone fix this. And Would be very great too if someone take this project and update this with new things and fix the bugs, is a really nice plugin.

Sry for my english.

eues
11-24-2010, 03:50 PM
I love this mod but when you collapse a forum everything gets trashed.

I've seen several folks asking for this, is there a way to allow a user to select a default tab?

this is also a huge problem!!

dynamicproducer
11-26-2010, 02:31 PM
any idea how long this will be in beta?

heywho
11-26-2010, 10:17 PM
Since I updated to vB's newest patch fix, I can NO LONGER ACCESS THE TAB FUNCTION...from the admin cp

Is there a way to fix this?

It's a really great mod, Bob... be great to work out the rough edges

eues
11-27-2010, 02:56 AM
Since I updated to vB's newest patch fix, I can NO LONGER ACCESS THE TAB FUNCTION...from the admin cp

Is there a way to fix this?

It's a really great mod, Bob... be great to work out the rough edges

have you made sure the files are still there? (the ones you needed to upload originally)


please can someone help with my problems above ^ thank you!!

heywho
11-27-2010, 10:03 AM
have you made sure the files are still there? (the ones you needed to upload originally)


please can someone help with my problems above ^ thank you!!

yes, it broke after I uploaded the new bB security patch... Seems like a lot of things did... ad's as well

typecast
11-28-2010, 09:52 PM
Bob,

Do you still work on this? Please let us know ...

eues
12-03-2010, 11:53 AM
What a shame this mod is unsupported, it has great potential.

Uninstalled.

leclownos
12-10-2010, 04:02 PM
Merci pour ce hack

siriuxs
12-12-2010, 05:39 PM
How I can change this color blue? (see attachment)

Excse me for my bad english...

Alucard^
12-13-2010, 04:23 AM
How I can change this color blue? (see attachment)

Excse me for my bad english...

If i am not wrong you have to change the background color here:

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background:#ADCCE1 ;
color:#4E4E4E;
}

in skin-tfh.css

I can't figure in my forum right now, sry.

justino
12-13-2010, 05:08 PM
hi guys.
have walked here turns to see if I could, but could not.
It was put images in tabs. Anyone know how I do it?

Thanks :up:

rob01
12-13-2010, 05:27 PM
is it possible to use a tab for showing all the forum section threads (with the page numbers also) instead of showing the forum sections

not all forums post, just from a specific section

justino
12-13-2010, 06:33 PM
VB4 saw a forum with images in tabs, as I walked around to get in my forum and I am not sure how ..

TheInsaneManiac
12-17-2010, 03:34 AM
Feature Requests:
Disable AJAX - It takes awhile to load forums, I want it to be instant, plus ajax is server intensive
Tab Style - When a member clicks a tab I want it to change the whole forum layout.

preemz10314
12-24-2010, 03:49 PM
If you are asking how to use sub categories on this mod, then you are completley missing the point of this mod. The point of this mod is to seperate your forums up, SO, basically eleminated the need for sub categories because it's obivous that the creator assumes you would have figured it out, and use a tab for the forum, then just add the sections to that tab...

Mrquarter2
12-27-2010, 05:27 PM
Any chance it can be upgraded for 4.1?

RK KINGKONG
12-28-2010, 02:49 AM
YES VB 4.1 P2 no longer works but it was an awesome mode while it was there thats for sure .. please update thanks

RK KINGKONG
12-29-2010, 09:03 AM
THIS MOD is officially working for 4.1 patch 2 as of right now , i got it working , no special edits ...thank you for a great mod . so much easier to navigate through forums YES VB 4.1 P2 no longer works but it was an awesome mode while it was there thats for sure .. please update thanks

merk_aus
12-29-2010, 08:37 PM
Bobster65,
Is there any way to have this installed however if you have an announcement category and an off topic category they always appear (like you helped me set up on vb3.x)

So it looks a little like:
Announcement Category
FORUM TABS - Tab 1, Tab 2 etc
Off Topic Category

So no matter which tab they select the announcement and off topic categories always show, one above and one below the selectable tabs.

Is it also possible to have it where they select a tab and instead of it displaying some forums it's actually information so for example:
Have a tab for COMMUNITY FEATURES
and when they click on them it is just an information page that displays that outlines all of the forum features.

Please pm me if this can be done (and to discuss some sort of payment/donation if required)

siriuxs
01-07-2011, 09:26 AM
Hi, I want create a tab with only sub-forum... why is not possible? :(

merk_aus
01-07-2011, 09:29 AM
Hi, I want create a tab with only sub-forum... why is not possible? :(

It can only be done with categories not subforums why? Because that is the way the coder wanted it.

siriuxs
01-07-2011, 09:32 AM
There is a mod for this? I need to create a tab with only specific sub-forum...

Excuse me for my bad english...

siriuxs
01-08-2011, 02:29 PM
Please help me... I want pay for this modification...

ALBCODERS
01-10-2011, 05:42 PM
add your subforums IDs on the plugin options and is OK no?

siriuxs
01-10-2011, 09:14 PM
add your subforums IDs on the plugin options and is OK no?

If I add a subforum ID, the subforum isn't visualized in the tab... :(

Athena1984
01-11-2011, 01:20 AM
It works for 4.1 PL2. I have it installed and I love it!

Gursimran
01-11-2011, 01:06 PM
awesome mod, bookmarked.

combs
01-13-2011, 09:31 PM
Is there anyway to make one of the tabs for just new posts? Kind of steal the feed it uses for vBForum_Post in the what's new page, or the getdaily in the dailys posts page?

If so i'd love to figure out out, anybody with an answer i'd really appreciate it!!

samanushuke
01-18-2011, 01:51 AM
Instaled
thank you very much

horussjr
01-18-2011, 08:29 PM
how can i make the tabs color to be taken from the style. so 3 styles dont have the same colors, just pick the color from the specific style

TheNite
01-18-2011, 10:51 PM
wow great product does this work with any version of vb4?

horussjr
01-19-2011, 05:11 PM
yes it works

RK KINGKONG
01-20-2011, 09:12 PM
anyone confirm this working on 4.1.1 yet , let me know please . thank you

JVCode
01-21-2011, 09:51 PM
anyone confirm this working on 4.1.1 yet , let me know please . thank you

Works like a charm on 4.1.1

merk_aus
01-22-2011, 03:19 AM
works on vb4.1.1

ahmedipa
01-22-2011, 03:55 AM
I will use it nearly thank you very much

SEW810
01-23-2011, 02:15 PM
Installed and working on vbulletin 4.1.1 but when you have configured your tabs and for any reason you need to rename a sub forum, the tabs don't update the changes, old name is still shown.

Any fix for this issue?
Thnx


Regards

horussjr
01-23-2011, 02:20 PM
had you give a forced refresh like CTRL+F5?

SEW810
01-23-2011, 03:00 PM
Yeap, I've tried that but any changes happend :(

horussjr
01-24-2011, 04:32 PM
go to maintenance and update counters (or sth like this). there must be an options (first i think) to rebuild forums and posts. give it a try

RK KINGKONG
01-26-2011, 08:11 PM
heres a bug I found on 4.1.1 while youre in the forum home main page if you hit the collapse button on the the right side my forums gets scrambled and turns it into a big white screen there are 2 attached files to describe the issue . though not many ppl use the collapse button its still a bug right ? but yes other than that it does work on 4.1.1 Works like a charm on 4.1.1

washingtonboise
01-27-2011, 09:25 AM
Looking for samples that demonstrate the high usability value of this mod. Time to brag, lemme see your URLs.

horussjr
01-30-2011, 10:10 PM
heres a bug I found on 4.1.1 while youre in the forum home main page if you hit the collapse button on the the right side my forums gets scrambled and turns it into a big white screen there are 2 attached files to describe the issue . though not many ppl use the collapse button its still a bug right ? but yes other than that it does work on 4.1.1

same for me

combs
02-01-2011, 08:09 PM
It does that with 4.0.8 for me as well so I don't think it's a 4.1 thing, members have complained in the past, I have no idea how to fix that.

RK KINGKONG
02-01-2011, 08:14 PM
basically what i did to avoid ppl bothering me about the bug was i had a friend go into my TP and edit it so that the collapse button isnt there to click . problem solved

TheInsaneManiac
02-10-2011, 12:16 AM
This doesn't work in google chrome.

bobster65
02-10-2011, 06:45 AM
This doesn't work in google chrome.

Works fine for me in Chrome .. what doesn't "work" ?

bobster65
02-10-2011, 06:48 AM
If any GOOD Proven Developers out there want to take this over, PM me or King K so we can discuss options.