Can You make a Sticky post glow
2 posters
Page 1 of 1
Can You make a Sticky post glow
I posted instructions on how to upload and post a screenshot on my site and wanted everyone to notice the sticky post. Is there a way to make just stickys glow?
Re: Can You make a Sticky post glow
You use PhpBB3 version, right?
If so, go to your Admin panel -> Modules -> JavaScript Codes Management -> Create New -> Add any title -> Select "In all the pages" and add this code:
Save it and make sure Javascript is enabled on your forum.
Now go to Display -> Colors -> CSS Stylesheet and add this code:
Save changes and that's it.
You can play with color of shadow etc.
Note: this code will work only on PhpBB3 version, if you need it for other forum version, say and I'll post it.
If so, go to your Admin panel -> Modules -> JavaScript Codes Management -> Create New -> Add any title -> Select "In all the pages" and add this code:
- Code:
$(document).ready(function() {
$('dd.dterm strong:contains("Sticky")').each(function(){
$(this).addClass('sticky');
});
});
Save it and make sure Javascript is enabled on your forum.
Now go to Display -> Colors -> CSS Stylesheet and add this code:
- Code:
.sticky {
text-shadow: 0 0 0.3em #E34124, 0 0 0.3em #E34124;
}
Save changes and that's it.
You can play with color of shadow etc.
Note: this code will work only on PhpBB3 version, if you need it for other forum version, say and I'll post it.
EndlessDream- Forumember
- Posts : 107
Reputation : 22
Language : English, Spanish, Serbian
Similar topics
» Unable to Make Usernames Glow
» how to make my topic sticky
» Make your navbar sticky
» Make your navbar sticky
» How do I make groups glow?
» how to make my topic sticky
» Make your navbar sticky
» Make your navbar sticky
» How do I make groups glow?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum