Relink index page to use demo, fix demo's library inclusion paths, de-absolute-ify...
[htmlpurifier-web.git] / phorum_notes.txt
blob502c32b50f843f35fb1b6ec242a881c4d73e6c92
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 -- the below will be preserved if you import the database --
18 Recommended Admin Settings:
19     General Settings
20         - Phorum Title = Forums
21         - DNS Lookups = No
22         - After posting goto = Read page (phpBB style)
23         - Database error handling = Email
24         - Phorum HTML Title = HTML Purifier Forums
25         - Enable Caching Userdata = Yes
26         - Allow Template Selection = No
27         - Private Messaging = Off
28         - Default Template = HTML Purifier Template
29         - System Emails From Name = Edward Z. Yang
30     Default Forum Settings
31         - Email Messages To Moderators = Enabled
32         ? Public Users += reply / create new
33         - Fixed Display-Settings = Yes
34         - Template = HTML Purifier Template
35         - Allow Email Notification = Yes
37 Recommend DB changes:
38     users[email_notify] change default from 0 to 1