PDA

View Full Version : Button BBCode


alirex
12-16-2010, 08:14 AM
I have tried around 10-20 times but not able to figure out how to make BBcode for button

Example :-

text something (http://somesite.com)
is showing text as link

i want a bbcode something like
text appear on button

is this possible ? how ?

BirdOPrey5
12-16-2010, 07:04 PM
I have it for my forum: Demo. (http://www.juot.net/forums/showthread.php?t=47882)


Go to your Admin CP -> Add a New BB Code

Title: Button
BB Code Tag Name: button
Replacement:
<a href="{option}" target="_blank"><button>{param}</button><!--[if IE]> Link<![endif]--></a>
Example: Google
Use Option: Yes
Remove Tag If Emptry: Yes
All other disable options: No
EXCEPT: Disable Automatic Link Parsing: Yes (if you have this option).

Note: Internet Explorer won't follow the button to a new URL so for IE users ONLY there will be a "Link" displayed next to the button so IE users can follow. If you don't want this remove the <!--[if IE]> Link<![endif]--> from the code.

alirex
12-27-2010, 08:43 AM
Thank you