Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Nick Whetstone on December 24, 2009, 04:39:20 AM

Title: Signature Prompt
Post by: Nick Whetstone on December 24, 2009, 04:39:20 AM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=2327)

This mod allows you to set a message to be added in place of where a user's signature would go when they don't have a signature set.

You can use bbcode, and {membername} to add the member's own name.

If no message is set, the mod uses:
Quote{membername}, you have not added a signature yet. Please look in your profile for more details.

Works on all themes that support signatures because it does not actually modify the theme at all.

Can be used to replace http://custom.simplemachines.org/mods/index.php?mod=1715
Title: Re: Signature Prompt
Post by: Spoogs on December 24, 2009, 04:53:40 AM
Greatly appreciated, i guess the grinch is not stealing xmas this year ;)
Title: Re: Signature Prompt
Post by: Arantor on December 24, 2009, 04:55:46 AM
Naw :D

Btw, I just did a very, very quick update to switch from a one line text box to a bigger one. Didn't bump the version number though.
Title: Re: Signature Prompt
Post by: Spoogs on December 24, 2009, 05:06:08 AM
thanks grabbing it now 8)

Edit... thanks for the customizable option
Title: Re: Signature Prompt
Post by: KensonPlays on December 25, 2009, 01:06:53 AM
installed. but see NO OPTIONS to edit it!!!
Title: Re: Signature Prompt
Post by: Spoogs on December 25, 2009, 01:10:02 AM
Admin>Features and Options>General... scroll down
Title: Re: Signature Prompt
Post by: KensonPlays on December 25, 2009, 01:19:33 AM
Thanks :) Done!
Title: Re: Signature Prompt
Post by: Spoogs on December 25, 2009, 01:21:12 AM
Welcome  :)
Title: Re: Signature Prompt
Post by: Arantor on December 25, 2009, 07:04:36 AM
Thanks Spoogs; I've actually given up writing where configuration can be found because even if I put it in the mod's page, people still ask, so easier just to cover it off when folks ask now.
Title: Re: Signature Prompt
Post by: Spoogs on December 25, 2009, 07:43:59 AM
No prob man... i know what ya mean tho ;)
Title: Re: Signature Prompt
Post by: Membre on February 26, 2010, 08:15:38 PM
Spanish_es / Spanish_latin / Spanish ( add utf8 also please :) )

   <file name="$languagedir/Modifications.english.php">
      <operation>
         <search position="end" />
         <add><![CDATA[
$txt['signature_prompt_text'] = 'Texto de aviso para firma (bbcode soportado)';
$txt['signature_prompt_default'] = '{membername}, no has agregado una firma aun. Por favor mira en tu perfil para mas detalles.';
]]></add>
      </operation>
   </file>
   <file name="$languagedir/Help.english.php">
      <operation>
         <search position="end" />
         <add><![CDATA[
$helptxt['signature_prompt_text'] = 'Esta caja te permite agregar texto a el area de firma del usuario cuando aun no han puesto una. Puedes usar bbcode para darle formato, y {membername} para poner su nombre en el aviso. Hay un mensaje por defecto, de "{membername}, no has agregado una firma aun. Por favor mira en tu perfil para mas detalles." que es usado si esto es dejado en blanco.';]]></add>
      </operation>
   </file>