The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
Quote:
Quote:
Quote:
|
#63
|
||||
|
||||
You have done. Awesome.
I will Do it soon at my board... Thanks for this full New Version...Now Its look like namepros.com tabs... |
#64
|
||||
|
||||
Quote:
http://www.smnlikdat.org/project.php?issueid=16#note36 |
#65
|
|||
|
|||
Quote:
Now, I found something else, I don't know if it's a bug or not: On my forum, I have a root style, in which I do all the template modifications for the plugins and I use a child style in which I do all the cosmetics edits (css changes, different icons, etc). The problem is that the tabs are using the default style colors and not the style child look and feel when I select this child style. I guess that I can tweak that from the templates, but it would be better if it use the selected template CSS. I can post a screen capture if you want. About the bug, I still have it after doing your fix above: Code:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3729) : eval()'d code on line 1 Code:
Fatal error: Cannot re-assign $this in /home/forums/www/tabindex.php on line 122 |
#66
|
||||
|
||||
Change this to $useless and see if that works. If the fix doesn't work, I will need to go back and try to make some changes...
|
#67
|
|||
|
|||
the fatal error in the tab content changed to :
Code:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1 Time to sleep for me, will checking in 7-8 hours |
#68
|
||||
|
||||
I have tried to install this but facing this problems
1. In my forumhome template i found only this <!-- main --> $forumbits $forumhome_markread_script <!-- /main --> 2. when i add this code in Code:
<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]) OR in_array('all',$GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay'"> I get this error Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3716) : eval()'d code on line 1 & if i purposely edited the templates ignoring errors i got this error on homepage Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()d code on line 1 I am using vBulletin 3.7.2 Patch Level 1 with miner skinz Please help |
#69
|
||||
|
||||
Quote:
|
#70
|
||||
|
||||
Quote:
|
#71
|
||||
|
||||
I have uploaded & replaced all files & product also but still the same...
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3716) : eval()'d code on line 1 & can you tell me wat to so if i don't have Code:
<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> $forumbits <tbody> <tr> <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div></td> </tr> </tbody> </table> $forumhome_markread_script <!-- /main --> <!-- main --> $forumbits $forumhome_markread_script <!-- /main --> Thanks for quick reply & help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|