during slide show, the title place holder shows on top of my pictures, how can i get rid of it?
it only shows on blackwiddow theme.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fvillacorta.us%2Ftitle.jpg&hash=1a77ce4fba8baccfbce488a137ffad4aad97bdc2)
thanks in advance.
{TITLE} is a token that should have been replaced with the actual title of image.
I would suspect you've modified your theme, and I'd start checking the "starttable" function in theme.php.
if you really don't want a title, make sure you replace the token with ""; You can't just remove {TITLE} from the $params variable, you have to replace {TITLE} with nothing.
still haven't solve this one yet, can anyone shed a light for me? this problem only surface using black_widdow theme
if you go to my site (http://villacorta.us) and then try to run the slide show you will see the annoying {title} on top of the picture.
i'm php and html illiterate. anything i did at my site are all cut and paste, so be gentle. :lol:
basically, the black widow theme you are using is not compatible.
It is also not one of the standard themes, but a user contribution, so we cannot support problems that only affect this theme.
I would suggest you use a diff viewer to see where the differences are between the files of that theme and a 1.3.2 standard theme. that should catch the problem.
Wow I happened to like this theme.
Just tell me where to look. I have time. ;D
if you don't mind can you elaborate on your statement "open another viewer"?
thanks in advance.
betan
Actually, he said 'diff viewer'
Here is one: http://winmerge.sourceforge.net/
It shows you files side by side and highlights the differences.
Quote from: TranzNDance on January 14, 2005, 03:12:40 AM
Actually, he said 'diff viewer'
Here is one: http://winmerge.sourceforge.net/
It shows you files side by side and highlights the differences.
ahhh thank you. it pays to ask. ;D
thank you much.
The title doesn't usually display in the slideshow, but there is a mod to do that.
Have you applied the mod and missed the change to this one theme.
It isn't only me having the {title}problem on slideshow, even the demo (http://coppermine.sourceforge.net/demo/index.php?theme=black_widdow) of coppermine is suffering with same bug. try to run slide show on the demo with black_widdow theme on it and see what i mean.
This proves that the themes that come with coppermine work ok, but the user contribution black_widdow does not, so there must be something wrong with your theme (and of course the black widdow theme as well).
Joachim
P.S. for quicker acces, here's a direct link to the slideshow using black widdow: http://coppermine.sourceforge.net/demo/displayimage.php?album=5&pid=30&slideshow=5000&theme=black_widdow
For what is worth;
I finally figure out how to get rid of the annoying {title}
at theme.php of black_widdow at intermidiate display template, simply move down the {title} code below {image}. :)
by the way the coppermine demo still showing the annoying {title} ;)