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.

Singnature line phpBB2 tip

Go down

Singnature line phpBB2 tip Empty Singnature line phpBB2 tip

Post by LUDAKLUDI March 1st 2010, 12:44 pm

i hate signature line it is made of underscore or horizontal bar in phpBB2 forums

exm.
_____________________________


yeah now u can modify it with new imba option.... but it is stil ugly
like u can put instead ________ this ########## or any other symbol on keyboard ....
but i hate that .... so i made normal line that u cant copy it and its not made from symbols for my phpbb2 forum....


Go to:Templates > General >viewtopic_body
find this line
Code:

<div class="signature_div">
{postrow.displayed.SIGNATURE}

so now just put this line
Code:

<div class="signature_div">
</br></br></br>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="1" width="98%"><tr><td style="background: rgb(20,20,20)"></td></tr></table>
{postrow.displayed.SIGNATURE}

if u want to change color just change rgb(20,20,20) numbers from 0,0,0 to 255,255,255 u can find on google rgb colors
u can change width from 1% to 100%. I pref 98% or 99%
align is set to center, u can put right or left

when u done this go to
General > Messages and Emails > Configuration
and find "Post/signature separator"
so delete all chars in it and save options



it is simple code just to replace boring lines for signature .... try it and see ...
LUDAKLUDI
LUDAKLUDI
Forumember

Male Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade

Back to top Go down

Back to top


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