PostGuestbook | ||
---|---|---|
Prev | Chapter 7. Additional Info |
admin page for Configuration
documentation in html and pdf
include initial BBCode support - postbbcode module needed
styles now use a global template_c directory for storing compiled templates.
html templates for styles are now stored in the style root directories
enable/disable html in messages: new Config Var [enable_html]
linbreaks in message are converted to <br>
new demo style: schup
fixed admin permissions
this should also fix the 'statistics not updated anymore' problem (see bugs)
changed needed permission for posts -> see install section
please change permission for postguestbook - all users from ADD to Comment. Sorry for that.
fixes for encompass - use style 'schup' if you're using Encompass
auto links
Text in posts starting with http://... is automatically converted to a link. Can be disabled by admin.
Installation Check in admin panel
If your installation is not working have a look at this admin panel first.
Support for internal (php) styles
PostGuestbook can now be used without a working Smarty configuration. (No Web-Server-User writeable directory necessary for php styles).
Styles must be updated to cotain the new file style_info.php. see Chapter 4
new template variables
opentable, closetable, opentable2 and closetable2 where introduced to provided the theme functions.
configurable smarty version
The smarty version to use can now be choosen between to versions:
old (2.0.1) should be used for sytems running php < 4.0.6
new (2.3.0) can be used with newer php versions.
Note: Via admin - postguestbook - System Check you can verify if each style can be processed by the choosen smarty version. If the style needs a newer smarty version a error message will appear.
Table changes - be sure to update via PN-Modul admin
disable bbcode, html and autolinks configurable on a per post basis
see new style schup_v5 for example
avatar for guestbook posts (made by registered users) can be shown
see new style schup_v5 for example
Guestbook can now be searched (PN-Search Page)
Admin can now comment guestbook entries
Allow posting for everyone can now be set in the admin panel
some Bugs fixed: see SourceForge for details