Today I have implemented a number of changes to the website.
The most obvious is the change of style. I have been finding that the previous style was not quite as workable as I'd like, especially when creating new project issues the styling of the page just didn't seem right. This style seems to handle it much better.
Page breaking has now been enabled for pages and stories to allow these types of content to be displayed over multiple pages. When a page is broken down the system automatically appends a content navigation (ie: next, previous) links allowing the user to move between pages. To create a page break it is a simple matter of placing the <!--pagebreak--> tag into the content and the CMS takes care of the details. This facility is only available to content using the Filtered HTML input filter.
The system now automatically logs users out after 30 minutes of inactivity. The browser is not currently refreshed upon logout, so the user will find out next time they try to do something.
In addition to allowing page breaks to be entered, the Filtered HTML input format allows the HTML tags <h1>, <h2>, and <h3> to be used.
Post new comment