johnstray / gs-blog

A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.

Home Page:https://johnstray.com/gs-plugin/gs-blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetSimpleCMS v3.4 Compatibility

johnstray opened this issue · comments

The following minor issues will need to be fixed to allow compatibility with GS v3.4

Style Changes

  • Image uploader needs some styling applied to accomodate the new wider width available.
  • Sidebar Save Post button should probably be center aligned in the sidebar.
  • The default window width for the file manager (selecting an image) needs to be increased to allow for it's new layout.
  • Filter posts box on post management page requires some minor style fixes.
    • Increase text field height to 24px
    • Apply box-sizing: border-box; for backwards compatibility of height value
    • Add margin: 0; to the search submit button.
  • Add support for font-awesome icons using the methods made available in GS v3.4

Code Changes

  • $SITEURL is not global. It will need to be declared as global in class/functions that require it.