xF2 Pretty names and values in "User change log"

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,497
    7,735
    321
    localhost
    Heisenberg submitted a new resource:

    - User change log looks ugly? Let's bring it to life!

    When you update any (even custom) column of User entity XenForo automatically adds a new entry to "User change log".

    The only exception here is using fastUpdate() method. It directly updates the database without calling save() so any changes made that way will not appear in log.

    Let's say you are writing an addon which adds some new columns to User entity (or UserPrivacy for example). Everything looks nice
    You must be registered for see images attach
    and works perfectly
    You must be registered for see images attach
    until one...