$bbcodeID
$tekst
nu is $tekst dus zo iets:
[quote:a26a5cbd68="username"]tekst tekst tekst[/quote:a26a5cbd68]
en $bbcodeID natuurlijk:
a26a5cbd68
Hoe kan ik $tekst omzetten naar HTML?
Dit heb ik gedaan om te zorgen dat ik bij alle functions kan komen:
Code: Selecteer alles
define('IN_PHPBB', true);
include_once('extension.inc');
include_once('common.'.$phpEx);
include_once('includes/bbcode.'.$phpEx);
include_once('includes/functions.'.$phpEx);
include_once('includes/functions_post.'.$phpEx);