2021-12-29 : Website Template Updated : v2.23.2
Enhancements
None
New Setup Variables (see <setup-sample.php> for details)
None
Bug Fixes
- The permalinks for the news feed only worked if the website was in the document root. Now takes into account the path.
2021-10-23 : Website Template Updated : v2.23.1
Enhancements
None
New Setup Variables (see <setup-sample.php> for details)
None
Bug Fixes
- Not really a fix, but the W3C has recently deprecated the media "projection" for style sheets. This was in the XHTML header data that's generated from index.php
2020-06-07 : Website Template Updated : v2.23.0
Enhancements
-
Added ability to insert html pages from html pages with a special HTML
comment. Similarly, the ability to include PHP files and call PHP
functions from similar HTML comments.
For example:
<!-- insert user_includes/A_Common_File.html -->
<!-- php_file ./user_includes/a_php_file.php -->
<!-- php_function a_user_function(1,4) -->
New Setup Variables (see <setup-sample.php> for details)
None
Bug Fixes
None
2020-01-04 : Website Template Updated : v2.22.0
Enhancements
- Changed the method of page stat file locking: now uses flock to determine exclusive lock on the actual file instead of creating a lock file, which was causing issues while testing my cluster-pi web server.
New Setup Variables (see <setup-sample.php> for details)
None
Bug Fixes
None
2016-01-29 : Website Template Updated : v2.21.2
Enhancements
None
New Setup Variables (see <setup-sample.php> for details)
None
Bug Fixes
- Not really a fix, but the source of the cookie consent form, "silktide" moved the location of the actual javascript. So a simple change to point to the new location.
2015-09-15 : Website Template Updated : v2.21.1
Enhancements
- Added theme choice to Cookie Consent form
New Setup Variables (see <setup-sample.php> for details)
- $my_cookie_theme
Bug Fixes
None
2015-09-14 : Website Template Updated : v2.21.0
Enhancements
- Added a Cookie Consent bit of Javascript courtesy of Silktide
- Added a "Follow Me" social bookmarking category that uses the same icons as the page social bookmarks.
- Added a "viewport" to the page as the 1st stage in making the website more mobile friendly.
New Setup Variables (see <setup-sample.php> for details)
- $my_cookie_consent
- $my_cookie_message
- $my_cookie_dismiss
- $my_cookie_learnmore
- $my_cookie_link
- $my_social_follow_title
- $my_social_follow_me[]
Bug Fixes
- Not really a bug fix, but removed stale social bookmark icons.
2012-12-01 : Website Template Updated : v2.20.2
Enhancements
None.
New Setup Variables (see <setup-sample.php> for details)
None.
Bug Fixes
- Fixed social bookmark links to pages with spaces (etc) in the names by calling urlencode().
2012-05-05 : Website Template Updated : v2.20.1
Enhancements
None.
New Setup Variables (see <setup-sample.php> for details)
- $my_paypal_donate
- $my_paypal_donate_header
- $my_paypal_donate_button_id
- $my_paypal_donate_image
- $my_feed_path
Bug Fixes
- Not really a bug fix, but looks like I forgot to add the appropriate variables to setup_sample.php for the last release!
2011-09-25 : Website Template Updated : v2.20.0
Enhancements
- Added the option of a PayPal donate button above the first category heading with a few more variables to configure it. The heading used will be a link to a page of the same name, so there needs to be one in /hidden_pages.
- Moved the "Contact" captcha to below the comment field and changed "question" to "captcha".
-
Improved the page title for:
- "News.php"
- "Image.php"
- "Text Viewer.php"
- "Latest Updates.php"
- "Website Stats.php"
- Removed meta tag "description" as it was exactly the same content as the title, but was throwing up HTML warnings with Google Web Stats.
- Improved the advertising of news feeds, since some servers present the username of the install which may not be desirable. User can now fix how the feeds are advertised.
- Allow the user to chose their own captcha question / answers by creating a file called ./user_includes/botty_q_and_a.php where they are listed.
- Now filters out any dodgy re-direct requests that have come through as %2520 for a space in the URL... just in case the .htaccess rules aren't working properly.
New Setup Variables (see <setup-sample.php> for details)
- $my_paypal_donate
- $my_paypal_donate_header
- $my_paypal_donate_button_id
- $my_paypal_donate_image
- $my_feed_path
Bug Fixes
None.
See the downloads page.