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
Greatly appreciated, i guess the grinch is not stealing xmas this year ;)
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.
thanks grabbing it now 8)
Edit... thanks for the customizable option
installed. but see NO OPTIONS to edit it!!!
Admin>Features and Options>General... scroll down
Thanks :) Done!
Welcome :)
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.
No prob man... i know what ya mean tho ;)
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>