PHP Classes

Adding to the bbcode list

Recommend this page to a friend!

      BBCode Class  >  All threads  >  Adding to the bbcode list  >  (Un) Subscribe thread alerts  
Subject:Adding to the bbcode list
Summary:[url]
Messages:1
Author:Sarah King
Date:2005-02-24 18:58:45
 

  1. Adding to the bbcode list   Reply   Report abuse  
Picture of Sarah King Sarah King - 2005-02-24 18:58:45
Hi

I want to let users put

[url]http://www.raincheck.co.nz[/url] into their bbcode.

$this->add_tag(array('Name'=>'link','HasParam'=>true,'HtmlBegin'=>'<a href="%%P%%">','HtmlEnd'=>'</a>'));

This is the code for a link. I'm not sure how to update it to allow for
[link][/link]
and
[link=][/link]

any ideas?

thanks

Sarah