The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#102
|
||||
|
||||
Ooo....share with us AWJunkies!
|
#103
|
|||
|
|||
HERE IS A FIX ENJOY
Step #1 Ok do not or revert whatever patch king posted on his link to his site the trying of passing variable to template which you can not do in this case and circumstances. Basically you should have everything installed how they said to do and the files in zip without changing a thing. Step #2 Now the correct IF statement to enter is below. So change the if statement they have and where to add it to the below one. NEW CORRECT IF STATEMENT: Code:
<if condition="(THIS_SCRIPT == 'indexTAB' AND (in_array($forum['forumid'], $_REQUEST['tabcat']) OR in_array('all', $_REQUEST['tabcat']))) OR (THIS_SCRIPT == 'forumdisplay')"> Step #3 Fix for All forums module: For some reason they put -1 instead of all for the tabcat value. So to fix is real easy. There was no check within IF statement for -1 but there was for all. Module File info BEFORE: Code:
tabindex.php?tabcat[]=-1 Code:
tabindex.php?tabcat[]=all Step #4 Fix for data arrays within modules must be URL strict not safe. Example before: Code:
tabindex.php?tabcat[]=1&amp;tabcat[]=47&amp;tabcat[]=58&amp;tabcat[]=70&amp;tabcat[]=78&amp;langid=1 Code:
tabindex.php?tabcat[]=1&tabcat[]=47&tabcat[]=58&tabcat[]=70&tabcat[]=78&langid=1 OPEN: tfh_modules.php (admincp file) FIND TWO INSTANCES OF: Code:
'file' => TYPE_NOHTML, Code:
'file' => TYPE_HTML, Step #5 (OPTIONAL) Also highly recommended for up to date YUI libraries and much quicker load and single batch calls follow the below instructions. Basically replace the add js code into header that is posted in instructions with the below. FORUM HOME TEMPLATE CHANGE: Code:
<!-- Tabbed Forum Home Header Code --> <!-- Dependencies --> <!-- TFH Skin CSS for TabView --> <link rel="stylesheet" type="text/css" href="clientscript/yui/tabview/assets/tabview.css" /> <link rel="stylesheet" type="text/css" href="clientscript/yui/tabview/assets/skin-tfh.css" /> <!-- JavaScript Dependencies for Tabview: --> <script type="text/javascript" src="clientscript/yui/utilities/utilities.js"></script> <script type="text/javascript" src="clientscript/yui/element/element-beta-min.js"></script> <!-- Source file for TabView --> <script type="text/javascript" src="clientscript/yui/tabview/tabview-min.js"></script> <!-- Source file for Dispatcher --> <script type="text/javascript" src="clientscript/yui/tabview/dispatcher.js"></script> <!-- /Tabbed Forum Home Header Code --> REPLACE WITH: Code:
<!-- Tabbed Forum Home Header Code --> <!-- Dependencies --> <!-- TFH Skin CSS for TabView --> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/tabview/assets/skins/sam/tabview.css"> <link rel="stylesheet" type="text/css" href="clientscript/yui/tabview/assets/skin-tfh.css" /> <script type="text/javascript" src="http://yui.yahooapis.com/combo?2.6.0/build/utilities/utilities.js&2.6.0/build/element/element-beta-min.js&2.6.0/build/tabview/tabview-min.js"></script> <!-- Source file for Dispatcher --> <script type="text/javascript" src="clientscript/yui/tabview/dispatcher.js"></script> <!-- /Tabbed Forum Home Header Code --> |
#104
|
||||
|
||||
1- No number of visitors viewing each forum
2- Not crawlable by search engines ! when this problem will be solved this things are important but before this i will have to install it on my forum m also getting this error Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1 |
#105
|
|||
|
|||
Quote:
|
#106
|
||||
|
||||
but if i remove if statement will this mod will work?
also i want to know which tab vb.org useis it ajax or simple & it there any tabb mod which is stable have 1- No number of visitors viewing each forum 2- Not crawlable by search engines ! |
#107
|
|||
|
|||
Quote:
And yes, the no number of visitors for each forum is something that they should look into. I reported that bug back in 1.5. |
#108
|
|||
|
|||
Just want to make CLEAR MY IF STATEMENT IS COMPLETELY DIFFERENT. So please look at it and read that post.
|
#109
|
||||
|
||||
Thanks junkies atleast its work fine i was trying it from 6 months good work
|
#110
|
|||
|
|||
Quote:
|
#111
|
|||
|
|||
Are you guys sure this is the correct insturctions?
when i put this code in lvl1 nopost i get an error. Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|