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)

ZeroHour 01-13-2010 10:00 PM

[YUI] Tabbed Forum Home
 
1 Attachment(s)
[YUI] Tabbed Forum Home (TFH) version 4.0.8
vBulletin version: 4.1.11 - 4.2.0
Older versions need original mod for now

Description:
This MOD is for creating a "Tabbed" Forum Home Page to have Categories and other Data types (via Modules) displayed within Tab containers. Please do not confuse this with the Tab Menu System here at vbulletin.org. They are totally different systems. These Tabs actually switch the content via AJAX without leaving the main forums page.

This is an entirely new version of TFH and only works with vB4. Management is all done via the Admin CP.

Installation is done in 3 simple steps. Upload files, Import product, 3 easy Template Edits.

Setup is now a breeze via the Tabs option in the Admin CP.

The attached Zip File contains the Files and Instructions necessary to install.

Incompatible mods
Two columns of categories - https://vborg.vbsupport.ru/showthread.php?t=275114

Upgrading to 4.0.7+ from previous versions
We have had to change the mod's id which means when you install this time you will have 2 mods, the new version with its new id and the old version.
Both can run side by side but shouldnt to save processing time.

To migrate:
Install the latest version and upload all the files (no conflicts to worry about)
Install the latest product xml
Follow the template changes in the upgrade txt
Create your tabs in the new admincp menu option "EG: Tabbed Forum Home" to mirror the existing "Tabbed Forum Home" menu.
Once done uninstall the product "Tabbed Forum Home" with productid bobster_tfh (old mod id)


Change Log:

VERSION 4.0.8 2nd August 2012
Changes:
> Fixed several database bugs
> Fixed several legacy redirect bugs
> Fixed static path problem for scripts (this should resolve some 4.0.7 blank forum issues)
> Thanks to Bluefin221 & LgsOfChampions

VERSION 4.0.7 1st August 2012
Changes:
> New Mod ID - YOU MUST MIGRATE SETTINGS MANUALLY
> vBulletin 4.1.11+ required
> JS loaded after drawing
> Remote YUI JS (partial) support
> Fixed instructions typo
> All previous fixes in 4.0.5 that caused no bugs

VERSION 4.0.5 27th April 2012
Changes:
> This version should be used with vbulletin 4.1.11+
> Compatibility with JS changes in vbulletin 4.1.11+
> Upgraded to run with YUI 2.9.0
> Local versions of files to minimise loading issues
> Upgraded to Dispatcher 2.2
> Reduced size of forumindextab generator and reduced size to boost performance
> Added a template cache call to reduce load
> Added loader animation and box when tab is clicked and loading.

Original Change Logs for bobster65 & King Kavor releases
VERSION Beta 2b 23 March 2010
Changes:
> CSS Conflict resolved

VERSION Beta 2 19 March 2010
> CSS Conflict resolved
> Upgrade to YUI 2.7.0 & Dispatcher 2.1
> Minor Bug fixes

Originally created by bobster65 & King Kovifor

bobster65 01-14-2010 09:04 PM

reserved!

alessai 01-14-2010 09:13 PM

great something i really need

the only question i have will google robots and other search engines have any problems seeing the sections ??

RedHacker 01-14-2010 09:16 PM

Any ScreenShots....?

Skyrider 01-14-2010 09:19 PM

Quote:

Originally Posted by RedHacker (Post 1955998)
Any ScreenShots....?

And demo please! :)

tafreeh 01-14-2010 09:45 PM

is this V2 of your previous hack :) the one that i used to check every single day for this update :) (( falling tear from eyes ))

If it is... Can you please state any new feature or its functionality please.
Thanks you

bobster65 01-14-2010 09:58 PM

Quote:

Originally Posted by alessai (Post 1955995)
great something i really need

the only question i have will google robots and other search engines have any problems seeing the sections ??

Its search engine unobtrusive.

Quote:

Originally Posted by RedHacker (Post 1955998)
Any ScreenShots....?

ya, I needed a few minutes to add them.. they are up now.

Quote:

Originally Posted by FF|Skyrider (Post 1956002)
And demo please! :)

Im still running 3.8, so no live demo from me. I'll put one up when someone allows me to link to their site.

Quote:

Originally Posted by tafreeh (Post 1956020)
is this V2 of your previous hack :) the one that i used to check every single day for this update :) (( falling tear from eyes ))

