making vBtemplates your own
what's the best way to go about it?
explode it into an array and then str_replace the appropriate values (i.e. quickreply would be
* do="postreply"
* name="t"
* type="text/javascript" src="
changing em into
* do="makereply"
* name="p"
* type="text/javascript" src="../forums/clientscript"
) in a foreach loop before remaking it into one big string?
|