Does this plugin work with 2.1b2?

I installed this plugin and tried using it with Vanilla 2.1b2 and wasn't able to get it to displaying anything. Does it work with 2.12b? If so, what should I check to make sure it displays?

Thanks,

Comments

  • Yes it works I tested it. Let me see what I did on my 2.1 install if anything other than remove the & from $Sender..

  • hgtonighthgtonight MVP
    edited January 2014

    According to this spreadsheet: https://docs.google.com/spreadsheet/ccc?key=0AvSnB6M4Z-EIdEZjXzJnNWpUcXZIV0QwU2pBbVl6WHc&usp=sharing

    Version 0.2 of RoleTitle does not work on 2.1b2.

    That said, there is a newer version available in the addons github repo here: https://github.com/vanillaforums/Addons/tree/master/plugins/RoleTitle

    EDIT - Cross post, sorry @vrijvlinder

  • edited January 2014

    According to this spreadsheet

    That spreadsheet assumes it can't work, but it does with some mods...

    Yes it works for me, I did change the stuff for the handlers...I added this

     public function DiscussionController_AuthorInfo_Handler($Sender) {
          $this->_AttachTitle($Sender);
       }
    

    This plugin simply adds the role name, if you are admin it will add the title administrator, if you are a member, it will add the title member. etc.

    Then you can use some css to change their looks like adding colors .

  • @hgtonight the github version works, thanks!

  • LincLinc Admin

    I've uploaded version 1.0 now. If you have 0.4, it's no different, I just incremented the version to indicate its stability & revised the description.

  • @Linc said:
    I've uploaded version 1.0 now. If you have 0.4, it's no different, I just incremented the version to indicate its stability & revised the description.

    one small step for a man; one giant leap for mankind.

    thx. "Linc" :)

  • Previous versions use depreciated CommentData this will throw a depreciated error for some php setups. So upgrade.

Sign In or Register to comment.