PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Removing ISP address (http://www.photopost.com/forum/photopost-pro-how-do-i/112434-removing-isp-address.html)

tenea February 28th, 2005 06:16 PM

Removing ISP address
 
How can I remove the ISP address so when a comment is posted by someone on the gallery, it is not showing up under there username?

Thanks for any help.

Chuck S February 28th, 2005 09:10 PM

whats only viewable to admin

tenea March 1st, 2005 06:39 AM

I recently upgraded to the 4.86 version. The IP address is not visible until a member logs in. Once logged in, then any registered member can see this info where members have posted comments. (Directly under there username) It is not just Admin. I have searched the admin panel, but was not able to find where to toggle to the IP address from showing. Am I missing something???

Tenea

Chuck S March 1st, 2005 08:33 AM

Unless you have given your users admin or moderator rights to Photopost they do not get displayed an IP

This is the line for comments right from showphoto.php

if ( ($User['adminedit'] == 1 || $User['moderator'] == 1) && !empty($comip) ) $uctitle[$itemnum] .= "<br /><i>$comip</i>";

booyachickenmomm March 1st, 2005 10:05 AM

I have not granted user permissions for moderators or admin and I'm getting the IP too. Can you tell me specifically in admin where this is taken care of, in case I have messed up somewhere.

Fenriz March 14th, 2005 06:55 AM

Where can I toggle the IP address from showing to photopost moderators?

Chuck S March 14th, 2005 09:44 AM

what page where?

Fenriz March 14th, 2005 11:42 AM

omegatron, you will not see any page as the moderator from my PhotoPost installation..

When I set any group as 'photopost moderator' they can see IPs in the photo comments. I have 5.0.1 version.

Chuck S March 14th, 2005 01:59 PM

and they should see the IP if you give them mod access

I posted a little tweak above and thus you could edit the file meantioned and adjust yours accordingly

If you give someone moderator permissions they are allowed to see the IP this is the way the program is coded.


All times are GMT -5. The time now is 02:03 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97