The Arcive of vBulletin Modifications Site. |
|
Userlog on profile - Display namechanges,bans and email changes Details »»
|
|||||||||||||||||||||||||||
|
Userlog on profile - Display namechanges,bans and email changes
Developer Last Online: Jul 2016
What does this do?
This hack will display changes which have been made to the user's account (currently bans, username changes and email changes) in an additional tab in the user profile. It should make it easier for users to keep track of changes applied to someone's account (especially name changes). Instructions Simply import the userlogs_on_profile product and you should be done. Notes
Updates [21/6/2008] Version 1.2: -The hack now also displays email changes (can be turned off) -The hack now uses only one query instead of 3 -Applied some of the suggestions from Kentauros in this post [22/4/2008] Version 1.1: Added AdminCP settings: -Option to turn the namechangelog or banlog on/off -Option to only allow certain usergroup to see the banlogs/namechangelogs -Option to set the ID of the banned group [20/4/2008] Version 1.0: First release Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thank you very much
|
|
#3
|
|||
|
|||
|
sweet thanks!!
|
|
#4
|
||||
|
||||
|
Sweet, i was actually looking for a mod like this
|
|
#5
|
||||
|
||||
|
Very Nice!
I made a dutch version, hope you don't mint: |
|
#6
|
|||
|
|||
|
Thanks, just wondering who will have permission to view the ban logs tho? can you set that for only staff?
|
|
#7
|
|||
|
|||
|
Just what we need ..
thanks ,, Installed .. |
|
#8
|
||||
|
||||
|
Quote:
Have been editing the plugin but I don't get it to work properly. |
|
#9
|
||||
|
||||
|
It's ok, I'm planning to phrase this hack and I'll make use of your Dutch version then
![]() Quote:
Quote:
Currently, you need to edit the templates. You need to edit the memberinfo_block_userlog template. Find this: Code:
<if condition="$block_data[baninfo]!=''"> <fieldset class="statistics_group"> <legend>Bans</legend> <ul class="list_no_decoration"> $block_data[baninfo] </ul> </fieldset> </if> Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)"><if condition="$block_data[baninfo]!=''"> <fieldset class="statistics_group"> <legend>Bans</legend> <ul class="list_no_decoration"> $block_data[baninfo] </ul> </fieldset> </if> <else /> Ban Logs are only visible for staff members. </if> Be sure to replace the X.Y,Z in Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)"> |
|
#10
|
||||
|
||||
|
I Already did that, but I want to totally hide the tab if the usergroup is wrong and not the content of the tab.
|
![]() |
|
|