PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 4th, 2006, 11:17 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2006
Posts: 18
Users unregistered viewing protected images?

My user groups are set that only registered members are allowed to view posts. If a guest comes in he sees only thumbnails. Upon clicking on the thumbnail he is asked to register. After submitting all the information, email is sent to him and blah blah. But He/she are able to see pictures after just submitting their info and have not yet verified their email. Is this normal?
mukoh is offline   Reply With Quote
Old February 5th, 2006, 08:38 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Yes because he is registered just not confirmed. He still is not able to do anything. Much like an unconfirmed forum user on a forum. Now he is logged in and has a username

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 5th, 2006, 11:20 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2006
Posts: 18
Chuck yet he is able to view full size pictures? How is Unregistered user allowed to do that when Allow only Registered users to view pictures is checked?
The users status is Unregistered in the DB. And shows as such.
mukoh is offline   Reply With Quote
Old February 6th, 2006, 08:50 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
He is registered just not confirmed remember the only reason he is unconfirmed is because your using email confirmation.

Unregistered is never registered.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 6th, 2006, 11:45 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2006
Posts: 18
Chuck but logically if a member is required to confirm email to become REGISTERED.
And only REGISTERED members are allowed to view full pictures.
How can unregistered members have that ability?
Is there a mod for this?
mukoh is offline   Reply With Quote
Old February 6th, 2006, 02:32 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Well not really look at vbulletin. We do it the same way as a forum

If I register in vb I can see the threads I just can not post or reply. Much the same way we do it with a user whom registers.

I am not aware of any mods but you can feel free to check out the mod forums.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 10th, 2006, 02:25 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 313
Any update on this? I'm getting tons of bogus registrations like aaa@aa.com and so on since i made registration mandatory.

There needs to be a way to block unconfirmed users from viewing full size images. Perhaps a snippet of code to define which vBulletin user groups can view full size images? Chuck?
tommyxv is offline   Reply With Quote
Old February 10th, 2006, 02:33 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well may this in showphoto.php add in bold

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 12th, 2006, 04:17 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 313
I tried it, but it doesn't seem to work.

Last edited by tommyxv; February 12th, 2006 at 04:21 PM.
tommyxv is offline   Reply With Quote
Old February 12th, 2006, 07:42 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
3 is the uncomfirmed users usergroup add this in bold

get_userinfo( "" , $User['userid'] );
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 13th, 2006, 12:43 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 313
Cool, it worked! Thanks!

Last edited by tommyxv; February 13th, 2006 at 12:46 AM.
tommyxv is offline   Reply With Quote
Old February 13th, 2006, 04:22 AM   #12 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 562
bogus registrations like aaa@aa.com and the ability for 'unconfirmed users' to view photos is not an ideal situation - just makes it easy work for unscrupulous people to steal photos from the galleries.

Please can this be 'fix' implimented as standard in the next version of PhotoPost and fix the following:

'Unconfirmed users' get the following message when attempting to view photos: "You must be a registered user to view images! To register click on the REGISTER button in the menu above." - This is misleading to users who aren't aware of the difference between 'unconfirmed' and 'registered' users and just leads to unnecessary emails saying 'I'm getting a message telling me to register but I have already registered - what's going on?'

Last edited by criscokid; February 13th, 2006 at 04:26 AM.
criscokid is offline   Reply With Quote
Old February 14th, 2006, 09:58 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 313
I am sure they will add that, but just add that code above. It works perfectly. I changed that message to:

Quote:
You must be a registered user to view images!

To register click on the REGISTER button in the menu above.

You must reply to the confirmation email to complete your registration.
tommyxv is offline   Reply With Quote
Old February 15th, 2006, 06:11 AM   #14 (permalink)
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 562
Quote:
Originally Posted by tommyxv
I am sure they will add that, but just add that code above. It works perfectly.
If the developers include it in the code then everyone that uses PhotoPost benefits and it's one less bit of code to change in the event of an upgrade (for those that have implimented the change).

What file did you edit to change the message (just want to make sure I edit the coorect file)?
criscokid is offline   Reply With Quote
Old November 6th, 2006, 02:14 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 313
Chuck, do i still need to add this edit to 5.5? I just upgraded from 5.3.
tommyxv is offline   Reply With Quote
Old November 6th, 2006, 04:45 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
This is a hack of course you would add this
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
restricting unregistered users hoonz ReviewPost Installation & Upgrades 20 January 22nd, 2006 10:51 AM
Unregistered users/vBulletin KLG Classifieds How do I...? 1 January 6th, 2006 09:03 PM
Reviews by Unregistered Users TheSonic ReviewPost Bug Reports 1 August 9th, 2005 07:20 AM
keeping unregistered from viewing photos? Happy Camper How Do I? - vBulletin 3.0.X 0 March 21st, 2005 05:20 PM


All times are GMT -5. The time now is 06:20 PM.

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