If it is... Can you please state any new feature or its functionality please.
Thanks you

if you read the description above.. This is an entirely new version of TFH and only works with vB4. Management is all done via the Admin CP.

Basically, all the Setup and Management is done via the backend. Also, it now includes Modules for other data types like Blogs, Albums, PTs etc...

tafreeh 01-14-2010 10:00 PM

ok i m installing it right now, and let you know the the outcomes.

tafreeh 01-14-2010 10:20 PM

hey there...

i m just confused for Forumhome Template edit 2

This is what i have
Code:

    <!-- main -->
        {vb:raw template_hook.forumhome_above_forums}
    <ol id="forums" class="floatcontainer">
        {vb:raw forumbits}
    </ol>
        {vb:raw template_hook.forumhome_below_forums}
    <!-- /main -->

and the instruction you provided for custom
Code:

<!-- main --> through <!-- /main -->
code was, quiet confusing for me...

as i have custom code, do you want me to leave forumhome as it is, and edit forumhometab... with what custom code?

i m sorry man... i just didnt get it well... can you help me out here..
thanks

bobster65 01-14-2010 10:25 PM

Quote:

Originally Posted by tafreeh (Post 1956051)
hey there...

i m just confused for Forumhome Template edit 2

This is what i have
Code:

    <!-- main -->
        {vb:raw template_hook.forumhome_above_forums}
    <ol id="forums" class="floatcontainer">
        {vb:raw forumbits}
    </ol>
        {vb:raw template_hook.forumhome_below_forums}
    <!-- /main -->

and the instruction you provided for custom
Code:

<!-- main --> through <!-- /main -->
code was, quiet confusing for me...

as i have custom code, do you want me to leave forumhome as it is, and edit forumhometab... with what custom code?

i m sorry man... i just didnt get it well... can you help me out here..
thanks

you have default vB4 MAIN code, so all you need to do is replace the FORMHOME Template Main code with the MAIN Code that I included. then leave the FORUMHOMETAB Template alone.

tafreeh 01-14-2010 10:36 PM

OMG i thought through was part of the code :D hahahaha
feeling so stupid now.. can i change my post.. lol

btw..

It works like a charm :)
the only thing i need to work on is change the style of TABS..
Great work :)
Nominated :)

RedHacker 01-14-2010 10:38 PM

Installed 4.0.1
Thanks...

bobster65 01-14-2010 10:40 PM

Quote:

Originally Posted by tafreeh (Post 1956067)
OMG i thought through was part of the code :D hahahaha
feeling so stupid now.. can i change my post.. lol

btw..

It works like a charm :)
the only thing i need to work on is change the style of TABS..
Great work :)
Nominated :)

lol.. point taken, I'll rewrite that part as it IS a little confusing now that I look at it again. Also, the addition of the two template hooks which can be either placed inside the tab contrainer or outside..

tafreeh 01-14-2010 10:46 PM

yea.. i was just thinking about those two kicked out template hooks.. maybe i m gonna need them for some other hack...
btw...

Tab Container :confused::confused::confused:

bobster65 01-14-2010 10:52 PM

Quote:

Originally Posted by tafreeh (Post 1956073)
yea.. i was just thinking about those two kicked out template hooks.. maybe i m gonna need them for some other hack...
btw...

Tab Container :confused::confused::confused:

The hooks are still there, they are placed OUTSIDE of the Tab Container tho, meaning that when you switch tabs, it doesn't effect the hooks. You CAN however move them INSIDE the Tab Container if you wish. Thats all I was saying..

Zaiaku 01-14-2010 10:57 PM

I don't need this for my site but its a wonderful mod!

tafreeh 01-14-2010 11:04 PM

ok i got it know...

Question:
Is it gonna affect on SEO ?

Itworx4me 01-14-2010 11:06 PM

Thanks Bobster....One more piece and I will be able to update my forums to 4.0.1...Waiting for vbadvanced...

Thanks,
Itworx4me

bobster65 01-14-2010 11:08 PM

Quote:

Originally Posted by tafreeh (Post 1956081)
ok i got it know...

Question:
Is it gonna affect on SEO ?

Shouldn't, its fully search engine unobtrusive. I've had no issues with it and I've been running it for a few years now (The YUI Version)

VonDoom 01-14-2010 11:16 PM

