IP in comments IP in comments
 

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

IP in comments

Started by nako, March 10, 2006, 02:17:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nako

Hello,
i upgraded my gallery from 1.3 to 1.4.x
I use my own theme and converted it, that works just fine. But  got 1 problem.
In comments i can't see user IP anymore, i see text there: ({HDR_IP} [{RAW_IP}])

Same text is in theme.php when i checked it, but earlier in 1.3 it was conveting fine.
And now not.

So, any solution?

Nibbler

The template code in your theme.php should be using


<!-- BEGIN ipinfo -->
                                                                                 ({IP})
<!-- END ipinfo -->


instead of


<!-- BEGIN ipinfo -->

                                                                                 ({HDR_IP} [{RAW_IP}])

<!-- END ipinfo -->