Quote:
Originally Posted by King Kovifor
Do it under the hook "Parse Templates", and use eval() codes.
I believe this is the structure:
PHP Code:
eval("$template_hook['userinfo_postbit_left'] .= '" . fetch_template('template name') . "':");
That should do the trick. Just add your code into a template. Templates are the best and easiest way to go within template hooks.
|
that did not work either....