[solved]: How to remove the n. of views from the title? [solved]: How to remove the n. of views from the title?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[solved]: How to remove the n. of views from the title?

Started by boolbo, February 27, 2004, 01:25:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

boolbo

I hope this is a simple matter, but I wasn't able to find a right answer to my problem throught the seach function on this board.
I wish to know how to remove the number of views from the title of the images shown in the album homepage....
Look at my website Hp:
http://www.expo.francesconesi.it/thumbnails.php?album=2

For example you could see the first image called "Voler dans l'ensamble".
This is the title of this picture, but now you could see the number of views on this pic too. Look like:

"Voler dans l'ensamble-1 views"

So I would remove th "...-1 views" text from the title shown there. I'm not interested in this kind of counter....is it possible?
Thank you for your help
Marco

Nibbler

In functions.inc.php find and remove:


.(($rowset[$key]['title'])?"-":"").sprintf($lang_get_pic_data['n_views'], $rowset[$key]['hits'])

Casper

functions.inc.php, change line 449,

$caption = ($rowset[$key]['title']||$rowset[$key]['hits']) ? "<span class=\"thumb_title\">".$rowset[$key]['title'].(($rowset[$key]['title'])?"-":"").sprintf($lang_get_pic_data['n_views'], $rowset[$key]['hits'])."</span>" : '';



To this;
$caption = ($rowset[$key]['title']||$rowset[$key]['hits']) ? "<span class=\"thumb_title\">".$rowset[$key]['title'].(($rowset[$key]['title'])?"-":"")."</span>" : '';
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

boolbo

:D  Nibbler, Casper, thank you for your help...now it is running good!

If you want, you could visit the gallery:
http://www.expo.francesconesi.it/

Bye, have a nice day!
Marco