Changeset 5640
- Timestamp:
- 10/23/07 16:51:48 (2 years ago)
- Files:
-
- plugins/sfSimpleForumPlugin/trunk/README (modified) (1 diff)
- plugins/sfSimpleForumPlugin/trunk/web/css/admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSimpleForumPlugin/trunk/README
r5599 r5640 31 31 32 32 The prerequisites for using the `sfSimpleForum` plugin are: 33 - As the plugin doesn't contain a user management module, the project where you install it must have a table managing authors, or users (whatever the name), and the related Propel class must have a `__toString()` method. Both these conditions are satisfied by the [http://trac.symfony-project.com/trac/wiki/sf Feed2Plugin sfGuardPlugin], so installing this plugin is a good choice.33 - As the plugin doesn't contain a user management module, the project where you install it must have a table managing authors, or users (whatever the name), and the related Propel class must have a `__toString()` method. Both these conditions are satisfied by the [http://trac.symfony-project.com/trac/wiki/sfGuardPlugin sfGuardPlugin], so installing this plugin is a good choice. 34 34 - If you want to use RSS feeds, you must install the [http://trac.symfony-project.com/trac/wiki/sfFeed2Plugin sfFeed2Plugin]. 35 35 plugins/sfSimpleForumPlugin/trunk/web/css/admin.css
r5599 r5640 4 4 } 5 5 6 #sf_admin_container 7 { 8 position: relative; 9 } 10 6 11 #sf_admin_container #sf_admin_bar 7 12 { 8 right: 210px; 13 position: absolute; 14 right: 0; 9 15 } 10 16

