![]() |
|
Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Zenphoto 1.2.3 with theme Effervescence+ simpleviewer (/thread-4602.html) |
Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - pepu - 2009-02-12 Hello I had Zenphoto 1.2.2 and i couldn't and then i install a new gallery to try it. in the web of sbillard.org/page/gallery i've seen in the code this I've install the zenpage and also it dont work. When i install other time zenphoto it say to me that moderewrite is on and all is ok but the theme Effervescence+ simpleviewer dont work. Could someone say if there is any needs more. please can someone help me or say if there is any other way to see the images in flash Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - acrylian - 2009-02-12 We will probably need a link to your site to help, also some details about your server would be good. Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - ClicClac - 2009-02-12 I have play recently with the Effervescence theme. With Slimbox, it's ok. But for making it working with Simpleviewer, I need to do a chmod 777 on effervescence theme folder. Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - pepu - 2009-02-13 I've given chmod 777 to effervescence theme and the simple viewer doesn't work. With other themes i've not problems (i think) If you see the www.rockodrom.com you can see simpleviwer in the bottom "tached" Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - sbillard - 2009-02-13 You do not have the mod_rewrite option set. Simple viewer does not work without this option, thus it is disabled (the strike-thru). You need to enable mod_rewrite on your gallery. Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - pepu - 2009-02-13 Sorry, but i even think that the mod_rewrite option is enable. This is my .htaccess RewriteEngine On !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!!RewriteBase /galerias RewriteRule ^admin/?$ zp-core/admin.php [R,L] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule index.php$ index.php [L,QSA] Rewrite rule addition for searchRewriteRule ^page/search/fields([0-9]+)/(.)/([0-9]+)/?$ index.php?p=search&searchfields=$1&words=$2&page=$3 [L,QSA] Rewrite additions for zenpage
RewriteRule ^pages/(.)/?$ index.php?p=pages&title=$1 [L,QSA] RewriteRule ^(.)/image/(thumb|[0-9]{1,4})/([^/\]+)$ zp-core/i.php?a=$1&i=$3&s=$2 [L,QSA] Catch-all - everything else gets handled in PHP for compatibility.RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA] Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - acrylian - 2009-02-13 You need to enable it for Zenphoto on the options, too. Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - pepu - 2009-02-13 thanks a lot for the answer. I've been installing and reinstalling a lot of thinks and now it works. In resume and for other people with the same problem... To use simpleviewer with zenphoto is need: 1- server with mod_rewrite enable Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - BariyaB - 2009-02-13 thanks a lot for the answer. I've been installing and reinstalling a lot of thinks and now it works. Zenphoto 1.2.3 with theme Effervescence+ simpleviewer - Sriyal - 2009-02-14 You need to enable it for Zenphoto on the options, too. |