PDA

View Full Version : Add-On Releases - Always Show Your Signature


Elite_360_
01-21-2014, 11:00 PM
Mark As Installed = Support

Description: This mod will always show your members signature if they tick the show signature in posts or don't tick the show signature in posts.


To install:

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

Elite_360_
01-22-2014, 06:50 PM
Reserved.

Thangvip9x
01-22-2014, 09:02 PM
Please screenshots

Elite_360_
01-22-2014, 09:07 PM
Screen Shot of what my Signature? There are no settings.

faisaly.com
01-22-2014, 10:25 PM
LOL, think there not sure what this does exactly, maybe add bit more detail in description does it like automatically tick the show signature in posts button

Elite_360_
01-23-2014, 01:17 AM
LOL, think there not sure what this does exactly, maybe add bit more detail in description does it like automatically tick the show signature in posts button

If they tick show signature or don't tick show signature it will always show.

faisaly.com
01-23-2014, 07:41 PM
If they tick show signature or don't tick show signature it will always show

that's what i thought, and could you post the sql query to to show all users signatures in previous posts

Elite_360_
01-23-2014, 08:30 PM
that's what i thought, and could you post the sql query to to show all users signatures in previous posts

there no query it will work on previous posts look at the xml file there 1 plugin with 1 line of code it will work on pm too i plan on removing the show signatures tick button on future version.

faisaly.com
01-23-2014, 09:24 PM
sorry i found it

Basic query is:

UPDATE post SET showsignature='1' WHERE userid='x';

...with 'x' being your userid number. And, if you are using a table prefix, you will have to add that also.

Elite_360_
01-23-2014, 10:08 PM
sorry i found it

Basic query is:

UPDATE post SET showsignature='1' WHERE userid='x';

...with 'x' being your userid number. And, if you are using a table prefix, you will have to add that also.

Well what do you need that for?

faisaly.com
01-24-2014, 12:31 PM
say a member registered a long time ago and posted a lot of of threads but never added a signature then recently he just started using it, all the old threads would not show his signature, using this query it will show every post he made with his new signature

Elite_360_
01-24-2014, 01:28 PM
say a member registered a long time ago and posted a lot of of threads but never added a signature then recently he just started using it, all the old threads would not show his signature, using this query it will show every post he made with his new signature

there no need run a query with this mod will do that i just test on one my test site a user that did not have a signature but old post then i added a signature and it show up in the old post so i don't see why you need that query

Black Snow
07-10-2014, 12:10 PM
Tried getting this to work with MARCO1 Staff Signature but it wouldn't. Not sure why.