I think the most "Symfony" way is overriding that module's
ModuleGeneratorConfiguration::getFormDisplay() method.
S.
2010/9/22 Kevin Dew
> Hello all.
>
> I'm having a bit of a problem having a module of a plugin where the
> module uses the admin generator. The problem i'm having is that the
> a
Try removing the first "/" on each url. Instead of "/images/icon-home.gif"
try the relative path: "images/icon-home.gif". Also, check out with firebug
which URL is using to access your images, to check if it's correct.
2010/10/3 ahmed shehata
> hi all
> i am a new SF student and i am developping
hi all
i am a new SF student and i am developping a sample app
there is a problem when i try to to show the page
the problem is that images in html paage not appears
this is page
الرئيسية
التكويد
المسافات
الاتجاهات
I figured that out. The problem is not related to the plugin itself. I
had a customized "segment_separators" option in my factories.yml file.
On Oct 3, 1:51 pm, Rytis Daugirdas wrote:
> Hello,
>
> I generated an admin module (propel:generate-admin) for the
> corresponding model and there seems to
Hello,
I generated an admin module (propel:generate-admin) for the
corresponding model and there seems to be a routing problem. Upon
running my app I get the following error:
sfPropel15Route::serialize() must return a string or NULL
Here's my routing.yml: http://pastebin.com/NKrcWGaV. If I remov