Pages (5):    1 2 3 4 5   
Member
Member
thinkdreams   07-06-2006, 23:49
#21

Cimi-

I'm looking forward to your release as well. After getting random images and exif working myself, I am very much enamored with your slideshow capability.

Craig.

Member
Member
Loover   10-06-2006, 12:25
#22

Dont break our hearts and release it!!! Pleaaaaase!

Member
Member
xebeque   19-06-2006, 18:29
#23

Still no release here? I won´t beg for it - but - it´s a pity. You have done a nice peace of work some people might consider to use...

Member
Member
thinkdreams   19-06-2006, 18:34
#24

Xeb-

If you're looking for similar functionality, Skwid and I have built the slideshow features and show all thumbnails into the Thinkdreams theme. Skwid is continuing to tweak the theme as he goes. We also have the reflection.js library in there, and he's got watermarking features too. You might want to check it out. It's based on stopdesign, but modified. I've also built a variant based on the wordpress hemingway theme.

Thinkdreams.

Member
Member
webdev   27-06-2006, 21:24
#25

finally, what took you so long ?!! ;)

feel free to use and abuse no CC license here but it would be great to post back any code reviews on my theme since I'm no expert on php given the alteration of the zp-config.php one of you might know a better way of doing this so all one needs to do is add the theme include (which I imagine will be a plugin.php on the final release of zenphoto).

that's it - enjoy.

http://photo.cimi.nl/download/

Member
Member
wouter   28-06-2006, 09:28
#26

yay! finally the theme is out :).. want to modify it and use it.. but! houston we have a problem!.. look at this http://scarfication.roeltje.com/zenphoto/.
i've edited all as was described. put the mod rewrite on false. but still i get this error

error:
Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 104

Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 109

Notice: Undefined index: view in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 116

Notice: Undefined index: view in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 121

Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/themes/cimi/index.php on line 6

Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/themes/cimi/index.php on line 10.

it has to do something with the index being undifined ;).. can anyone help me?

thnx in advandce

Wouter

Member
Member
webdev   28-06-2006, 09:55
#27

easiest way of doining this would be disableing php notices. unless your host admin tool does not allow for you to do this...

Member
Member
wouter   28-06-2006, 10:20
#28

no it doesn't :(.. any other suggestions?

Member
Member
webdev   28-06-2006, 10:26
#29

if your host does not provide these settings you can add the folloing line in your zp-config.php, error_reporting(E_ALL ^ E_NOTICE);

this ofcource does not solve the problem in de theme code for regestering global vars but at least your gallery wil run untill a fix is posted.

Member
Member
webdev   28-06-2006, 10:45
#30

but loking at my php.ini I to have notices enabled so it might just be the path to the theme-functions.php?

Member
Member
webdev   28-06-2006, 10:46
#31

oh clicking on your links tells me you got it fixed...;)

Member
Member
wouter   28-06-2006, 10:57
#32

yes :).. but i have added the line.. you wrote down before :).. will look at the-functions.php

Member
Member
Cosmo   06-07-2006, 15:14
#33

I have a problem

This is my website:

http://www.aczele.be/fotoreeksen

I can't view my images! When i click a thumbnail, i get following error:
"Zenphoto error: image does not exist."
The URL is "http://www.aczele.be/fotoreeksen/wdk-lokeren-17-06-2006/20060617_WDK_Lokeren_014.JPG&i="

When I remove the "&i=" at the end of the url, i do can see my image, bur the slideshow does not work :/

Plz help me!

You can always email me (drcosmo[at]gmail.com)

THANKS

Member
Member
webdev   06-07-2006, 21:30
#34

yep.. I'm aware of this problem.. 'mod rewrite' does not work, yet .. bought myself a nice book... cimi 2.0 is on it's way.

Member
Member
Cosmo   07-07-2006, 07:18
#35

When will the 2.0 version be released? (it really rocks!)

Member
Member
crecre   11-07-2006, 10:11
#36

Hi,

i have install the theme thanks a lot its a great theme.
i have 2 little problems :

  • slideshow works fine for 2 pictures and after it's stop, i have to push play again.
  • prob oh header : if i dont put " // " in the the theme-functions.php file at the first line for that function : session_start();

function getSlideShow() {
if (hasNextImage()){
if ($_SESSION["slideshow"]){
return true;
return false;
}
}

i got that in all pages :

Warning: session_start() [function.session-start]: open(/mnt/109/sdb/6/f/crecre98/sessions/sess_48e561aef8c70ee41396bf0922f40c2d, O_RDWR) failed: No such file or directory (2) in /mnt/109/sdb/6/f/crecre98/themes/cimi/theme-functions.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/109/sdb/6/f/crecre98/themes/cimi/theme-functions.php:14) in /mnt/109/sdb/6/f/crecre98/themes/cimi/theme-functions.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/109/sdb/6/f/crecre98/themes/cimi/theme-functions.php:14) in /mnt/109/sdb/6/f/crecre98/themes/cimi/theme-functions.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /mnt/109/sdb/6/f/crecre98/themes/cimi/theme-functions.php:14) in /mnt/109/sdb/6/f/crecre98/index.php on line 9c

can you help me a little bit.

thank a lot

Member
Member
Adrian   21-07-2006, 17:27
#37

Which would be the best way to disable the comments? By the code or CSS? I've tried by the code and something weird happened, maybe I did something wrong, and I'm not sure what in the CSS should I take out.

EDIT: Nevermind, fixed it.

Member
Member
webdev   10-08-2006, 10:07
#38

I've updated the theme to version 1.1 but it's actually a downgrade. removed the 'show all' functionality and slideshow (instead uses a preload fade with the arrow key navigation) so that one does not need to make any adjustments to it's default zenphoto install... just unzip in your themes folder and activate.

I'll upload it to the wiki. enjoy.

Member
Member
webdev   10-08-2006, 10:08
#39

http://photo.cimi.nl/download/

Developer
Developer
trisweb   11-08-2006, 02:45
#40

Sweet, I have to play with this :) Thanks.

Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.