ZenphotoCMS Forum
Album Description > Character limit cutoff? - 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: Album Description > Character limit cutoff? (/thread-1921.html)



Album Description > Character limit cutoff? - brinked - 2007-12-10

I am using this beautiful script to showcase many photographers, and every photographer has a description...some short some very long...and some that are long..distort the appearance of my homepage, I would like the description text to be cutoff only on the boxes that contain the title + thumbnail image. Im sure this is simple to do..can anyway direct me? view this image to see what im referring to:

http://img235.imageshack.us/img235/7024/cutoffbq6.jpg




Album Description > Character limit cutoff? - acrylian - 2007-12-10

You can either remove theprintAlbumDesc()from your theme's album.php or you could use the function my_truncate_string($string, $length) to shorten your description to fit your theme. Use the latter like echo my_truncate_string(getAlbumDesc(), )




Album Description > Character limit cutoff? - brinked - 2007-12-10

thanks acrylian.....wow your support continues to amaze and impress me...i feel like i should be paying you lol.