forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: betan on December 29, 2004, 04:32:51 pm

Title: How can i get rid of this?
Post by: betan on December 29, 2004, 04:32:51 pm
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://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fvillacorta.us%2Ftitle.jpg&hash=1a77ce4fba8baccfbce488a137ffad4aad97bdc2)

thanks in advance.
Title: Re: How can i get rid of this?
Post by: donnoman on December 29, 2004, 05:25:43 pm
{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.
Title: Re: How can i get rid of this?
Post by: betan on January 14, 2005, 02:14:13 am
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:
Title: Re: How can i get rid of this?
Post by: Casper on January 14, 2005, 02:25:58 am
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.
Title: Re: How can i get rid of this?
Post by: betan on January 14, 2005, 02:43:27 am
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
Title: Re: How can i get rid of this?
Post by: Tranz 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.
Title: Re: How can i get rid of this?
Post by: betan on January 14, 2005, 03:17:33 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.

Title: Re: How can i get rid of this?
Post by: Casper on January 21, 2005, 11:37:50 am
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.
Title: Re: How can i get rid of this?
Post by: betan on February 01, 2005, 08:19:14 am
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.

 
Title: Re: How can i get rid of this?
Post by: Joachim Müller on February 01, 2005, 09:46:11 am
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
Title: Re: How can i get rid of this?
Post by: betan on May 06, 2005, 01:48:21 am
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} ;)