Add PEAR server PHP code to repository.
[htmlpurifier-web.git] / phorum_notes.txt
blobcb661ff8bca39f44d48a6331f3fcde4d412a3572
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     footer.tpl
13         - Removed "Phorum" link
15 Recommended Admin Settings:
16     General Settings
17         - Phorum Title = Forums
18         - DNS Lookups = No
19         - After posting goto = Read page (phpBB style)
20         - Database error handling = Email
21         - Phorum HTML Title = HTML Purifier Forums
22         - Enable Caching Userdata = Yes
23         - Allow Template Selection = No
24         - Private Messaging = Off
25         - Default Template = HTML Purifier Template
26         - System Emails From Name = Edward Z. Yang
27     Default Forum Settings
28         - Email Messages To Moderators = Enabled
29         ? Public Users += reply / create new
30         - Fixed Display-Settings = Yes
31         - Template = HTML Purifier Template
32         - Allow Email Notification = Yes
34 Recommend DB changes:
35     users[email_notify] change default from 0 to 1