View counter not working. View counter not working.
 

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

View counter not working.

Started by DonLKSAB, December 22, 2005, 09:54:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DonLKSAB

Hi all.

Have a small problem.
My view counter wont work.

Im admin so my counts should not count.
But i have changed that in the code ( i read here how to do it ) and i have tryed as ordinary user and not loged in.

Url: www.paintball.se/gallery

What i have done:
Bridging with VB ( seems to work fine )

Editing files:
Removed some menuitems.
And removed the link to open the pic in a new window. I edited themes.inc.php and comented out:
$pic_html = "<a href=\"javascript:;\" onclick=\"MM_openBrWindow('displayimage.php?pid=$pid&amp;fullsize=1','" . uniqid(rand()) . "','scrollbars=yes,toolbar=no,status=no,resizable=yes,width=$winsizeX,height=$winsizeY')\">";
I have tryed with this code and that doesnt help.

/DonLKSAB

Nibbler

Remove this code from the bridge file you downloaded

echo "3.0.x";

DonLKSAB