Cool,
the plugin is totally fonctionnal but need enhancements in look'n'feel ...
don't forget that you can customize the indexSuccess.php in
sfSiteMapPlugin\sitemap_module_skelton\module\templates\
in the template ##LINKS## represents the list of module/actions links ...
your can add custom HTML to the skelton indexSuccess template ... and even
your own dynamic variables :
for example ##MYTEST## somewhere in the skelton template and then add this
to the $index_content array in
sfSiteMapPlugin/data/tasks/sfPakeSiteMapPlugin.php as follows :
$mydate = date('Y-m-d');
$index_content = array(
'LINKS' => $template_content, // lists of links (link_to) previously
build ...
'MYTEST'=>$mydate
);
When you add new modules/actions to your application, you need to launch the
task again (the old indexSuccess.php is renamed indexSuccess.old.php) the
new indexSuccess.php is created based on the indexSuccess skelton
If you want to enhance the plugin you're welcome .. enjoy ;)
2007/7/23, Stefan Koopmanschap <[EMAIL PROTECTED]>:
>
>
> Thanks, this looks really cool. I'm gonna try this one out when I get
> home on one of my private projects. :)
>
> Stefan
>
> On Jul 23, 11:41 am, "Olivier Revollat" <[EMAIL PROTECTED]> wrote:
> > See :
> >
> > http://www.symfony-project.com/forum/index.php/t/7660/#msg_num_6
> >
> > This plugin build a module listing all the links of a given application
> ...
> >
> > Things to do :
> >
> > * Ability to exclude module directories or actions from a list or a
> regular
> > expression (given in config file)
> > * Store links labels in the actions classes static
> > For example in the action class : $myactionLinkv= 'this is my link' and
> then
> > by reflection we can can the link label for the corresponding action ...
> I
> > don't know if this is the proper way to do that ...
> > [image: Wink]
> > Any ideas, suggetions, contribution ?
> >
> > thanks ;)
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---