Elxis CMS Forum
Support => Administration => Topic started by: rentasite on May 13, 2008, 08:51:41
-
Hi,
In Elxis 2006.4 in Media Manager, we were able to see (in the "code" field) the path of a file.
In Elxis 2008 why aren't we able to see it?
-
There is no answer to that question. I also believe that we must add a field that will display the full URL to each file for easy copy-paste.
-
In some other release?
-
I will add it in the next release (2008.1).
Leave this subject open, I will reply you with more info very soon.
-
Feature added in Elxis 2008.1.
I attach a patch, for the impatient ones. Just replace the files inside administrator/components/com_media/ directory with the ones inside the zip. Hit control+F5 in your browser in order javascript to be refreshed.
[old attachment deleted by admin]
-
Thanks John! :)
-
Thank you John
Only there is a mis spelling in Ctl+C to copy : Ctrl+C to copy
;)
-
Sorry, I see a small problem in viewing the path of folders in RTL direction , Here is the solution:
media.js:
fdiv.innerHTML = 'URL (Ctl+C to copy): <strong>'+file+'</strong>';
To:
fdiv.innerHTML = '<div dir="ltr">URL (Ctl+C to copy): <strong>'+file+'</strong><div>';
:)
-
Fixed