vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Always Show Your Signature (https://vborg.vbsupport.ru/showthread.php?t=307352)

Elite_360_ 01-21-2014 11:00 PM

Always Show Your Signature
 
1 Attachment(s)
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

Quote:

Originally Posted by faisaly.com (Post 2476067)
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

Quote:

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

Quote:

Originally Posted by faisaly.com (Post 2476318)
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:

Code:

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

Quote:

Originally Posted by faisaly.com (Post 2476343)
sorry i found it

Basic query is:

Code:

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

Quote:

Originally Posted by faisaly.com (Post 2476584)
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.


All times are GMT. The time now is 09:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01072 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete