vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=233135)

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.co...gameforum.com/

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

merk_aus 06-18-2010 01:02 AM

Quote:

Originally Posted by Rahstyles2008 (Post 2037815)
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

Quote:

Originally Posted by XLCR GODFATHER (Post 2047430)
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

PHP Code:

<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

Code:

<!-- 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

Quote:

Originally Posted by JVCode (Post 2075185)
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

PHP Code:

$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

Quote:

<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

Quote:

Originally Posted by Lionel (Post 2078567)
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

Quote:

Originally Posted by bada_bing (Post 2078617)
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

Quote:

Originally Posted by OlijO (Post 2085423)
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

Quote:

Originally Posted by Lionel (Post 2078332)
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

Quote:

Originally Posted by Lone Gunman (Post 2086107)
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 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? :(


All times are GMT. The time now is 08:20 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.05921 seconds
  • Memory Usage 1,825KB
  • 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
  • (2)bbcode_php_printable
  • (9)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