Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 11

CurtisOdenericgillettezachs422 +7 guests

Signatures

This discussion is related to the Signatures addon.
Signatures

Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

Comments

  • Posts: 250
    How does your plugin differ from that one?
  • TimTim
    Posts: 1,573
    I had 2 primary goals when writing this plugin:

    1) Make use of the new UserMeta table
    We added a user indexed Key/Value store in RC2 and I wanted to write something that made good use of that feature in order to help us find ways we could improve it. Signatures 1.1 uses UserMeta to store its data instead of modifying the User table.

    2) Keep users happy
    Signatures are often a point of contention on forums, some users love them and others actually hate them. I wanted to make a Signatures addon that gave both groups what they wanted. With this addon, people that like signatures will be able to see them, while those that hate them can disable the feature just for themselves. I think this is quite unique and solves the problem well.

    I'm going to add a permission in 1.2 which will let signature usage be further restricted by roles if desired, allowing them to be used by admins as a reward for their users, or to simply restrict certain abusers from ruining the feature for everyone else.

    Hope that helps.

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 28
    this will is great!^^
  • TimTim
    Posts: 1,573
    Minor Version Update - v1.1.1

    * Small bug using an array function caused signatures to be hidden for non admins. Fixed.
    * Small style fixes

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • TimTim
    Posts: 1,573
    Minor Version Update - v1.1.2

    * Consolidated lookup SQL
    * Improved image-hiding code

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • TimTim
    Posts: 1,573
    Minor Version Update - v1.1.3

    * Allow admins to edit signature contents of other users
    * Fix iterator misuse in CacheSignatures

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

Sign In or Register to comment.