News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Signature Prompt

Started by Nick Whetstone, December 24, 2009, 04:39:20 AM

Previous topic - Next topic

Nick Whetstone

Link to Mod

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
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

Spoogs

Greatly appreciated, i guess the grinch is not stealing xmas this year ;)

Arantor

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.

Spoogs

#3
thanks grabbing it now 8)

Edit... thanks for the customizable option

KensonPlays

installed. but see NO OPTIONS to edit it!!!

Spoogs

Admin>Features and Options>General... scroll down

KensonPlays


Spoogs


Arantor

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.

Spoogs

No prob man... i know what ya mean tho ;)

Membre

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>

Advertisement: