A fantastic bug in GraffitiCMS 1.1

Last post 07-24-2008 3:33 AM by phuocle. 0 replies.
Page 1 of 1 (1 items)
  • A fantastic bug in GraffitiCMS 1.1

    07-24-2008 3:33 AM

    When used GraffitiCMS 1.1 Free, Version control only support posts ? did you know it support theme files ?

    And I found this fantastic bug.

    1. In theme editor. Look at the picture, you did not see the dropdown ?

    2. Now, open \graffiti-admin\presentation\themes\EditTheme.aspx

    Then goto line: 233

    Edit 

    VersionHistoryArea.Visible = Telligent.Registration.Licensing.Graffiti.IsLicensed;

    To

     VersionHistoryArea.Visible = true; //Telligent.Registration.Licensing.Graffiti.IsLicensed;

    3. Now refresh Theme editor and you can see dropdown version control like this picture

    I found this bug I write it to my blog.

    Check it now..........

Page 1 of 1 (1 items)