Version: 1.00, by peterska2
Developer Last Online: Nov 2013
Version: 3.5.2
Rating:
Released: 11-18-2005
Last Update: 01-05-2006
Installs: 118
No support by the author.
What it does: Hides the user contact info part of the profile from guests.
Difficulty: Easy
Templates to Edit: 1 MEMBERINFO (4 edits to same template)
Phrases to add: 2
How to install: Download the attached text file and follow the instructions.
What does it look like?: See attached screenshots. One is for a guest and the other for a member.
I want to see a live demo: Go to www.peterska2.co.uk and take a look at the profiles there.
If you use this please remember to click the install button. It's the only way I know if you like what I do.
There is now an option to make this a user selectable option. To upgrade an existing install download the zip and follow the instructions in the file marked UPGRADE. For a fresh install use the file marked NEWINSTALL
Updated 06 Jan 2006 @ 1855 GMT: Added instructions for user selectable show and hide.
Updated 09 Dec 2005 @ 2320 GMT: Added new text file for 3.5.2 instructions as last edit has changed.
Important information regarding support - 20/04/06
Due to time constraints and the amount of things that are being planned for future modifications, priority support will now be provided here. Support provided in this thread will be on an as and when basis.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Been looking for something like this, nice one. Is it possible to control by usergroup? I want contact info to show up for an internal team to that team only.
Been looking for something like this, nice one. Is it possible to control by usergroup? I want contact info to show up for an internal team to that team only.
OK, here goes.
Instead of
Code:
<if condition="$show[registerbutton]">
use
Code:
<if condition="$bbuserinfo[usergroupid]!='x'">
where x is the usergroupid number of the usergroups that you want to be able to view it. You will need to change both instances of this.
Thanks again, I'll continue playing around with this!
One issue I'm having with it currently is that I have the "Force Users to Fill in Required Fields" hack installed, which is not very specific when it asks users to go update their profile (they do not think to look in the options for this one, and even if they look there the option does not explicitly state that it is required).
As is, it's a little more than halfway towards meeting an internal team requirement. I'll be playing around with it to see what more I can do. Love it!
Would gladly tip if this could be made into a product, whereby:
Members can define by dropdown which usergroups can view their IM contact info (perhaps could be made more generic so people can add other contact stuff like phone info).
Admins can define which usergroups are visible in said dropdown.
Nice-to-have: Members can define by dropdown which specific IM or other contact options are visible to said usergroups. (This would permit opening up certain types of contact info to the world, and keeping others somewhat private).
in member list, you can still click on the AIM/MSN/etc icons to get the names. Shouldn't be too hard to fix, but I don't have much time right now. Anyone want to tackle this?