This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » plugins » General plug-ins » sfBreadcrumbsPlugin discussion
Re: sfBreadcrumbsPlugin discussion [message #57716 is a reply to message #52354 ] Sun, 03 August 2008 19:56 Go to previous messageGo to next message
FlatPredator  is currently offline FlatPredator
Messages: 110
Registered: May 2006
Location: In between
Senior Member
Hi savvy,

is I said before I really like this plugin Very Happy

I have one feature-request. It would be nice if one is allowed to specify a custom link that is not bound to a module and/or action

Example:

all:
  default:
    name: Portal-Link
    link: https://myCustomLink/Here/
    sections:
      Management:
        name: default
        actions:
          Index: Home-Action


Rolling Eyes
Re: sfBreadcrumbsPlugin discussion [message #57717 is a reply to message #57715 ] Sun, 03 August 2008 20:11 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Good news, I'm really glad that it worked. Razz
Re: sfBreadcrumbsPlugin discussion [message #57718 is a reply to message #57716 ] Sun, 03 August 2008 20:12 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I'll implement your feature and release tomorrow.
Re: sfBreadcrumbsPlugin discussion [message #57922 is a reply to message #57716 ] Tue, 05 August 2008 14:12 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
FlatPredator wrote on Sun, 03 August 2008 19:56

Hi savvy,

is I said before I really like this plugin Very Happy

I have one feature-request. It would be nice if one is allowed to specify a custom link that is not bound to a module and/or action

Example:

all:
  default:
    name: Portal-Link
    link: https://myCustomLink/Here/
    sections:
      Management:
        name: default
        actions:
          Index: Home-Action


Rolling Eyes


I've just implemented your request, it's available as version 1.0.4, also I've replaced the wrong README in the plugin.
Re: sfBreadcrumbsPlugin discussion [message #64720 is a reply to message #52354 ] Fri, 07 November 2008 03:04 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I've just added an update to the plugin, now it supports symfony 1.1 Smile
icon14.gif  Re: sfBreadcrumbsPlugin discussion [message #64725 is a reply to message #52354 ] Fri, 07 November 2008 08:15 Go to previous messageGo to next message
FlatPredator  is currently offline FlatPredator
Messages: 110
Registered: May 2006
Location: In between
Senior Member
Great news! Thanks for that! Cool
Re: sfBreadcrumbsPlugin discussion [message #79953 is a reply to message #64725 ] Tue, 16 June 2009 18:14 Go to previous message
dl28  is currently offline dl28
Messages: 12
Registered: December 2008
Location: Chartres - France
Junior Member
Hi,
I tried to use the plugin on a symfony 1.2 project.
After some hesitation I can use it.

But i have a problem that i could'nt solve.
I have link only on two level (Accueil/actions) i don't want to use section.

I want a breadcrumbs.yml like this :
all:
  accueil:
    name: Accueil
    actions:
      formuleInd:
        name: Formule individuel
      formuleFam:
        name: Formule famille


But it don't work, I must add a section like this:
all:
  accueil:
    name: Accueil
    sections:
      default:
        name: 
        actions:
          formuleInd:
            name: Formule individuel
          formuleFam:
            name: Formule famille


And with this one, the breadcrumb isn't correct :
Accueil » /frontend_dev.php/accueil/default » Formule individuel 


I just want :
Accueil » Formule individuel 


Do you have a solution ?
Previous Topic:[SfGuard] Group of users
Next Topic:sfDynamicCMS - url rewriting - sf 1.2
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software