Yenimuhendis
06-23-2009, 10:00 PM
Box models from Here (http://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: <div class="icon-down"><a href="{param}" target="_blank">Click here to download</a></div>
Example: link goes here
Add New BB Code again
Title: Password
BB Code Tag Name : password
Replacement: <div class="icon-pass">Password : {param}</div>
Example: www.vbulletin-turkey.com
Now lets add the additional css
Styles & Templates >> Style Manager >> Main Css
Add this code to Additional CSS Definitions
.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%;
}
Add download.png and lock_open.png to your images folder.
https://vborg.vbsupport.ru/attachment.php?attachmentid=101033&d=1245836721
Admin Cp >> Custom BB Codes >> Add New BB Code
Title: Download
BB Code Tag Name : download
Replacement: <div class="icon-down"><a href="{param}" target="_blank">Click here to download</a></div>
Example: link goes here
Add New BB Code again
Title: Password
BB Code Tag Name : password
Replacement: <div class="icon-pass">Password : {param}</div>
Example: www.vbulletin-turkey.com
Now lets add the additional css
Styles & Templates >> Style Manager >> Main Css
Add this code to Additional CSS Definitions
.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%;
}
Add download.png and lock_open.png to your images folder.
https://vborg.vbsupport.ru/attachment.php?attachmentid=101033&d=1245836721