PDA

View Full Version : Add-On Releases - Previous Usernames in about me (Similar to vbulletin.org)


Elite_360_
04-25-2015, 09:00 PM
Mark As Installed = Support

For Version Information: Go to Post #2 (https://vborg.vbsupport.ru/showpost.php?p=2544207&postcount=2)


Description: If a user ever had a username change it will show in user "About Me".

Installation:

1. Import the product-e360_previous_usernames product file via AdminCP > Plugin System > Manage Products > [Add/Import Product]


-

Elite_360_
04-25-2015, 11:25 PM
Version Information:

1.0.0 - Apr 25 2015
-First version

mll
04-26-2015, 12:30 AM
working fine ...

Thanks a lot

thenicehorizon
04-26-2015, 07:33 PM
nice job
thank you

SYGRecon
06-25-2015, 03:09 PM
Is there anyway to make it so only certain usergroups can see this? Such as Admins/Moderators?

Elite_360_
06-30-2015, 06:40 PM
Is there anyway to make it so only certain usergroups can see this? Such as Admins/Moderators?

Go edit template "e360_previous_usernames_profile"

find this



<vb:if condition="$show['e360_previous_usernames']">



replace with this



<vb:if condition="$show['e360_previous_usernames'] AND is_member_of($bbuserinfo, array(5,6,7))">