I have just 5MB of space and I need to delete every file I don't need.
I want to choose "None" as the default skin and to delete everything related to the others. How can I do this?
Thanks.
I have just 5MB of space and I need to delete every file I don't need.
I want to choose "None" as the default skin and to delete everything related to the others. How can I do this?
Thanks.
change:
<link rel='stylesheet' type='text/css' href='css/e2.css' title='default' />
<link rel='alternate stylesheet' type='text/css' href='css/e2photo_black.css' title='black' />
<link rel='alternate stylesheet' type='text/css' href='css/e2photo_gray.css' title='gray'>
<link rel='alternate stylesheet' type='text/css' href='css/e2photo_lightgray.css' title='lightgray'>
<link rel='alternate stylesheet' type='text/css' href='css/e2photo.css' title='none'>
to
<link rel='stylesheet' type='text/css' href='css/e2photo.css' title='none'>
Don't upload the other stylesheets and stylesheet folders.
Remove the buttons that make the style sheet changes.
In order to do what e2 say I discover that gallery require to have cookie "style" with value "none" in browser, so add
setcookie('style', 'none',0,'/');
as the second line of your index.php file.
Hope that helps.
And thanks for great gallery!
Thanks. It worked and it's awesome!
Additionally, how do I make the gallery to now show the thumbnails bar? Something like setting "Toggle Thumbnails" to be always off. I think this will save some space. :)
Read this post: http://www.e2interactive.com/forums/topic/hide-thumbs#post-1171
Read this post: http://www.e2interactive.com/forums/topic/hide-thumbs#post-1171
You must log in to post.