[symfony-users] Re: Breadcrumb best practice

2008-05-20 Thread Nicolas Perriault

2008/5/19 Rasmus Luckow-Nielsen [EMAIL PROTECTED]:

 Yes, that is my impression as well. Never heard of rootline.

+1, http://en.wikipedia.org/wiki/Breadcrumb_(navigation)

++

-- 
Nicolas Perriault
http://prendreuncafe.com - http://symfonians.net - http://sensiolabs.com
Phone: +33 660 92 08 76

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[symfony-users] Re: Breadcrumb best practice

2008-05-19 Thread markchicobaby

How about Motilee, it also uses bread crumbs, via a slot.

I can't seem to find any files in the Motilee download resembling the
above, I was wondering if anyone knows off the top of their head how
Motile implements their breadcrumbs? (Before I dig too much
further...)

Thank you


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[symfony-users] Re: Breadcrumb best practice

2008-05-19 Thread markchicobaby

Ah, I got it.  The Motile breadcrumb is implemented via a helper in
sfSimpleForumHelper.php

M


On May 19, 10:23 pm, markchicobaby [EMAIL PROTECTED] wrote:
 How about Motilee, it also uses bread crumbs, via a slot.

 I can't seem to find any files in the Motilee download resembling the
 above, I was wondering if anyone knows off the top of their head how
 Motile implements their breadcrumbs? (Before I dig too much
 further...)

 Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[symfony-users] Re: Breadcrumb best practice

2008-05-19 Thread Balaji Srinivasan

Usually breadcrumbs refer to the full path and NOT the recent history
Balaji

On May 19, 2008, at 10:31 AM, [EMAIL PROTECTED] wrote:


 I may be wrong, but what I call breadcrumb is a list of the recently
 visited page by the visitor (like in wikis, or in sugarCRM).
 And what you call breadcrumb seems to be the full path where the
 user is currently in, what I call rootline.

 What are the official terms ?


 On 19 mai, 14:30, markchicobaby [EMAIL PROTECTED] wrote:
 Ah, I got it.  The Motile breadcrumb is implemented via a helper in
 sfSimpleForumHelper.php

 M

 On May 19, 10:23 pm, markchicobaby [EMAIL PROTECTED] wrote:



 How about Motilee, it also uses bread crumbs, via a slot.

 I can't seem to find any files in the Motilee download resembling  
 the
 above, I was wondering if anyone knows off the top of their head how
 Motile implements their breadcrumbs? (Before I dig too much
 further...)

 Thank you
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[symfony-users] Re: Breadcrumb best practice

2008-04-22 Thread Cédric Sadai

Hey,

You should also check the Symfonians source code, on symfonians.org.
It uses a helper called Breadcrumb.php, and it's pretty
straightforward.

Cheers,
Cedric

On Apr 21, 11:25 pm, Dustin Whittle [EMAIL PROTECTED]
project.com wrote:
 Kasper,

 See the following for an example implementation:

 http://trac.symfony-project.com/browser/plugins/sfBreadCrumb?rev=2850

 Also, see the sfSimpleCMSPlugin that implements this functionality.

 Cheers,

 Dustin

 On 4/21/08 12:26 PM, Kasper G [EMAIL PROTECTED] wrote:



  Hi all,

  How would you create breadcrumbs navigation in symfony?

  I'm interested in producing something like this when viewing an
  article:

  Frontpage  Sections  [SectionName]  Articles  [ArticleName]

  I have some ideas myself but I am wondering whether there is a
  preferred way of achieving this.

  The topic seems to be treated in a version of The Book stored in SVN
  (http://trac.symfony-project.com/browser/trunk/doc/book/content/
  breadcrumb_configuration.txt?rev=1) but I see no references to this
  functionality in the current documentation.

  Thanks in advance!
  Kasper
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[symfony-users] Re: Breadcrumb best practice

2008-04-21 Thread Dustin Whittle

Kasper,

See the following for an example implementation:

http://trac.symfony-project.com/browser/plugins/sfBreadCrumb?rev=2850

Also, see the sfSimpleCMSPlugin that implements this functionality.

Cheers,

Dustin


On 4/21/08 12:26 PM, Kasper G [EMAIL PROTECTED] wrote:

 
 Hi all,
 
 How would you create breadcrumbs navigation in symfony?
 
 I'm interested in producing something like this when viewing an
 article:
 
 Frontpage  Sections  [SectionName]  Articles  [ArticleName]
 
 I have some ideas myself but I am wondering whether there is a
 preferred way of achieving this.
 
 The topic seems to be treated in a version of The Book stored in SVN
 (http://trac.symfony-project.com/browser/trunk/doc/book/content/
 breadcrumb_configuration.txt?rev=1) but I see no references to this
 functionality in the current documentation.
 
 Thanks in advance!
 Kasper
  



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~--~~~~--~~--~--~---