I'm looking to find methods to relocate the code in the postbit, but having trouble finding the right string since it's using a plugin to put the code in. Any ideas?
EDIT: Figured it out. Go to the Postbit Plugin and look for:
$template_hook[postbit_userinfo_right] .= $templater->render();
and make it:
$template_hook[postbit_userinfo_game] .= $templater->render();
Then in the postbit_legacy you can paste:
{vb:raw template_hook.postbit_userinfo_game}
And put it wherever you want.
|