PDA

View Full Version : Link as image, very simple bbcode


Arbit3r
05-24-2008, 04:45 PM
Looking for a very simple mod/bbcode that would basicly work like the "insert link" button, but instead of just adding a link it would add a link with an image, so links would infact become buttons.


It would basicly do the following.


https://vborg.vbsupport.ru/external/2008/05/39.gif (link.com)

Associate an image with the link.

If anyone could help out i would realy appreciate it, i have all the buttons already made i just need some help with the bbcode

GameWizard
05-24-2008, 05:21 PM
Create a new BBCode:

Title: Download (change this to whatever you want)
Tag: dl (change this to whatever you want)
Replacement:
<a href="{param}"><img src="url/to/image.jpg" width="121" height="20" border="0"></a>

Example:
http://www.mylink.com

Use {option}: No
Remove Tag If Empty: Yes

Arbit3r
05-24-2008, 06:23 PM
Just what i was looking for thank you!

Do you know if there is a way of doing it so the user is promped to enter the url? Like when inserting a link?

GameWizard
05-25-2008, 01:07 AM
Unfortunately no, it would require some modifications to the code which I am not familiar with. This is the simplest way of doing it.