Log in

View Full Version : BB Code Enhancements - Download-Password box BBcode


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

sebil
06-24-2009, 08:59 AM
what does this modification do :confused:

Yenimuhendis
06-24-2009, 09:07 AM
You can make download links and rar pass words more visual :)

Daniel_HBK
06-24-2009, 09:10 AM
great mod !!! i wanted it so far !

what does this modification do :confused:

it tags the download links of files/movies/music and another tag for the password (rar and zip files) it is very useful for warez and movies forums and download forums

Daniel_HBK
06-24-2009, 09:11 AM
sorry Yenimuhendis i replied in the same time you reply :)

Yenimuhendis
06-24-2009, 09:16 AM
No problem. Thnx for your replay.

kaptanblack
06-25-2009, 03:27 PM
Thanks kardeşim.. :) Wonderful modification..

saadessa
06-25-2009, 04:49 PM
Thanks kardeşim Wonderful modification

Forumi Shqiptar
09-09-2009, 04:10 PM
I added the code exactly as u said but im having problems on showing the icons next to the URL when the user posts the code any ideas?

Many thanks in advance.

ZEHH
11-18-2009, 11:05 PM
Desculpe mais isso est? certo mesmo ?

Exemplo: [senha] www.vbulletin-turkey.com [/ password]


Ou n?o seria ...

ZEHH
04-27-2010, 10:12 PM
Would this bbcode for upgraded to version 4.0.3?