![]() |
Quote:
I don't have this mod downloaded, but in the code find something like: Code:
<!--dock menu JS options --> I haven't been able to test this "CSS Dock" on my board yet, though, so I can't be 100% positive this will fix all conflicts. |
No luck, Shoutbox gets hosed. Just says "loading" Thanks for the suggestion though.
|
I'm having problems with this mod and vbpicgallery. This mod looks fine everywhere except the gallery, where the icons show as a huge size, with text next to them.
|
this is a great mod, i installed and worked fine, however in IE ,when you click on EDIT post, and try to edit and then click SAVE, it actually does the edit, the it keeps spinning and after a while you get a JavaScript error : style is null or not an object , this only happens in IE, i was wondering if anyone else is having this issue?
Thanks |
i actually just tested this on the LIVE DEMO VB SITE posted in this thread, i get the same error ! so i guess if you have this mod installed the EDIT function wont work? any help is appreciated, btw, this only gets fixed if you DISABLE the plug in in prduct manager, even if you remove the "$afm_menu" from your template , eventhough you dont see the menu any more, you still end up getting the error. !
|
I can edit in my forum no problem. It's also working with my inferno shout box, just not my gallery. Anybody out there able to give me some ideas about the gallery problem, or even a way to keep it out of the gallery all together (a last resort)
|
Quote:
Demo - Vbulletin Live example (slightly modified from original release) still it didnt work ! this is what i did
|
My last midterm is today (Monday)... When I'm done with it, I will go through this thread and make notes of all the bugs.. then I will start to work on this once again
so, please be patient with me, as you all have been thus far.. and I will do my best to debug this baby during the week ;) Thanks, |
Quote:
|
Quote:
|
don?t work for my , i have this :
http://img108.imageshack.us/img108/1913/errormn9.png :S :S .. any idea? |
i see the error.
This is the code source of the page: <script type="text/javascript" src="/fisheye/js/jquery.js"></script> <script type="text/javascript" src="/fisheye/js/interface.js"></script> Don't have the bburl. I change to this in plugin: <script type="text/javascript" src="fisheye/js/jquery.js"></script> <script type="text/javascript" src="fisheye/js/interface.js"></script> And now work fine :D See my forum : http://foro.infernogames.net/index.php Thanks :) |
New version..
V. 0.93-beta + Fixed fisheye directory error... now you only have to upload to your root.. + Mood Manager now able to change moods in IE.. + Added a folder in zip called 'extras' that include a set of blue themed icons made from the original set... Unfortunately, I still can't get quick edit to work in IE :mad:... Maybe by next release (i hope!) Next release will have AdminCP features though, and also an optional 2nd dock.. |
Any ideas on the problems I had with vbpicgallery?
|
A smal BIG Detail Missing on the Instructions :confused: (You Should Include it in the Step 1 of your Instructions, Because is Missing, I had to Analyze one of the Hack's Plugin to Realize this ;)):
You Should Create a Folder Named "fisheye" inside the ROOT of your Forums Folder, and then The Files Should be Uploaded inside that "fisheye" Folder!! :rolleyes: No wonder the Images didn't Appear in my Tests and the Hack wasn't Working at all!! :rolleyes: My Best Regards!! Great Hack, BecomeUnbroken!! :up: :) |
One Bug I Just Found in this Hack is that Interferes With the Ajax Fast Edit of the Posts!! :( :confused:
When I Click on the Edit Button and the Fast Edit Activates, I Edit the Post, and After That When I Press the "Save" Button The Interphase Don't Returns The Post To The Posted Mode But Leaves It In the Fast Edit Mode. The Same Happens When I Try To Press The "Cancel" Button, The Post Don't Returns To The Posted Mode But Stays In Fast Edit Mode (Ajax)!! :( :confused: When I Disabled This Hack, The Ajax Fast Edits Of The Posts Returned To Normal!! ;) Is Important That You Check The Ajax Code Because It Causes That Problem!! ;) My Best Regards!! ;) :) |
Quote:
i am still trying to figure that one out.. Quick Edit works in Firefox but not in Internet Explorer... |
By the way... I re-uploaded the zip file with the 'fisheye' directory already in it... thanks for catching that
|
Quote:
My Best Regards BecomeUnbroken!! ;) :) |
Quote:
Example: Code:
<if condition="THIS_SCRIPT != 'vbpicgallery'"> Quote:
|
Other Bug In This Hack With The Full Editor Of Messages is:
In The Sizes Selector :(:confused:, Somehow Includes the Following Text: function(v,n){n=(n==null)?0:n;var m=this.length;for(var i=n;i<M;I++)IF(THIS[I]==V)RETURN unselectable="on" font i;return-1}<> And When Pressing It Results: [SIZE="function(v,n){n=(n==null)?0:n;var m=this.length;for(var i=n;i<M;I++)IF(THIS[I]==V)RETURN unselectable="on" font i;return-1}<>"][/SIZE] Also In The Fonts Selector :(:confused:, Somehow Includes the Following Text: function(v,n){n=(n==null)?0:n;var m=this.length;for(var i=n;i<M;I++)IF(THIS[I]==V)RETURN unselectable="on" font i;return-1}<> And When Pressing It Results: [FONT="function(v,n){n=(n==null)?0:n;var m=this.length;for(var i=n;i<M;I++)IF(THIS[I]==V)RETURN unselectable="on" font i;return-1}<>"][/FONT] Perhaps This has Something To Do With The Error You're Having With The Quick Edit and Now With The Full Editor!! :( :confused: Perhaps One Of The Plugins Is Including That Text, by Replacing a Code or Including a Code that is Causing This Problem as well as the Quick Editor Problem!! :rolleyes: I Hope You Can Fix It!! ;) My best Regards!! ;) :) |
I Think That The Problem Is In The Code Included in the File "iepngfix" (HTC File), because that File Includes a Code with some Conditionals somehow similar to the Previously Described!! :confused:
I Also Found the Text "I++" in some of the Code Lines in the Scripts "interface" and "jquery", so could be them too the ones causing Those Problems with the Editors!! :confused: You Should Check Also the Plugin "Ajax Fisheye Menu headinclude Auto Edit", that Includes that Code in the Head Include Template!! :confused: I've Disabled that Plugin, and then Checked the Quick Edit Functionality, and Works Ok, and also the Error Code Included in the Full Editor (Mentionen in my Previous Message) Don't Appears, so the Errors are Related with that Plugin!! :confused: I Found One Line Similar in the Function "doFix": Code:
for (var n = 0; n < childNodes.length; n++) I Hope You Can Fix Those Bugs!! ;) My Best Regards!! ;) :) |
Well the headinclude auto edit is used just to load the two .js files within the <head> tags of the page.. and the iepngfix.htc is used because IE has trouble viewing .png files and this is needed to make use of the .png's transparent background.. without this fix you will see a block behind the image in IE... As for the weird coding inside the text size and font selector, this is also in IE...
I wish everyone used Firefox, but since that's not the case, the script must also be IE compatible :mad: I appreciate your help :D.. I haven't even looked into the iepngfix.htc yet.. i will see if i find something in there that is causing the other problems to arise in IE |
Good news... after really looking into the .js files, I found the troublesome code and commented it out..
V. 0.94-beta + Fixed IE Quick Edit bug + Fixed IE font size drop down bug Next release will come with AdminCP options.. and after a little more testing, we might have ourselves a stable version :D |
Quote:
|
Quote:
Works Great BecomeUnbroken!! :up: Congratulations on Finding the Solution to those Bugs!! :up: ;) Quick Edits and Font Style and Size Drop Dow Menus Work Excellent Now With The Hack!! :up: :p One minor detail regarding the Display of the Menu happens when you access the List of Threads of the Forums!! The Menu Don't Displays, Shows But Piled One Image Over The Other!! When Accessing Main Forum List, Thread Contents, and Oher Locations in the Forum Menu Displays Fine, but When Reaching Thread List Inside Each Forum, the Menu Don't Displays!! :( :confused: :p My Best Regards, and Again Congratulations This Is a Great Hack!! ;) :) |
Quote:
My Best Regards!! ;) :) |
I figure you probably knew, but i'm using 0.94
|
Quote:
Can you PM me a link to where the problem happens? so I can view the page's source code and figure out whats causing it.. |
Quote:
|
Quote:
http://inciarco.com/foros/ My Best Regards!! ;) :) |
I have this problem...In Firefox it works perfectly
but in IE, I have this image. https://vborg.vbsupport.ru/external/2007/11/40.gif Where is it my error? Some solution, idea? My version is 3.6.7 thanks |
Quote:
|
Quote:
|
Quote:
|
Great mod!
I'm having a small problem - I have the added global to VBACMPS, but it's stripping the /forum/ from the link, causing it to come up with broken images. For example, the correct format would be site.com/forum/fisheye/whatever, which works fine on my forum page, but on CMPS it's just site/fisheye/whatever. Edit: I'm fiddling with it now, just under my navbar, if you happen to catch this post before I nuke it and move it to my test forum. :) [high]* Guest210212002 clicks install[/high] |
Quote:
In the next release there will be an option in the AdminCP where you can specify where the fisheye folder is, and that way i can pass that variable and it will work no matter where it is... How about this... In about 30 minutes, I'll have some free time... I'll add a few AdminCP options and make a new release tonight.. I know that directory problem has been a pain for people keeping their forums in a folder other than the root... |
Thanks man. :) I got it working in CMPS by just uploading a duplicate copy of the images folder into my forum root, which solved it.
The issues I'm having now are: - The images "load" before the bar renders, and they load in the middle of my navbar. - I can't figure out how to move it up a bit. :D http://www.sevenstring.org/chris/movemeup.jpg Great mod though man, very nice job! :D |
could someone please post how to make this vertical? ^_^ nice mod
|
Quote:
http://www.theshaveden.com/forum/vbpicgallery.php? BTW- Thanks for the great support. All too often a great hack is released, and then forgotten about. You've been all over this one since you released it... Thank You. |
All times are GMT. The time now is 10:50 PM. |
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:
|