PDA

View Full Version : a few bugs in 4.65


bhuwan
12-26-2005, 10:42 PM
Hi,

Great product!
Here are a few bugs i found :)

- if you view a single post, GAL doesn't work (shows an error, check it out yourself to see more information)

- If you don't have GAL in the root dir, it won't work (however, to make it work, you have to edit only 2 portions of the code). I have it in site.com/t and GAL can't find the JS file and links autolink to the root dir

- Readme file says use "....a.gal" instead of "...a.DEF"< which is what you used for the class (I think you already fixed this)

Great product otherwise :)

Bhuwan

The Geek
12-27-2005, 11:04 AM
It should be a.gal :) Maybe I missed something in the readme.

Ill sort the showpost problem - and the full path (though Im sure this worked as users have it on other pages?!?)

bhuwan
12-27-2005, 01:42 PM
Not sure why but the Path doesn't work for me without 2 modifications (/geek/gal/includes/admin -> edit the correct path for autolink) and then the javascript file (plugins>manage>edit 1 of them to fix the path).

<a href='http://' target="_BLANK" class='DEF' onmouseover='GAL_popup(this,"1", 300, "style=\"border: 1pt solid #000000;\"", "<b>YZG</b>

notice the class='DEF'

The Geek
12-27-2005, 05:55 PM
hmmm. The replacement code in the readme should be class="gal". I wonder if the install has the old values?

Must go investigate!