SaIRoS
10-05-2006, 02:23 PM
http://img101.imageshack.us/img101/7332/poweredbytechgfxnn0.png
In this tutorial you'll be learning how to add custom download BBcode in Invision Board 2.1 (it will work with 2.0 though).
What you need:
- IPB installed and running
- access to Admin Cp (you are supposed to be admin :P)
- basic Invision Board knowledge
Ok, let's start. Access your board Admin CP and select the Management tab:
http://img201.imageshack.us/img201/4127/1ti8.png
Once you are on the Management tab, on the left side scroll down to find Custom BBcode box and select Add New BBcode:
http://img379.imageshack.us/img379/9223/2bz9.png
In the new window fill all the spaces like below:
http://img136.imageshack.us/img136/5922/3lm2.png
Use this code to put into Custom BBCode Replacement box:
<div class='htmltop'>HTML</div><div class='htmlmain'><a href="{content}" target="_blank"><img src="http://url.to.the.image.goes.here" border="0" alt="DOWNLOAD from Your Site" /></a></div>
Well, at this point you'll need a Download Image like this one http://tech-gfx.net/images/tech_gfx_download_button.gif
Just put the URL to your image into the code above ;)
Then just click Add BBcode and you are done.
If you did everything well, when you typing
link here
you will have this
link here
In case you don't want an image to be showed use this code instead:
<div class='htmltop'>HTML</div><div class='htmlmain'><a href="{content}" target="_blank">DOWNLOAD</a></div>
Hope you'll find this tutorial good. :)
Enjoy :devil:
http://img101.imageshack.us/img101/7332/poweredbytechgfxnn0.png
In this tutorial you'll be learning how to add custom download BBcode in Invision Board 2.1 (it will work with 2.0 though).
What you need:
- IPB installed and running
- access to Admin Cp (you are supposed to be admin :P)
- basic Invision Board knowledge
Ok, let's start. Access your board Admin CP and select the Management tab:
http://img201.imageshack.us/img201/4127/1ti8.png
Once you are on the Management tab, on the left side scroll down to find Custom BBcode box and select Add New BBcode:
http://img379.imageshack.us/img379/9223/2bz9.png
In the new window fill all the spaces like below:
http://img136.imageshack.us/img136/5922/3lm2.png
Use this code to put into Custom BBCode Replacement box:
<div class='htmltop'>HTML</div><div class='htmlmain'><a href="{content}" target="_blank"><img src="http://url.to.the.image.goes.here" border="0" alt="DOWNLOAD from Your Site" /></a></div>
Well, at this point you'll need a Download Image like this one http://tech-gfx.net/images/tech_gfx_download_button.gif
Just put the URL to your image into the code above ;)
Then just click Add BBcode and you are done.
If you did everything well, when you typing
link here
you will have this
link here
In case you don't want an image to be showed use this code instead:
<div class='htmltop'>HTML</div><div class='htmlmain'><a href="{content}" target="_blank">DOWNLOAD</a></div>
Hope you'll find this tutorial good. :)
Enjoy :devil:
http://img101.imageshack.us/img101/7332/poweredbytechgfxnn0.png