![]() |
Quote:
|
Not a problem just wanted to notify users so they don't keep talking about and repeating the same non fix stuff when there is a fix.
Also remember you DO have issue with IE and the js file I posted few posts back. I can't fix that one it has to do with your code directly and not the js itself. |
Quote:
other question how you fix the forumhome space? , lets say if you click over all forums, the website will expand so it could show all forums , but if you show other, the website size will remain as biger as before (when you click all forums) right? |
Quote:
|
Quote:
Post # 97 It does NOT effect it loading and working in IE but does throw error. Presume your caching of forums wont work cause it uses this. Also this mod does not work with: Spider Display 1.0.0 Working on fix as I need this. Will have one soon and the space between forums. I see a temp fix for some styles not showing the spacing between forums as the: <div class="spacer"></div> Is not creating the space and a <br /> is needed. So in forumhome_forumbit_level1_nopost: in the instructions it says to add a </if> at the end you need to add a <br /> as well <br /> <div class="spacer"></div> </if> or <br /> </if> |
Quote:
forgive me for my ignorance... if i got this error: Quote:
Where would i go and look to modify the plugins? |
dang my server going through a move and I wanted to try some more today, gonna try the fix posted asap and comment
|
I am amazed to see how long this took and how much work you guys put in to this, but the amount it simply doesn't work...
I have stumbled upon a rather large bug, common navbar templates like this: Code:
<!-- network locator --> Code:
<td id="networklocator" width="78" height="34" class="css_nav"><a href="$show[nojs_link]#networklocator">.Network</a> <script type="text/javascript"> vbmenu_register("networklocator", 1); </script></td> EDIT: I've just received numerous complaints that this mod is breaking anything and everything Javascript, the WWYSIG Editor is broken to now. |
Quote:
|
Quote:
|
*Fixed issue*
Product : Spider Display Plugin: Forum Home Complete Find (first line): Code:
if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine']) Code:
if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine'] AND THIS_SCRIPT!='indexTAB') *Fixed issue* |
Quote:
So please some other people confirm this for me as it is working for me. |
Quote:
Main Forum (2 viewing) The "(2 viewing)" part doesn't show up on the tabs, and it would be nice if that was fixed. |
Quote:
|
Well, I'm going to wait it out a few more days until the majority of the bugs are ironed out. But, I'm DEFINITELY all over this one as soon as it's more stable!
Thanks to everyone pitching in and trying to find solutions to some of the issues out there! :D |
If somebody has a working demo out, could that be posted here?
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Here is the site working on so people can see it in action as another reference. Forum Coding Noticed for some reason the Spiders hack goes to negative guests sometimes so here is solution. Just adding a conditional to it. Same plugin as other post FIND: Code:
$numberguest = $numberguest - $nspiders; Code:
$numberguest = $numberguest - $nspiders; |
Quote:
|
Quote:
|
Quote:
|
Ok guys, I just downloaded vBulletin 3.8.0.RC1 and I just completely replaced everything in the clientscript directory and now the javascript stuff works.
I don't know why this is, because I never even touched that directory except for the Tab Modification upload and no one else has permissions to my FTP... Either way, the mod still doesn't work... |
Any plans on being able to reorder tabs?
|
AWJunkies where is all this modifications located? :S
this -> Same plugin as other post FIND: Code: $numberguest = $numberguest - $nspiders; $vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders'; REPLACE: Code: $numberguest = $numberguest - $nspiders; if ($numberguest<0){$numberguest=0;} $vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders |
Quote:
Quote:
|
If you bothered to read my post on the last page, I did explain my problems...
QFT: lolnoob Quote:
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=102 |
So you are using this newer version awjunkines? I tried this with the other ajax version and it still doesn't work correctly.....
Quote:
|
Quote:
|
When you will release a fixed version of YUI Tabbed Forum Home ?
|
Quote:
|
Quote:
|
Quote:
I see a temp fix for some styles not showing the spacing between forums as the: <div class="spacer"></div> Is not creating the space and a <br /> is needed. So in forumhome_forumbit_level1_nopost: in the instructions it says to add a </if> at the end you need to add a <br /> as well <br /> <div class="spacer"></div> </if> or <br /> </if> was a few pages back :) |
Quote:
Please state exact issue so I can help you. Just saying it doesn't work doesn't help us find root of issue. |
Is it ok now? Cause newbie like me wanna give a try to install it in my board. :p I'll try follow the instructions. Thats it, right?
|
Don't know if this is just me or what but when I put the IF condition around forumhome_forumbit_level1_nopost, forumhome_forumbit_level1_post I was getting these errors:
forumhome_forumbit_level1_nopost Code:
The following error occurred when attempting to evaluate this template: Code:
The following error occurred when attempting to evaluate this template: 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 Many thanks |
I just used the search function and found it :D Many thanks for this mod and to AWJunkies for the fix :D
|
Big Barry, as you noticed, the temporary fix is on page 7 post #102 :D
Edited: Noticed you posted as I was posting. But, I put the info for those looking for the temporary fix. |
All times are GMT. The time now is 09:16 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|