Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 07:39:28 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155479 Posts in 21708 Topics by 7734 Members
Latest Member: rofroodoOvego
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Bug in AJAX jsadmin module. (Easy to fix)  (Read 1337 times)
lousou76

Offline Offline

Posts: 123


« on: February 28, 2009, 05:02:28 PM »

I found out recently that if you change the default ADMIN_URL path ('/admin') then the AJAX components drag and drop don't work.

Searching out I found the problem relativly easy.
Inside modules/jsadmin/dropdown.js the path '/admin' is hardcoded.

You have to change it manually but if you really need to fix it you should insert javascript code on every page to replace this path with the correct one while loading.

You cannot insert php in those .js files because the parser wont run it (it doesn't have the .php extension).

The other method is including_once the entire file instead of linking it through css.
That way you can have <? echo ADMIN_URL ?> in that place and the parser will replace it correclty.

LS
Logged
doc
Guest
« Reply #1 on: February 28, 2009, 05:31:23 PM »

Hi,

guess the file "dragdrop.js" was meant. Have implemented a different fix than the one proposed to get rid of the hardcoded admin path in JSAdmin module (Changeset 955).

Thanks to lousou76 for reporting.

Regards Christian
« Last Edit: February 28, 2009, 06:33:53 PM by doc » Logged
lousou76

Offline Offline

Posts: 123


« Reply #2 on: March 01, 2009, 07:00:53 PM »

Very nice thanx!

I guess I forgot to mention how I corercted similar problem in slideshow.js
I added an extra option to the Slideshow object so I give this option when I define the object on my php code.

Cheers
Ls
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!