Back to vBulletin 4.x Template Modifications

CUSTOM BUTTONS that look like your forum!
Mod Version: 1.00, by addamroy

vB Version: 4.x.x Rating: (2 votes - 5.00 average) Installs: 19
Released: 06 Jun 2012 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

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;
}
Feel free to change .custom_forum_button to something else if you feel the need.

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>
Enjoy!

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.


vblts.ru supports vBulletin®, 2022-2024