Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
RoleTitle Vanilla2.3 [RESOLVED]
giacomosilli
New
Comments
There is a newer version available on GitHub. If I were you, I would try it: https://github.com/vanilla/addons/tree/master/plugins/RoleTitle
Its working, thank you dude
Github version also does not work on 2.3 for me ... says 'The plugin folder was not properly defined' when trying to enable.
I did the following to fix the github version:
add an About array to the top of the class.roletitle.plugin.php file:
$PluginInfo['RoleTitle'] = array(
'Name' => 'Role Titles',
'Description' => "Lists users' roles under their name and adds role-specific CSS classes to their comments for theming.",
'Version' => '1.0',
'RequiredApplications' => array('Vanilla' => '2.3'),
'MobileFriendly' => TRUE,
'RegisterPermissions' => FALSE,
'Author' => "Matt Lincoln Russell",
'AuthorEmail' => '',
'AuthorUrl' => ''
);
Not sure if the author is still correct, and I removed the email address and link.