http://www.symfony-project.org/forum/index.php?t=msg&th=4867&start=0&
> I understand that the administration-generated modules don't have a show > action by default. How could I add it?
+1 , i'd really like this functionnality too, for exemple for a user that wouldn't have the write to edit but to view the record.
documented on: 02 February 2007, COil
ok guys, here you have it:
admin generator theme with show functionality
FIRSTLY: do not overwrite your Symfony installation, copy the files into your project directory!
with_show.zip - the actual generator themeextract the content into:
{PROJECT_DIR}/data/generator/sfPropelAdmin/
Usage:
form generation:
symfony propel-init-admin <APP_NAME> <MODULE_NAME> <CLASS_NAME> with_show
the ending 'with_show' is crucial, otherwise the generator will use the default theme
I haven't tested this thoroughly so use it at your own risk.
IF YOU FIND BUGS DO NOT BUG THE SYMFONY TEAM. this is not part of the official release.
If you find it valuable I'll submit the code to trac.
documented on: 03 February 2007, pezetgee
> put it into your web/sf/sf_admin/css/ directory
The directory for admin theme is not more valid, it must be part of a plugin now in 1.0.0
http://www.symfony-project.org/forum/index.php/t/4109/
documented on: 03 February 2007, COil
http://www.symfony-project.org/forum/index.php/t/4109/
> I have upgraded on of my project to 1.0 but now my custom admin theme is > simply ignored.
Create it as a plugin, it works.
My structure is
/plugins/adminTheme/ /data/ /generator/ /sfPropelAdmin/ /myTheme/ /skeleton/ /template/
documented on: 11 December 2006, Draven
> My theme param is myTheme > > theme: myTheme > > But the adminTheme directory is not specific ?
Yes it was just the name I choose to use, it doesn't matter what you call it.
The theme: "name" does need to match what you called your theme in the sfPropelAdmin/ folder.
documented on: 11 December 2006, Draven
> i tried to move it in : > > plugins\sfBackendPlugin\data\generator\sfBackendAdmin\ > > and in my generator.yml > > theme: sfBackend > > where is (skeleton and template dir) > > what is correct or way to proceed ?
Francois wrote :
plugins\sfBackendPlugin\data\generator\sfPropelAdmin\sfBackend\
Don't forget to clear the cache even in dev mode
documented on: 13 December 2006, COil