|
10 | 10 | <a href ="#help-forum-customize" class="button" title="Languages and Templates">Customization</a>
|
11 | 11 | <a href ="#help-forum-blocks" class="button">Blocks</a>
|
12 | 12 | <a href ="#help-forum-preferences" class="button">Preferences</a>
|
| 13 | + <a href ="#help-forum-development" class="button">Preferences</a> |
13 | 14 | </nav>
|
14 | 15 |
|
15 | 16 |
|
16 | 17 | <hr>
|
17 | 18 |
|
18 | 19 |
|
19 |
| - <article id="help-forum-overview"> |
| 20 | + <section id="help-forum-overview"> |
20 | 21 | <h3>D3 Forum</h3>
|
21 |
| - <p>This module allows you to manage forums but also comments of any D3 module. |
22 |
| - <p>D3 Forum is a duplicatable module used to create and manage forums and forum entries. |
23 |
| - <p>XCL D3 forum module has been around for a long time. |
24 |
| - <p>It was developed by Gijoe and Jidaikobo, improved by Naao, Nao-pon, Domifara. |
25 |
| - <p>The Forum module has many of the same features as VBulletin and phpBB, but it's also tightly integrated into XCL. |
26 |
| - </article> |
| 22 | + <p>D3 Forum is a duplicable module used to create and manage forums and forum entries. |
| 23 | + <p>This module allows you to manage forums but also the comments of any D3 module. |
| 24 | + <p>The module features are comparable to the Top PHP forums, discussions and message boards. |
| 25 | + <p>D3Forum is also tightly integrated with Trust modules, as it has been around for a long time. |
| 26 | + <p>It was developed by Gijoe and Jidaikobo, improved by Naao, Nao-pon and Domifara. |
| 27 | + |
| 28 | + </section> |
27 | 29 |
|
28 | 30 |
|
29 | 31 | <hr>
|
30 | 32 |
|
31 | 33 |
|
32 |
| - <article id="help-forum-start"> |
| 34 | + <section id="help-forum-start"> |
| 35 | + |
33 | 36 | <h3>Categories and Forums</h3>
|
| 37 | + |
34 | 38 | <p>Once activated in the <b>Settings > Module Management</b>
|
35 |
| - <p>you must first create a <b>Category</b> and a <b>forum</b> from the front-end. |
36 |
| - <p>Then you will be redirected to get access to the module advanced options.</p> |
37 |
| - </article> |
| 39 | + <p>Create a first <b>Category</b> and a <b>forum</b> in the front-end. |
| 40 | + <p>Then you will be redirected to get access to the module advanced options. |
| 41 | + |
| 42 | + </section> |
38 | 43 |
|
39 | 44 |
|
40 | 45 | <hr>
|
41 | 46 |
|
42 | 47 |
|
43 |
| - <article id="help-forum-permissions"> |
44 |
| - <h3>Permissions</h3> |
45 |
| - <p>Provide permissions to groups and users.</p> |
46 |
| - <p>Category and Forum permissions are a combination of a category, forum, forum users, and permissions. Associate forum users and permissions within a specific category and forum.</p> |
47 |
| - <table class="outer"> |
48 |
| - <thead> |
49 |
| - <tr> |
50 |
| - <th>groupname</th> |
51 |
| - <th>View<input type="checkbox"></th> |
52 |
| - <th>Post<input type="checkbox"></th> |
53 |
| - <th>Edit <input type="checkbox"></th> |
54 |
| - <th>Delete <input type="checkbox"></th> |
55 |
| - <th>AutoApproval <input type="checkbox"></th> |
56 |
| - <th>Moderator <input type="checkbox"></th> |
57 |
| - <th>Making forums <input type="checkbox"></th> |
58 |
| - </tr> |
59 |
| - </thead> |
60 |
| - <tbody> |
61 |
| - |
62 |
| - <tr> |
63 |
| - <td>Webmasters</td> |
64 |
| - <td><input type="checkbox" name="can_reads[1]" id="gcol_1_1" value="1" checked="checked"></td> |
65 |
| - <td><input type="checkbox" name="can_posts[1]" id="gcol_2_1" value="1" checked="checked"></td> |
66 |
| - <td><input type="checkbox" name="can_edits[1]" id="gcol_3_1" value="1" checked="checked"></td> |
67 |
| - <td><input type="checkbox" name="can_deletes[1]" id="gcol_4_1" value="1" checked="checked"></td> |
68 |
| - <td><input type="checkbox" name="post_auto_approveds[1]" id="gcol_5_1" value="1" checked="checked"></td> |
69 |
| - <td><input type="checkbox" name="is_moderators[1]" id="gcol_6_1" value="1" checked="checked"></td> |
70 |
| - <td><input type="checkbox" name="can_makeforums[1]" id="gcol_7_1" value="1" checked="checked"></td> |
71 |
| - </tr> |
72 |
| - |
73 |
| - <tr> |
74 |
| - <td>Registered Users</td> |
75 |
| - <td><input type="checkbox" name="can_reads[2]" id="gcol_1_2" value="1" checked="checked"></td> |
76 |
| - <td><input type="checkbox" name="can_posts[2]" id="gcol_2_2" value="1" checked="checked"></td> |
77 |
| - <td><input type="checkbox" name="can_edits[2]" id="gcol_3_2" value="1" checked="checked"></td> |
78 |
| - <td><input type="checkbox" name="can_deletes[2]" id="gcol_4_2" value="1" checked="checked"></td> |
79 |
| - <td><input type="checkbox" name="post_auto_approveds[2]" id="gcol_5_2" value="1" checked="checked"></td> |
80 |
| - <td><input type="checkbox" name="is_moderators[2]" id="gcol_6_2" value="1"></td> |
81 |
| - <td><input type="checkbox" name="can_makeforums[2]" id="gcol_7_2" value="1"></td> |
82 |
| - </tr> |
83 |
| - |
84 |
| - <tr> |
85 |
| - <td>Anonymous Users</td> |
86 |
| - <td><input type="checkbox" name="can_reads[3]" id="gcol_1_3" value="1"></td> |
87 |
| - <td><input type="checkbox" name="can_posts[3]" id="gcol_2_3" value="1"></td> |
88 |
| - <td><input type="checkbox" name="can_edits[3]" id="gcol_3_3" value="1"></td> |
89 |
| - <td><input type="checkbox" name="can_deletes[3]" id="gcol_4_3" value="1"></td> |
90 |
| - <td><input type="checkbox" name="post_auto_approveds[3]" id="gcol_5_3" value="1"></td> |
91 |
| - <td><input type="checkbox" name="is_moderators[3]" id="gcol_6_3" value="1"></td> |
92 |
| - <td><input type="checkbox" name="can_makeforums[3]" id="gcol_7_3" value="1"></td> |
93 |
| - </tr> |
94 |
| - |
95 |
| - <tr> |
96 |
| - <td>Translators</td> |
97 |
| - <td><input type="checkbox" name="can_reads[4]" id="gcol_1_4" value="1"></td> |
98 |
| - <td><input type="checkbox" name="can_posts[4]" id="gcol_2_4" value="1"></td> |
99 |
| - <td><input type="checkbox" name="can_edits[4]" id="gcol_3_4" value="1"></td> |
100 |
| - <td><input type="checkbox" name="can_deletes[4]" id="gcol_4_4" value="1"></td> |
101 |
| - <td><input type="checkbox" name="post_auto_approveds[4]" id="gcol_5_4" value="1"></td> |
102 |
| - <td><input type="checkbox" name="is_moderators[4]" id="gcol_6_4" value="1"></td> |
103 |
| - <td><input type="checkbox" name="can_makeforums[4]" id="gcol_7_4" value="1"></td> |
104 |
| - </tr> |
105 |
| - |
106 |
| - </tbody> |
107 |
| - <tfoot> |
108 |
| - <tr> |
109 |
| - <td colspan="100"><input type="submit" name="group_update" value="Submit"></td> |
110 |
| - </tr> |
111 |
| - </tfoot> |
112 |
| - </table> |
113 |
| - </article> |
| 48 | + <section id="help-forum-permissions"> |
| 49 | + |
| 50 | + <h3>Permissions</h3> |
| 51 | + |
| 52 | + <p>Provide permissions to groups and users.</p> |
| 53 | + <p>Category and Forum permissions are a combination of a category, forum, forum users, and permissions. |
| 54 | + <p>Associate forum users and permissions within a specific category and forum. |
| 55 | + |
| 56 | + <table class="outer"> |
| 57 | + <thead> |
| 58 | + <tr> |
| 59 | + <th>groupname</th> |
| 60 | + <th>View<input type="checkbox"></th> |
| 61 | + <th>Post<input type="checkbox"></th> |
| 62 | + <th>Edit <input type="checkbox"></th> |
| 63 | + <th>Delete <input type="checkbox"></th> |
| 64 | + <th>AutoApproval <input type="checkbox"></th> |
| 65 | + <th>Moderator <input type="checkbox"></th> |
| 66 | + <th>Making forums <input type="checkbox"></th> |
| 67 | + </tr> |
| 68 | + </thead> |
| 69 | + <tbody> |
| 70 | + <tr> |
| 71 | + <td>Webmasters</td> |
| 72 | + <td><input type="checkbox" name="can_reads[1]" id="gcol_1_1" value="1" checked="checked"></td> |
| 73 | + <td><input type="checkbox" name="can_posts[1]" id="gcol_2_1" value="1" checked="checked"></td> |
| 74 | + <td><input type="checkbox" name="can_edits[1]" id="gcol_3_1" value="1" checked="checked"></td> |
| 75 | + <td><input type="checkbox" name="can_deletes[1]" id="gcol_4_1" value="1" checked="checked"></td> |
| 76 | + <td><input type="checkbox" name="post_auto_approveds[1]" id="gcol_5_1" value="1" checked="checked"></td> |
| 77 | + <td><input type="checkbox" name="is_moderators[1]" id="gcol_6_1" value="1" checked="checked"></td> |
| 78 | + <td><input type="checkbox" name="can_makeforums[1]" id="gcol_7_1" value="1" checked="checked"></td> |
| 79 | + </tr> |
| 80 | + <tr> |
| 81 | + <td>Registered Users</td> |
| 82 | + <td><input type="checkbox" name="can_reads[2]" id="gcol_1_2" value="1" checked="checked"></td> |
| 83 | + <td><input type="checkbox" name="can_posts[2]" id="gcol_2_2" value="1" checked="checked"></td> |
| 84 | + <td><input type="checkbox" name="can_edits[2]" id="gcol_3_2" value="1" checked="checked"></td> |
| 85 | + <td><input type="checkbox" name="can_deletes[2]" id="gcol_4_2" value="1" checked="checked"></td> |
| 86 | + <td><input type="checkbox" name="post_auto_approveds[2]" id="gcol_5_2" value="1" checked="checked"></td> |
| 87 | + <td><input type="checkbox" name="is_moderators[2]" id="gcol_6_2" value="1"></td> |
| 88 | + <td><input type="checkbox" name="can_makeforums[2]" id="gcol_7_2" value="1"></td> |
| 89 | + </tr> |
| 90 | + <tr> |
| 91 | + <td>Anonymous Users</td> |
| 92 | + <td><input type="checkbox" name="can_reads[3]" id="gcol_1_3" value="1"></td> |
| 93 | + <td><input type="checkbox" name="can_posts[3]" id="gcol_2_3" value="1"></td> |
| 94 | + <td><input type="checkbox" name="can_edits[3]" id="gcol_3_3" value="1"></td> |
| 95 | + <td><input type="checkbox" name="can_deletes[3]" id="gcol_4_3" value="1"></td> |
| 96 | + <td><input type="checkbox" name="post_auto_approveds[3]" id="gcol_5_3" value="1"></td> |
| 97 | + <td><input type="checkbox" name="is_moderators[3]" id="gcol_6_3" value="1"></td> |
| 98 | + <td><input type="checkbox" name="can_makeforums[3]" id="gcol_7_3" value="1"></td> |
| 99 | + </tr> |
| 100 | + <tr> |
| 101 | + <td>Translators</td> |
| 102 | + <td><input type="checkbox" name="can_reads[4]" id="gcol_1_4" value="1"></td> |
| 103 | + <td><input type="checkbox" name="can_posts[4]" id="gcol_2_4" value="1"></td> |
| 104 | + <td><input type="checkbox" name="can_edits[4]" id="gcol_3_4" value="1"></td> |
| 105 | + <td><input type="checkbox" name="can_deletes[4]" id="gcol_4_4" value="1"></td> |
| 106 | + <td><input type="checkbox" name="post_auto_approveds[4]" id="gcol_5_4" value="1"></td> |
| 107 | + <td><input type="checkbox" name="is_moderators[4]" id="gcol_6_4" value="1"></td> |
| 108 | + <td><input type="checkbox" name="can_makeforums[4]" id="gcol_7_4" value="1"></td> |
| 109 | + </tr> |
| 110 | + </tbody> |
| 111 | + <tfoot> |
| 112 | + <tr> |
| 113 | + <td colspan="100"><input type="submit" name="group_update" value="Submit"></td> |
| 114 | + </tr> |
| 115 | + </tfoot> |
| 116 | + </table> |
| 117 | + </section> |
114 | 118 |
|
115 | 119 | <hr>
|
116 | 120 |
|
117 | 121 |
|
118 |
| - <article id="help-forum-advanced"> |
| 122 | + <section id="help-forum-advanced"> |
| 123 | + |
119 | 124 | <h3>Advanced</h3>
|
| 125 | + |
120 | 126 | <p>Features tools to synchronize and import comments</p>
|
121 |
| - </article> |
| 127 | + |
| 128 | + </section> |
122 | 129 |
|
123 | 130 |
|
124 | 131 | <hr>
|
125 | 132 |
|
126 | 133 |
|
127 |
| - <article id="help-forum-history"> |
128 |
| - <h3>Revision History</h3> |
| 134 | + <section id="help-forum-history"> |
| 135 | + |
| 136 | + <h3>Revisions History</h3> |
| 137 | + |
129 | 138 | <p>A page history is sometimes called revision history or edit history.
|
130 |
| - You can view a page's history by clicking the "View history" tab at the top of the associated |
131 |
| - <p>The Advanced Forum module comes already configured but you can make changes.</p> |
| 139 | + <p>You can view a page's history by clicking the "View history" tab at the top of the associated |
| 140 | + <p>The Advanced Forum module comes already configured but you can make changes. |
| 141 | + |
132 | 142 | <ul>
|
133 | 143 | <li>- Click on Configuration in the black admin menu bar.</li>
|
134 | 144 | <li>- Click on Advanced Forum in the Content Authoring box on the left side of the screen.</li>
|
135 | 145 | </ul>
|
136 |
| - </article> |
| 146 | + |
| 147 | + </section> |
137 | 148 |
|
138 | 149 |
|
139 | 150 | <hr>
|
140 | 151 |
|
141 | 152 |
|
142 |
| - <article id="help-forum-customize"> |
143 |
| - <h3>Customization</h3> |
144 |
| - <p>You can customize Language and Templates</p> |
145 |
| - </article> |
| 153 | + <section id="help-forum-customize"> |
| 154 | + |
| 155 | + <h3>Customization</h3> |
| 156 | + |
| 157 | + <p>You can customize Language and Templates</p> |
| 158 | + |
| 159 | + </section> |
146 | 160 |
|
147 | 161 |
|
148 | 162 | <hr>
|
149 | 163 |
|
150 | 164 |
|
151 |
| - <article id="help-forum-blocks"> |
| 165 | + <section id="help-forum-blocks"> |
| 166 | + |
152 | 167 | <h3>Forum Blocks</h3>
|
153 |
| - <p>Adding A Forum Block</p> |
| 168 | + |
| 169 | + <p>Adding A Forum Block |
154 | 170 | <p>Another nice feature you can add blocks with posts, topics and forums to your site provided by the module.
|
155 |
| - The module creates a block that you can enable to show on the pages of modules you select.</p> |
156 |
| - </article> |
| 171 | + <p>The module creates a block that you can enable to show on the pages of modules you select. |
| 172 | + |
| 173 | + </section> |
157 | 174 |
|
158 | 175 |
|
159 | 176 | <hr>
|
160 | 177 |
|
161 | 178 |
|
162 |
| - <article id="help-forum-preferences"> |
| 179 | + <section id="help-forum-preferences"> |
| 180 | + |
163 | 181 | <h3>Preferences</h3>
|
164 |
| - <p>You'll now see the general settings area.</p> |
165 |
| - <p>These settings focus primarily on how the forums, forum topics, and comments are set on the site. |
166 |
| - The D3 Forum module comes prepackage with several options for your forum. |
| 182 | + |
| 183 | + <p>Module Preferences focus primarily on how the forums, forum topics, and comments are set on the site. |
| 184 | + <p>The D3 Forum module comes with several options set for a new forum. |
167 | 185 | <p>Review the list of options and define your preferences.
|
168 |
| - <p>If you are familiar with themes and templates, you can make a copy (clone/duplicate) of the module |
169 |
| - templates files to customize. Then, you can edit the files and CSS to meet your theme needs.</p> |
170 |
| - </article> |
| 186 | + <p>If you are familiar with themes and templates, you can make a copy (duplicate) of the module |
| 187 | + templates files to customize. |
| 188 | + <p>Then, you can edit the files and CSS to meet your theme needs. |
| 189 | + <p>Finally, select your <b>Template Set</b> in Render » <b>Template Management</b>. |
| 190 | + |
| 191 | + </section> |
| 192 | + |
| 193 | + |
| 194 | +<hr> |
| 195 | + |
| 196 | + |
| 197 | + <section id="help-forum-development"> |
| 198 | + |
| 199 | + <h3>Development</h3> |
| 200 | + |
| 201 | + <table class="outer"> |
| 202 | + <thead> |
| 203 | + <tr> |
| 204 | + <th>Module name</th> |
| 205 | + <th>D3Forum</th> |
| 206 | + </tr> |
| 207 | + </thead> |
| 208 | + <tbody> |
| 209 | + <tr> |
| 210 | + <td>Type</td> |
| 211 | + <td>Trust Module</td> |
| 212 | + </tr> |
| 213 | + <tr> |
| 214 | + <td>Version</td> |
| 215 | + <td>2.31</td> |
| 216 | + </tr> |
| 217 | + <tr> |
| 218 | + <td>Level</td> |
| 219 | + <td>Recommended</td> |
| 220 | + </tr> |
| 221 | + <tr> |
| 222 | + <td>🌐 Repository URL</td> |
| 223 | + <td><a href="https://github.com/xoopscube/d3forum" target="_blank">https://github.com/xoopscube/d3forum ⭧</a></td> |
| 224 | + </tr> |
| 225 | + </tbody> |
| 226 | + </table> |
| 227 | + |
| 228 | + </section> |
171 | 229 |
|
172 | 230 |
|
173 | 231 | </section>
|
0 commit comments