How can i get rid of this? How can i get rid of this?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How can i get rid of this?

Started by betan, December 29, 2004, 04:32:51 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

betan

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.

donnoman

{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.

betan

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 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:

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

betan

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

Tranz

Actually, he said 'diff viewer'

Here is one: http://winmerge.sourceforge.net/

It shows you files side by side and highlights the differences.

betan

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.


Casper

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 has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

betan

It isn't only me having the {title}problem on slideshow, even the demo 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.


Joachim Müller

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

betan

#10
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} ;)