Very Cool. I have just installed it to showcase. this forum is simply for demo purposes anyways so feel free to link it to Demo your product http://www.vb4m.com/forums/

tafreeh 01-14-2010 11:23 PM

Quote:

Originally Posted by bobster65 (Post 1956085)
Shouldn't, its fully search engine unobtrusive. I've had no issues with it and I've been running it for a few years now (The YUI Version)

hmm ok.. i will get vbseo staff to look into it further..

btw.. i just checked post #20 with the demo link.. and it seems to work pretty fast...
mine produce at least 5 second of delay .... why is that?

ndut 01-15-2010 12:16 AM

coolll

Nordinho 01-15-2010 12:17 AM

Quote:

Originally Posted by bobster65 (Post 1956034)
Im still running 3.8, so no live demo from me. I'll put one up when someone allows me to link to their site.

Looking very nice!

Will you release a 3.8 version as well? Could use that ;)

bobster65 01-15-2010 12:51 AM

Quote:

Originally Posted by Nordinho (Post 1956130)
Looking very nice!

Will you release a 3.8 version as well? Could use that ;)

Yes, I will also release a new version for 3.8. Probably won't be for another few days tho.

Nordinho 01-15-2010 02:33 AM

Quote:

Originally Posted by bobster65 (Post 1956141)
Yes, I will also release a new version for 3.8. Probably won't be for another few days tho.

Thanks! Appreciate that!

McCarroll21 01-15-2010 04:51 AM

Installed. Not sure how it will go over with my board. We've done a good job in the past of not having a lot of forums so it didn't clutter up the place. This will give us more flexibility there, but right now it just makes it look bare. lol

linuxututs 01-15-2010 05:09 AM

Install and working perfectly.
Also like to report that this does not conflict with Sorky's sub-forum manager either.:)

This is GREAT.

Thanks,

TeknoSounds 01-15-2010 05:56 AM

Is there any way for this to apply forum permissions as well?

Like I have several hidden forums, but restricted to different usergroups, but I want to put them all in one tab.

sinucello 01-15-2010 06:21 AM

Hi,

sounds great. One question as I don`t have installed 4.1 yet: will the active tab be remembered if you leave the forum home and return to it e. g. with the back button of the browser?

all the best,
Sacha

Gnoll 01-15-2010 07:39 AM

Tagged , localhost time ^^

GrossKopf 01-15-2010 08:38 AM

I installed this, but when it was done and I created my first tab, my forum homepage only showed the tab in the closed position. You have to click on the tab to open it up. I'd like it so that first tab is opened by default. I can't use it in it's current state.

PinoyRepublic 01-15-2010 10:41 AM

thanks! atlast my long forum is gone :))

any suggestion on how i can make the "li" to "div"? just like the previous version?

http://www.pinoyrepublic.org

Froggfish 01-15-2010 10:47 AM

will there be a version that works in the CMS to?

ManagerJosh 01-15-2010 10:51 AM

SOOOOOOOOOOOOOOOOooooo found a small bug. Appears that when you have the forum sidebar suppressed, it doesn't reformat the forumhome layout and keeps it crunched up like the forumbar is being displayed even though it has been suppressed.

Kolbi 01-15-2010 11:22 AM

Does this hack need much ressources? How many queries does it produce for example?

Is there any SEO disadvantage?

andreamarucci 01-15-2010 12:45 PM

Installed in my test forum to test it. Wonderful job!

Adam H 01-15-2010 01:05 PM

I figured it out of the 3.8 version but what part do we edit to make the tabs actually sit on top of the forums instead of having a gap between them ?

I can see it will be either the tabview.css or the skin-tfh.css but cant see what part does it ?

silverfox_uw 01-15-2010 03:10 PM

works like a treat, but i have found another bug.

if you set a tab up for s specific usergroup, it only shows the tab to the primary users of that tab and not the additional users to that group

Merjawy 01-15-2010 04:30 PM

I am not seeing anything

new installed on test site with default style nothing added

There is an error message on stats bar with the second edit of FORUMHOME (! Error on page)

I see the different tabs but no forums showing at all, not even with the built in All Forums tab

I only have 1 hiden and 1 visible categories/forums (the default install)

I double checked all the template edit

ManagerJosh 01-15-2010 09:22 PM

Did you remember to set the default tab? It works here quite well.


All times are GMT. The time now is 02:55 AM.

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.02607 seconds
  • Memory Usage 1,832KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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