toggle signature
3 posters
Page 1 of 1
toggle signature
hi, i found this on the russian support forum.. i followed it but it's not working..
pls help me fast....
pls help me fast....
Last edited by pidot101 on December 26th 2011, 3:01 am; edited 1 time in total
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: toggle signature
viewtopic_body:
So, you need to find:
overall_footer:
Before </body> add this code:
CSS Stylesheet:
That was for phpBB2. Hah, maybe I'll translate full tutorial for english support forum?
So, you need to find:
- Code:
<div class="signature_div">
{postrow.displayed.SIGNATURE}
</div>
- Code:
<br/><br/><br/><center>
<div><a href="javscript://" class="sig" style="text-decoration: none;"><img src="http://savepic.net/1189114.png" border="0" /> <span style="font-family:Times New Roman; font-size:18px;font-style:italic;">•Открыть подпись•</span></a>
<div class="signature_div">
{postrow.displayed.SIGNATURE}
</div></div>
</center>
overall_footer:
Before </body> add this code:
- Code:
<!--Сворачивание подписи-->
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.sig').click(function(){
jQuery(this).parent().children('div.signature_div').slideToggle("slow");
return false;
});
});
</script>
CSS Stylesheet:
- Code:
.signature_div{
background-color: #FFFFFF;
display:none;
border:3px double #3A4B8A;
padding:5;
width: 98%;
}
That was for phpBB2. Hah, maybe I'll translate full tutorial for english support forum?
Guest- Guest
Re: toggle signature
NVM... it wasn't working cause i forgot to allow signatures.... silly me
uhm , one question.. how can i edit the borders??
uhm , one question.. how can i edit the borders??
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: toggle signature
well i am not sure what it is without seeing it,
But most likely right here in the css part.
all depends what you want to change it to as well?
border:3px double #3A4B8A;
But most likely right here in the css part.
all depends what you want to change it to as well?
border:3px double #3A4B8A;
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: toggle signature
i want it to be like in the tut.. but with green border.
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: toggle signature
Replace from stylesheet this: border:3px double #3A4B8A; to this: border:3px double #11FE11;
Guest- Guest
Re: toggle signature
can i make one with round corners???
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: toggle signature
Of course, after border:3px double #11FE11; add:
- Code:
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
Guest- Guest
Re: toggle signature
topic solved!
FL.ux- Forumember
- Posts : 841
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.
Re: toggle signature
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Toggle Widgets + Toggle Categories
» My signature wont show but everyone else's signature does
» Notifications toggle at top right
» category-toggle
» sub-forums toggle
» My signature wont show but everyone else's signature does
» Notifications toggle at top right
» category-toggle
» sub-forums toggle
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum