CUSTOM BUTTONS that look like your forum!
This MOD will allow you to create custom forum buttons (any text you want, that link anywhere) that look like your forum.
It's a pretty straight forward process, you just need to add an entry to your additional.css template and use the HTML provided to display the button. Add this to the BOTTOM of your additional.css template. Admincp > Styles & Templates > Style Manager > Your Style-Edit Templates > CSS Templates > Additional.css Code:
.custom_forum_button { background: {vb:stylevar control_content_background}; _background-image: none; -moz-border-radius: {vb:stylevar control_content_radius}; -webkit-border-radius: {vb:stylevar control_content_radius}; -moz-box-shadow: 0 3px 8px {vb:stylevar control_content_shadow_color}; -webkit-box-shadow: 0 3px 8px {vb:stylevar control_content_shadow_color}; font: {vb:stylevar control_content_font}; color: {vb:stylevar control_content_color}; padding: {vb:stylevar control_content_padding}; border: {vb:stylevar control_content_border}; display:inline-block; } Now to display the button, use the following HTML Code:
<a href="http://yourlinkhere.com/where-ever" class="custom_forum_button">Click my button</a> Check out my other Template Modifications for 4.x! [Postbit-Legacy Hack] Attractive User Info Boxes for Posts http://www.vbulletin.org/forum/showthread.php?p=2393460 Sidebar Anywhere Enhancement - Custom Blocks Per Forum or Page Change Thread Title Color for Specific Forums on Homepage Change Background Color for Specific Forums on Homepage Change Title Color of Specific Forums on Homepage Thread Starter Image in Postbit for OP Custom User Rank Box in Posts Download No files for download. |