Changeset 23
- Timestamp:
- 10/22/07 16:57:01 (10 months ago)
- Files:
-
- trunk/INSTALL (modified) (2 diffs)
- trunk/TODO (modified) (1 diff)
- trunk/apps/frontend/modules/sfSimpleForum/config (added)
- trunk/apps/frontend/modules/sfSimpleForum/config/view.yml (added)
- trunk/web/css/forum.css (modified) (1 diff)
- trunk/web/js/post_actions.js (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r22 r23 206 206 $ php symfony propel-load-data frontend 207 207 208 209 208 Managing users, forums and categories 210 209 ------------------------------------- … … 214 213 http://motyle.mysite.com/forumAdmin 215 214 216 You will be requested to log in. The default administrator login and password are admin/admin. You can use the administration interface to change th ose(and you should).215 You will be requested to log in. The default administrator login and password are admin/admin. You can use the administration interface to change the default administrator login (and you should). 217 216 218 217 Forum configuration trunk/TODO
r19 r23 2 2 * Rich text in posts with sfSimpleForum_PayloadFilterChain 3 3 * Mail alerts with sfPropelNotificationBehaviorPlugin 4 * Implement emails with sfSwiftPlugin4 * Implement emails with Swift 5 5 * Make a default module for 404 and secure pages, with Motyle design trunk/web/css/forum.css
r14 r23 122 122 background-color: #ade; 123 123 } 124 125 .inactive .post_actions li:before 126 { 127 content: ''; 128 } 129 130 .inactive .post_actions a 131 { 132 color: white!important; 133 }
