Blog plugin for Typesetter CMS.
It works for example with Bootstrap4 -> Sidebars theme, Html5, Nedstrap 1.0, Smart Multi -> white2, blue5 etc. and Two Point 0 - Themes (all with sidebars).
- Details and help in the above Wiki - tab.
- closing of DOM ready function - from https://www.typesettercms.com/Forum?show=t2762\&page=1#post\_11526 in static/user.js
Update : All archive gadget levels collapsible and collapse now by default ---
7/21 : new css with UTF8 Icons
2025 : : The php-function strftime is deprecated since php 8.1 . It was here at first replaced by a \PHP81_BC\strftime().
A similar function is Gmstrftime.
Newer typesetter versions have a strftime with \intltime\strftime() - see issues
: make modifikations in include/tool.php (use intltime; use function \intltime\strftime;) and change all deprecations of strftime to \intltime\strftime in the blog-plugin
-
P.S. : In das Verzeichnis _data/_addondata/Simple Blog/post sollten sie aus Sicherheitsgründen noch eine .htaccess-Datei mit : ''' < Files "*.txt"> Require all denied < /Files> ''' legen !
-
P.S. : Please add into _data/_addondata/Simple Blog/post for safety a .htaccess-File with : ''' < Files "*.txt"> Require all denied < /Files> ''' .
*** Since Typesettercms 5.3.2 the Symfony polyfills guarantee better compatibility of older Plugins !
9/2026 : Version 3.1 has inbuilt strftime-polyfill and updated code - deprecations and safety improvements