Does somebody know if this is the "right" method to add own things into it:
PHP Code:
$vbulletin->userinfo['poststomoderate'] = myValue;
$notifications['poststomoderate'] = array(
'phrase' => 'phrase',
'link' => 'index.php' . $vbulletin->session->vars['sessionurl_q'],
'order' => 10
);
i'm using it here
in my eyes it not nice to add the value into the userinfo, but i don't know what to do else
somebody have a idee?
i'm using it here:
https://vborg.vbsupport.ru/showthread.php?t=168494