louislam / vestacp-crossover-adminlte

Awesome UI for VestaCP
https://www.youtube.com/watch?v=noiE3eu6hiU
MIT License
97 stars 39 forks source link

FileManager Error VE is not defined #7

Open gurachan opened 8 years ago

gurachan commented 8 years ago

VE is not defined

cannot delete files on filemanager because you need to select something before it happens

i need to manually set

class ="dir" to class = "dir selected active"

why is that?

gurachan commented 8 years ago

the only problem is the list is not selectable ..

gurachan commented 8 years ago

but if you revert the original theme it will run smoothly ..

gurachan commented 8 years ago

temporary fix.

i did ... make a folder js2 ... js2 contains the original js from backup then replace filemanager template in the original .. but the problem is the RIGHTS is not working ... everything is working except on rights

127.xxx.xxx.xx/:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0

gurachan commented 8 years ago

temporary fix ... i hope it will be fix in the next release ... thanks :) ns3.dj-jom2x.net/webs.tar.gz i copy the original js files from original web folder and name it js2 also the file_manager .. and the file_manger and template

and replace all "find('.dir.active');" to find('.dir.selected');

louislam commented 8 years ago

It would be nice if you can make a pull request. :)