I Found a Small Bug in the Plugin "
Threadstarter - Main" of this Mod "Highlight Threadstarter".
In the Plugin there is a Code
Code:
!is_member_of($this->post, $thrdauth_excl_groups)
that should be
Code:
!is_member_of($vbulletin->userinfo, $thrdauth_excl_groups)
for it to Work Properly.
The $this->post should be
$vbulletin->userinfo on this Code Line.
Thank You For Sharing this Great Mod, Works Fine on vB373 PL1. :up:
Note: The Threadstarter Text appears on other Posts different than the First One on a Thread.
My Best Regards.