|
Download-Password box BBcode
Box models from https://woork.blogspot.com/2008/03/css-message-box-collection.html
Admin Cp >> Custom BB Codes >> Add New BB Code Title: Download BB Code Tag Name : download Replacement: Code:
<div class="icon-down"><a href="{param}" target="_blank">Click here to download</a></div>
Add New BB Code again Title: Password BB Code Tag Name : password Replacement: Code:
<div class="icon-pass">Password : {param}</div>
Now lets add the additional css Styles & Templates >> Style Manager >> Main Css Add this code to Additional CSS Definitions Code:
.icon-down{
border:solid 1px #90ac13;
background:#eef4d3 url(images/download.png) 8px 6px no-repeat;
color:#6b800d;
font-weight:bold;
padding:4px;
text-align:center;
width: 50%;
}
.icon-pass{
border:solid 1px #90ac13;
background:#eef4d3 url(images/lock_open.png) 8px 6px no-repeat;
color:#6b800d;
font-weight:bold;
padding:4px;
text-align:center;
width: 50%;
}
![]() Download No files for download. Screenshots |
|||||||||
Similar Mods
| BB Code Enhancements Password Box BBCode | vBulletin 3.6 Template Modifications |
| BB Code Enhancements Download Box BBCode | vBulletin 3.6 Template Modifications |
| Password BBCODE Ad-on | vBulletin 3.6 Template Modifications |
| New Posting Features New Download BBCode | vBulletin 3.6 Add-ons |