Added SVN to abbr list
[htmlpurifier-web.git] / phorum_notes.txt
blob61655d1deb61ab032c372e1dde38cb62e42d52bb
1 Phorum Customization Notes
3 Changed files in skin htmlpurifier:
4     info.php : HTML Purifier Template 1.0
5     header.tpl (see phorum_header.patch created by WinMerge)
6         - Link to HTML Purifier stylesheet
7         - Insert style: table {margin:0} (must have newlines)
8         - After body, insert subpage header code (see common-header.xml)
9           Title is: Forums {IF NAME}:: <a href="{URL->TOP}">{NAME}</a>{/IF}
10         - Remove classes from first two divs, first div gets id="content"
11         - Remove Phorum's span, a and div at the end
12         - (TODO) Add JavaScript fix for transparency
13     footer.tpl
14         - Removed "Phorum" link
16 Recommended Admin Settings:
17     General Settings
18         - Phorum Title = Forums
19         - DNS Lookups = No
20         - After posting goto = Read page (phpBB style)
21         - Database error handling = Email
22         - Phorum HTML Title = HTML Purifier Forums
23         - Enable Caching Userdata = Yes
24         - Allow Template Selection = No
25         - Private Messaging = Off
26         - Default Template = HTML Purifier Template
27         - System Emails From Name = Edward Z. Yang
28     Default Forum Settings
29         - Email Messages To Moderators = Enabled
30         ? Public Users += reply / create new
31         - Fixed Display-Settings = Yes
32         - Template = HTML Purifier Template
33         - Allow Email Notification = Yes
35 Recommend DB changes:
36     users[email_notify] change default from 0 to 1