Quote:
Originally Posted by MrsTryst
Hello,
Great mod first of all!
My problem is pretty difficult i assume.. I have the Tabs mod on my forums ( https://vborg.vbsupport.ru/showthread.php?p=2173369), and in one of the tabs i use this code,
<dl class="userinfo_extra"> {vb:raw template_hook.postbit_userinfo_right_after_posts}</dl>
which automatically add some other codes, how can i move this mod (User Status & Moods) to a different tab?
Thanks alot!!
|
If you open up the file /
dbtech/
status/
hooks/
postbit_display_complete.php and go to line
33 you will see the following:
PHP Code:
$template_hook['postbit_userinfo_left'] .= $status->render();
You can alter the
postbit_userinfo_left bit to whatever hook you want status to be displayed in. I hope this helps!
- David