You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 57 guest(s) and 2 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - hiding e-mail addresses from unregistered guests (forums) [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Sun Apr 27, 2003 12:27 pm Reply with quoteBack to top

Is there a hack that will make the guest re-direct to the user login page when they click on a e-mail address? I wan't to hide users e-mail addresses from guests and allow only registered members to see them.
Find all posts by jimmyjimjimView user's profileSend private message
foxyfemfem
Support Staff
Support Staff


Joined: Jan 23, 2003
Posts: 668

Location: USA

PostPosted: Sun Apr 27, 2003 2:02 pm Reply with quoteBack to top

Hello,

If I'm not mistaken, if a guest click on the email icon in the user's profile (forum) they are automatic redirect to the Your_Account page to login.

To reveal or not to reveal the email address, I think that feature is optional for users when they edit their profile or register via the forum.

Perhaps the Your Account tweak has this option available, I haven't downloaded it as of yet, I have a few questions I need to ask Bob before I download it. It's so confusing with two of everything.

I hope phpnuke 6.6, 7, 8, 9 or 10 merge alot of these thing together.
Find all posts by foxyfemfemView user's profileSend private message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Sun Apr 27, 2003 4:42 pm Reply with quoteBack to top

In most cases your right. But for some reason my site is allowing e-mail addresses to be available to guests. A guest cannot see the memberslist, but can see the e-mail address associated with a users post. I am actually very surprised that this is not a concern of more people.
Find all posts by jimmyjimjimView user's profileSend private message
foxyfemfem
Support Staff
Support Staff


Joined: Jan 23, 2003
Posts: 668

Location: USA

PostPosted: Sun Apr 27, 2003 5:10 pm Reply with quoteBack to top

jimmyjimjim wrote:
A guest cannot see the memberslist, but can see the e-mail address associated with a users post. I am actually very surprised that this is not a concern of more people.
The only time the email icon is shown in the profile or in the forum is merely because the users have choosen to reveal their email address. It does not show in their profile nor their post if they chose not to reveal it. Are you certain your users clicked the "dont show email address button?" Are you using the forum registration or the Your Account registration? If you're using the Your Account registration most users don't edit their profile once they've register, one of my main reasons for switching to the Forum registration was to give the users the option upon registering to activate or deactivate their email address from public viewing.
Find all posts by foxyfemfemView user's profileSend private message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Sun Apr 27, 2003 6:16 pm Reply with quoteBack to top

I'm sure some users have chosen to show their e-mail addresses. I have a collectors site and user interaction through e-mail is preferred by the majority of my patrons. So, in that respect they will opt to show their e-mail addresses.

My concern is that their e-mail addresses are also available to any guest who may happen across a topic in the forum and discover a member’s e-mail address.

Most bulletin boards (phpBB included) when configured for registration prior to participation will require you (the registered member) to be signed in to the system before you can fully participate. Now, any guest can read the forum posts (if you choose) but said guests should not be able to see the members e-mail address regardless of their selection to hide or show the listed address. So, while a member’s e-mail address will be visible to another member it should be hidden from passersby. Hence a redirect to a login screen should a guest decide to click on a members e-mail graphic.
Find all posts by jimmyjimjimView user's profileSend private message
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Apr 27, 2003 6:22 pm Reply with quoteBack to top

as somebody who did extensive work on the phpBB Forum port, I can assure you that the same security set-up exists in the port that exists in the standalone version

Email addresses are ONLY visible if the user specifies that they wish their email address to be made public.

If you're so concerned about unregistered users discovering their email addresses, why don't you limit forum access to registered users only?

AI
Find all posts by ArtificialIntelView user's profileSend private message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Sun Apr 27, 2003 6:27 pm Reply with quoteBack to top

I can always count on your wisdom AI... Thanks for the help! Rolling Eyes

check this out... please click on anyones e-mail address and see what happens... But, first make sure your NOT logged in.

http://www.phpbb.com/phpBB/viewtopic.php?t=95286
Find all posts by jimmyjimjimView user's profileSend private message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Sun Apr 27, 2003 6:53 pm Reply with quoteBack to top

To answer your question, I would like to leave the forums open for viewing. In my opinion this is a great tool to sway membership for those who may not have a good reason to join. The knowledge and information is public, it’s the participation I feel should be controlled.

My target audience includes a plethora of auctioneers and distributorships. I would rather limit the exposure of a members e-mail address to other site members. It makes moderation and administrative action a little easier if any needs to be taken.
Find all posts by jimmyjimjimView user's profileSend private message
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Apr 27, 2003 6:58 pm Reply with quoteBack to top

what I suggest you do then, is in the file viewtopic.php, find the email call, and wrap it with an if statement along the lines of:
Code:
if(($userdata['username']!="") OR ($userdata['username']!="Anonymous")){


AI
Find all posts by ArtificialIntelView user's profileSend private message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Sun Apr 27, 2003 7:31 pm Reply with quoteBack to top

Thanks AI, I’ll post what I come up with and perhaps it could be incorporated at a later date. I think if the feelers get put out, this would be a well received modification. Thanks again!
Find all posts by jimmyjimjimView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.468 Seconds - 349 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::