Add-on Default signature + criteria

Sunka

Well-known member
Hi.

I am asking for information, how much will be cost for creating addon that will add default signature for users after registration AND add default signature for all already registered users without signature.

Default signature should be managed in ACP by superadmin only, and text for default signature should parsing html or bbcode.
If Superadmin change default signature, changed signature should be reflected to all users which have default signature.

If it is possible, add criteria for usergroup promotion and user search:
User have signature
User have not signature

Default signature should be NOT counted in criterias like user have signature

I could pay addon through paypal.

If newer xenforo will be clash with addon, developer have to fix addon so it working with that new xenforo version.
 
I found it my self.
With help from @JustinHawk for query to fill empty signatures, and help from @shabbirbhimani to look for good old addons for default signatures. (y)

So query looks like this:

Code:
UPDATE
    xf_user_profile SI
SET
    SI.signature = 'DEFAULT SIGNATURE'
WHERE
    SI.signature = "";


For default signature for new registered users I use this addon from ragtek, it is working OK on latest XenForo - https://xenforo.com/community/resources/default-signature-for-new-users.865/

Thanks a lot for giving offer to create addon @JustinHawk @ForumCube and @au lait

Sunka
 
Top Bottom