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]

edited January 2017 in Vanilla 2.0 - 2.8

Hello,
I'm using php7 with Vanilla2.3

When i try to post a comment after the plugin enabled, i'm getting the following error:
Whoops! There was an error.

But if i reload the page, the post is wrote correctly.
Whats wrong?

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    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

  • AaronWebsteyAaronWebstey Headband Afficionado Cole Harbour, NS ✭✭✭

    Github version also does not work on 2.3 for me ... says 'The plugin folder was not properly defined' when trying to enable.

  • AaronWebsteyAaronWebstey Headband Afficionado Cole Harbour, NS ✭✭✭

    I did the following to fix the github version:

    • remove icon.png
    • rename role_titles.png to icon.png
    • 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.

Sign In or Register to comment.