PDA

View Full Version : Modify built-in vbCode


pran
09-06-2002, 12:57 AM
How do I modify the built-in vbCodes? For example, I want the [ URL] tag to be:

<a href="{parameter}" {options}><b>{text}</b></a> <img src="{link_external_image}" alt="Clicking this will take you outside of {board_name}">

Logician
09-06-2002, 09:42 AM
they are in functions.php..

Check right after

if (floor($phpversionnum) < 4) {
$searcharray = array(

pran
09-06-2002, 11:20 PM
Thanks! I just added a couple of <b > tags to the replacement.

Highlander
03-07-2003, 06:09 PM
is there anything else to know about?

or can i simply use a form to create external my threads?