The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A way to decorate the signature section in topics

Go down

A way to decorate the signature section in topics Empty A way to decorate the signature section in topics

Post by Harry Jackson January 23rd 2017, 5:15 pm

Demo:
A way to decorate the signature section in topics Chu_ky10

How to do it:
- Step 1: Go to ACP --> Display --> General --> Viewtopic_body.
- Step 2: Search for:

Code:
{postrow.displayed.SIGNATURE}

And change it into:

Code:
<div align="center">
<fieldset class="signature"><legend class="signtop"><b>Signature</b></legend>
{postrow.displayed.SIGNATURE}</fieldset></div>

You can replace the word "Signature" to any word you want.

Don't forget to save and publish this change.

- Step 3: Put the code below to your forum's CSS (ACP --> Display --> Pictures And Colors --> Colors --> CSS Stylesheet).

Code:
.signature
{
font-size:12px;
margin-top:20px;
padding:10px;
float:center;
vertical-align:bottom;
border:1px dashed #5ED7FF;
width: auto;
}
.signtop
{
font-size:12px;
padding:3px 10px 3px 10px;
margin-bottom:10px;
border:1px solid #38ABFF;
background-color:#38ABFF;
color: #FFFFFF
}

Done! groar banana
Harry Jackson
Harry Jackson
New Member

Posts : 10
Reputation : 1
Language : English and Vietnamese

http://zex-vietnam.forumvi.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum