The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
'your_signature' phrase
I want to edit the phrase which appears above the signature edit box in the UserCP to include a reminder to users to ensure their signature complies with our rules.
I've found that this is in the your_signature phrase. If I edit this phrase, will it change the text on any other page, or just above the box in /profile.php?do=editsignature? Many thanks. |
#2
|
|||
|
|||
If you change a phrase it will cause the text to change anywhere else you use it. It would probably be better to edit the template instead.
To find the template name turn on: AdminCP > vBulletin Options > vBulletin Options > General Settings > Template Names in HTML source (or something like that). Then when you are on the Edit Signature page, Right-click > View Source and find the appropriate template name. |
#3
|
|||
|
|||
Many thanks for your reply!
Just to update, incase anyone else wants to do this, I created a new phrase called your_signature_rulesreminder with the message in bold which I wanted to display. In the parent styles, under 'Modify User Option Templates,' go to 'modifysignature.' Then find Code:
<!-- message area --> <div class="smallfont">$vbphrase[your_signature]:</div> $messagearea <!-- / message area --> Code:
<!-- message area --> <div class="smallfont">$vbphrase[your_signature_rulesreminder]</div><br /> $messagearea <!-- / message area --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|