The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[YUI] Tabbed Forum Home Details »» | ||||||||||||||||||||||||||||||||||
[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 Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
13 благодарности(ей) от: | ||
Abhik, arob42, fxdigi-cash, hexeditor, Michael.A, mircea1st, mohammadxxx, mokujin, nacaruncr, Ricsca, Teascu Dorin, Zacca87, zbahadir |
Comments |
#832
|
||||
|
||||
Quote:
Code:
.yui-navset .yui-content { background: #FFFFFF; Code:
.yui-navset .yui-content { background: transparent; |
#833
|
|||
|
|||
I also mean the spacing. Thanks zero hour!
|
#834
|
|||
|
|||
I'm getting an error after enabling the default all tab and blogs.
Database error in vBulletin 4.2.0: Code:
Invalid SQL: SELECT * FROM `vb_tabs` WHERE `iden`='m' ORDER BY `tabid`; MySQL Error : Table '_forums.vb_tabs' doesn't exist Error Number : 1146 Request Date : Wednesday, August 1st 2012 @ 07:18:10 PM Error Date : Wednesday, August 1st 2012 @ 07:18:11 PM Script : /admincp/tfh_modules.php Referrer : /admincp/eg_tfh_modules.php?do=enable&module=2 IP Address : Username : Classname : vB_Database MySQL Version : 5.1.63-cll Uninstalled it and tried to reinstall, also re-uploaded all files to make sure I had everything correct and the error persists, after making the forumhome edits etc nothing shows where my forums should be. Checked on your own forums and can see your tabs no problem. |
Благодарность от: | ||
ZeroHour |
#835
|
||||
|
||||
Fixed, thanks for reporting.
Drop in replacement attached. Quote:
|
#836
|
|||
|
|||
The error still exists, just to clarify here....
When I import the new product file it creates a new tabs area within my admin panel. So the old one I imagine is obsolete so I uninstalled the old product file and the error appears. When I install the old product file again the error is gone, however again after editing the appropriate files the forums will not load. Its completely blank. This is with old and new installed together or just new installed alone. I even tried to create tabs within old and new just to make sure still the forums are blank. |
#837
|
||||
|
||||
Are you 100% sure you downloaded and replaced this file?
|
#838
|
|||
|
|||
Quote:
|
#839
|
|||
|
|||
Zero how do I remove the space under the tabs.
|
#840
|
|||
|
|||
Zero I could add you on skype if you have it to help work through this faster, you could also then have a look at my site.
|
#841
|
|||
|
|||
Ok I fixed it, this part here of the edit:
Code:
<!-- Tabbed Forum Home Header Code 4.0.7 -->
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/tfh/tabview.css" />
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/tfh/skin-tfh.css" />
<!-- TFH JS -->
<script type="text/javascript">
<!--
if (remoteyui)
{
document.write('<script type="text/javascript" src="/clientscript/tfh/dispatcher-min.2.2.js"></script>');
document.write('<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/element/element-min.js"></script>');
document.write('<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/tabview/tabview-min.js"></script>');
}
else
{
document.write('<script type="text/javascript" src="/clientscript/tfh/dispatcher-min.2.2.js"></script>');
document.write('<script type="text/javascript" src="/clientscript/yui/element/element-min.js"></script>');
document.write('<script type="text/javascript" src="/clientscript/yui/tabview/tabview-min.js"></script>');
}
//-->
</script>
<!-- /Tabbed Forum Home Header Code -->
Aside from that it I have an error when trying to save the display order so all my order is currently at 10. Database error in vBulletin 4.2.0: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|