Quote:
Originally Posted by Coroner
Ok, that's correct. It will use the Template Hook and this is on the right side.
You can change it by changing the Template Hook:
In the Product search for:
PHP Code:
$template_hook[postbit_userinfo_right_after_posts] .= $templater->render();
and change it into:
PHP Code:
$template_hook[postbit_userinfo_left] .= $templater->render();
Remember:
I haven't test it in "postbit_legacy", but it works in "postbit".
|
Could you explain how to do this? I'm catching up on how to do this kind of stuff, but this will be my first time with a template hook, and I have no idea what that is. :erm: