Pages (10):    1 3 4 5 6 7 10   
Member
Member
Geert   22-06-2006, 23:08
#41

When I am looking to this theme, I see a little square behind your text in the EXIF data (you know, the one you sometimes get when a character isn't available). After model and date. It does the same thing if I install the theme on my gallery. What is that? How can I get rid of it?

Member
Member
thinkdreams   22-06-2006, 23:19
#42

I believe that is some extraneous data from the EXIF call, but I was never sure. Anybody care to take a stab at what it might be?

I've been living with it, but it'd be nice to have someone tell me what might be causing it. I thought it had something to do with a newline character, but I could never fix it.

Member
Member
Geert   23-06-2006, 18:07
#43

Ah okay. If anyone knows a solution, that would be great. I am going to take a look at it too.

[b]- edit -[/b]
It is gone, if you change on line 791 of exif.inc.php the following: $ByteCount to $ByteCount-1.
But I wonder if that is the good way. I doubt it.

Member
Member
koffee   24-06-2006, 18:16
#44

I have small problem.. Why is my fadein script non bitsy only in Firefox? I am running local server apache, in opera, there is loading image very bitsy and in IE it even doesnt work... I have the same fadein.js file as you, Skwid..

Member
Member
thinkdreams   27-06-2006, 14:21
#45

Geert-

I found the solution. Use the trim function in PHP. Example:

//Camera Model
if ($er->ImageInfo[TAG_MAKE]){
$info['model'] = trim($er->ImageInfo[TAG_MODEL]);
}

Member
Member
Geert   27-06-2006, 15:40
#46

Thx for letting me know!

Btw, another thought, why not just use exif_read_data() instead of the script included in your theme? Seems very easy.

Member
Member
thinkdreams   27-06-2006, 16:32
#47

A good example for using the separate libraries rather than the built in functions is not every person has EXIF capabilities built into their PHP installations. But either way that is more comfortable, it's just making the theme a bit more flexible.

Thinkdreams.

Member
Member
dingsbums   28-06-2006, 19:14
#48

what's up with the archive link? why isn't the archive.php included?

Member
Member
thinkdreams   28-06-2006, 20:06
#49

Dingsbums-

I thought about keeping it in, but it was kind of redundant since the album dates really aren't working yet, and the main index page from the stopdesign theme did not much else but show the first 6 galleries. I suppose for anyone who wanted that function they could add it back in. The theme automatically shows only the first 6 albums anyway, and then a nice quick access navigation numbered list to get to the rest.

I didn't want to change the zenphoto architecture too much. That way when you upgrade, you don't have so much work when you replace files in the directory.

Thinkdreams.

Member
Member
dingsbums   28-06-2006, 20:42
#50

okay .. thank you .. I just removed the

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