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
sfBreadcrumbsPlugin discussion [message #52354] Tue, 20 May 2008 15:10 Go to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
This topic was created for all developers that are using or planing on using sfBreadcrumbsPlugin. Please feel free to contact me on my email ahmed.m.elhussaini@hotmail.com for any questions.

[Updated on: Tue, 20 May 2008 15:10]

Re: sfBreadcrumbsPlugin discussion [message #52404 is a reply to message #52354 ] Wed, 21 May 2008 12:37 Go to previous messageGo to next message
IsRobot  is currently offline IsRobot
Messages: 83
Registered: March 2008
Location: East Midlands, UK
Member
Hi savvy224,

I recently made this post about navigation so I was interested to see your new plugin. From the wiki I could not tell if the plugin is compatible with symfony 1.n only or if it will work with symfony 1.1. It would be very helpful if you could clarify that on the wiki.

Also am I right in thinking that the navigation does not take account of credentials?


web development
Re: sfBreadcrumbsPlugin discussion [message #52436 is a reply to message #52354 ] Wed, 21 May 2008 20:25 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
The plugin was tested only in symfony 1.0.x, and yes the credentials wasn't taken into consideration, but please feel free to specify what you need and I'll try to implemented in the next update.
Re: sfBreadcrumbsPlugin discussion [message #52440 is a reply to message #52354 ] Wed, 21 May 2008 20:45 Go to previous messageGo to next message
halfer  is currently offline halfer
Messages: 9535
Registered: January 2006
Location: West Midlands, UK
Faithful Member
Thought I'd provide a link to the wiki, for anyone wanting to try this out. Looks like we have a few breadcrumb solutions now, I've just released one too! Very Happy

http://trac.symfony-project.com/wiki/sfBreadcrumbsPlugin


Remember Palestine
Re: sfBreadcrumbsPlugin discussion [message #52606 is a reply to message #52436 ] Fri, 23 May 2008 16:25 Go to previous messageGo to next message
IsRobot  is currently offline IsRobot
Messages: 83
Registered: March 2008
Location: East Midlands, UK
Member
Thanks savvy224,

If it took account of credentials and worked in 1.1 that would be great Very Happy


web development
Re: sfBreadcrumbsPlugin discussion [message #52608 is a reply to message #52436 ] Fri, 23 May 2008 16:52 Go to previous messageGo to next message
IsRobot  is currently offline IsRobot
Messages: 83
Registered: March 2008
Location: East Midlands, UK
Member
Hi savvy24,

I tried to use the plugin on a symfony 1.1 project but after installation any page I use has this error:
Fatal error: Call to undefined method sfConfigCache::getinstance() in E:\xampp\htdocs\myproject\plugins\sfBreadcrumbsPlugin\config\config.php on line 3


web development
Re: sfBreadcrumbsPlugin discussion [message #52614 is a reply to message #52354 ] Fri, 23 May 2008 18:27 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I'm very busy at the moment, but I'm planning on releasing an update very soon after adding support to symfony 1.1

[Updated on: Fri, 23 May 2008 18:28]

Re: sfBreadcrumbsPlugin discussion [message #52615 is a reply to message #52614 ] Fri, 23 May 2008 19:58 Go to previous messageGo to next message
IsRobot  is currently offline IsRobot
Messages: 83
Registered: March 2008
Location: East Midlands, UK
Member
OK, I'll look forward to that. Thanks again for your continued help.


web development
Re: sfBreadcrumbsPlugin discussion [message #52893 is a reply to message #52354 ] Wed, 28 May 2008 11:20 Go to previous messageGo to next message
zupert  is currently offline zupert
Messages: 5
Registered: April 2008
Junior Member
Hi,
your plugin is very interesting ! Thank you for this contribution.

However, I've had a problem by using it on a module not defined in the breadcrumbs.yml.
Fixed it by addin in lib/sfBreadCrumbs.php on line 162 :
if (!$module)
{
  return null;
}

Also : a tought, changing the breadcrumbs.yml provided in the plugins dir means that upgrading the plugin would have it overriden ... Not very symony-ish ...
If I got some time, I'll try to change this behaviour and send you the modifications...

Greetings


Realized with symfony and sfSimpleCMSPlugin : http://darangels.zupert.info
Re: sfBreadcrumbsPlugin discussion [message #52955 is a reply to message #52893 ] Wed, 28 May 2008 18:45 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
You're absolutely right, I don't know why I've implemented it this way, in my first attempt, I placed the breadcrumbs.yml in the apps folder. I'll change again asap. Thanks for your feedback.
Re: sfBreadcrumbsPlugin discussion [message #53001 is a reply to message #52955 ] Thu, 29 May 2008 10:55 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I've updated the plugin, now the breadcrumbs.yml can be placed in config directory located in any app.
Re: sfBreadcrumbsPlugin discussion [message #53087 is a reply to message #52354 ] Fri, 30 May 2008 05:47 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
Hi,
I try to install the plugin but it doesn't work. After clear cache I get this error:

Quote:

Fatal error: Uncaught exception 'sfConfigurationException' with message 'Configuration file " /workdata/www/gestionReynier/apps/backend/config/breadcrumbs .yml " does not have a registered handler' in /workdata/symfony/lib/config/sfConfigCache.class.php:112 Stack trace: #0 /workdata/symfony/lib/config/sfConfigCache.class.php(190): sfConfigCache->callHandler('config/breadcru...', Array, '/workdata/www/g...') #1 /workdata/www/gestionReynier/apps/backend/config/config.php( 11): sfConfigCache->checkConfig('config/breadcru...') #2 /workdata/www/gestionReynier/web/backend_dev.php(8): require_once('/workdata/www/g...') #3 {main} thrown in /workdata/symfony/lib/config/sfConfigCache.class.php on line 112


I think this Wiki part is confused at least for me:
Quote:


config_handles.php
In the same app directory were you've placed the breadcrumbs.yml, add the following to the config_handlers.yml(create it if necessary):

breadcrumbs.yml:
class: sfBreadcrumbsConfigHandler


It talk about two differents files: config_handlers.yml and config_handles.php I create both under /apps/backend/config dir and I get the same error. Any help?

Cheers and thanks in advance


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53136 is a reply to message #53087 ] Fri, 30 May 2008 15:29 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
There was a typo in the Wiki, there's no config_handles.php, just config_handlers.yml which is placed in the config folder located in your application. Just make sure that you place all the following files in your app directory:
  • breadcrumbs.yml
  • config_handlers.yml
Re: sfBreadcrumbsPlugin discussion [message #53207 is a reply to message #52354 ] Sat, 31 May 2008 21:47 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
Nothing, I have made the changes and I still getting the same error. See the images below:

http://img139.imageshack.us/img139/421/sshot1fo1.th.png
http://img299.imageshack.us/img299/6017/sshot2ux0.th.png
http://img293.imageshack.us/img293/8769/sshot3he6.th.png
http://img105.imageshack.us/img105/2550/sshot4xx6.th.png

What's wrong?


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53209 is a reply to message #53207 ] Sat, 31 May 2008 22:36 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I see from you screen shots, that you have a file named config_handler.yml, that file should be named "config_handlers.yml", also please provide a basic structure for the breadcrumbs.yml file with at least one module(backend in your case) and one section. See the wiki for an example for the breadcrumbs.yml structure. Please let me know how it goes. Best of luck

[Updated on: Sat, 31 May 2008 22:37]

Re: sfBreadcrumbsPlugin discussion [message #53210 is a reply to message #52354 ] Sat, 31 May 2008 22:44 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
Thanks savvy now it works. I just have two more questions.
1) In the Wiki what "section" and "action" means?
2) Can I use the I18N messages files?

Cheers and thanks in advance


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53211 is a reply to message #53210 ] Sat, 31 May 2008 23:01 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Good news, I'm glad that you've got it working, anyway "section" is simply a virtual grouping of actions, lets say that you have in your backend app a module called blog, and in that module there're actions for the articles, comments, preferences, and so on.

Now consider that you've a navigation menu where you've 3 items(Articles, Comments, and Preferences), and when the user hover with the mouse over any item, a submenu appears with links for actions like(addArticle, showArticles, etc...). So the items in the menu are the virtual grouping mentioned above, i.e. the "Section", and the submenu actions are simply your symfony plain old actions.
Re: sfBreadcrumbsPlugin discussion [message #53212 is a reply to message #52354 ] Sat, 31 May 2008 23:07 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
Thanks a lot I understand how it works also will be nice if you write this same explanation in the Wiki, maybe some others have the same doubt. Changing the theme right now I close my browser open it again and when I access my application I see this error:
Quote:

Fatal error: Call to a member function findSection() on a non-object in /workdata/www/gestionReynier/plugins/sfBreadcrumbsPlugin/lib /sfBreadcrumbs.php on line 164
What this?


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53213 is a reply to message #53212 ] Sat, 31 May 2008 23:12 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Could you please post the contents of the breadcrumbs.yml
Re: sfBreadcrumbsPlugin discussion [message #53214 is a reply to message #53213 ] Sat, 31 May 2008 23:15 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
savvy224 wrote on Sat, 31 May 2008 23:12

Could you please post the contents of the breadcrumbs.yml

Yes, here it's
all:
  geslicsoft:
    name: Gestión de Licencias de Software
    sections:
      categories:
        name: Gestión Licencias
        actions:
          autores:
            name: Gestión Autores
          ListarAutores:
            name: Listar Autores
          AdicionarAutor:
            name: Adicionar Autor


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53215 is a reply to message #53214 ] Sat, 31 May 2008 23:25 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Quote:


all:
geslicsoft:
name: Gestión de Licencias de Software
sections:
categories:
name: Gestión Licencias
actions:
autores:
name: Gestión Autores
ListarAutores:
name: Listar Autores
AdicionarAutor:
name: Adicionar Autor



Make sure that "geslicsoft" is your module name(case sensitive).

autores, ListarAutores, and AdicionarAutor, each one should match an action class name(case sensitive), also try to access the actions defined in the breadcrumbs.yml file.
Re: sfBreadcrumbsPlugin discussion [message #53216 is a reply to message #53215 ] Sat, 31 May 2008 23:29 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
savvy224 wrote on Sat, 31 May 2008 23:25

Quote:


all:
geslicsoft:
name: Gestión de Licencias de Software
sections:
categories:
name: Gestión Licencias
actions:
autores:
name: Gestión Autores
ListarAutores:
name: Listar Autores
AdicionarAutor:
name: Adicionar Autor



Make sure that "geslicsoft" is your module name(case sensitive).

autores, ListarAutores, and AdicionarAutor, each one should match an action class name(case sensitive), also try to access the actions defined in the breadcrumbs.yml file.


Yes it's and all them exists. See the image
http://img147.imageshack.us/img147/8/sshot1kz5.th.png


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53218 is a reply to message #53216 ] Sat, 31 May 2008 23:38 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Looks ok, I think you're accessing a different module than the one defined in breadcrumbs.yml.
Re: sfBreadcrumbsPlugin discussion [message #53219 is a reply to message #53218 ] Sat, 31 May 2008 23:42 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
savvy224 wrote on Sat, 31 May 2008 23:38

Looks ok, I think you're accessing a different module than the one defined in breadcrumbs.yml.

Yes this is the problem, I have a route defined wich redirect by default to "default" module so I think that breadcrumbs.yml doesn't find the definitions. Now can I use I18N in this? I mean how to use my string defined in a messages.es_ES.xml file in breadcrumbs.yml
Cheers


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53220 is a reply to message #52354 ] Sat, 31 May 2008 23:46 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
Also as a suggestion, can you define a method to see if a specific section have definitions? Right now I logout and redirect to index and I saw this ugly message:
Quote:


Notice: Undefined index: actions in /workdata/www/gestionReynier/plugins/sfBreadcrumbsPlugin/lib /sfBreadcrumbYamlHandler.php on line 40

Warning: Invalid argument supplied for foreach() in /workdata/www/gestionReynier/plugins/sfBreadcrumbsPlugin/lib /sfBreadcrumbYamlHandler.php on line 40

Fatal error: Call to a member function findSection() on a non-object in /workdata/www/gestionReynier/plugins/sfBreadcrumbsPlugin/lib /sfBreadcrumbs.php on line 164


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53221 is a reply to message #53219 ] Sat, 31 May 2008 23:48 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I have not added support to I18N in the plugin yet, I know it was not the right thing to do, but I'll patch the plugin and add I18N support today. It'll be very simple, all you'll have to do is translate the modules, sections, and actions DisplayNames.
Re: sfBreadcrumbsPlugin discussion [message #53222 is a reply to message #53221 ] Sat, 31 May 2008 23:50 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I'll, thanks for your kind notes.
Re: sfBreadcrumbsPlugin discussion [message #53223 is a reply to message #53221 ] Sat, 31 May 2008 23:51 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
savvy224 wrote on Sat, 31 May 2008 23:48

I have not added support to I18N in the plugin yet, I know it was not the right thing to do, but I'll patch the plugin and add I18N support today. It'll be very simple, all you'll have to do is translate the modules, sections, and actions DisplayNames.


I have it translated for this I ask. How I know when you upload a new version? Can you write my email and send me a advice? I'll be gratefull

Cheers


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53224 is a reply to message #53222 ] Sat, 31 May 2008 23:52 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
savvy224 wrote on Sat, 31 May 2008 23:50

I'll, thanks for your kind notes.


Don't worry I'm glad to help at least you as developer answer the comunnity questions


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53232 is a reply to message #53224 ] Sun, 01 June 2008 11:00 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Updates

  • Added Support to I18N, just translate the module's, section's, and action's DisplayNames and you're good to go.
  • Now you can use the plugin without defining the module sections, although I don't see the point of using the plugin without defining the breadcrumbs path.
Re: sfBreadcrumbsPlugin discussion [message #53601 is a reply to message #52354 ] Fri, 06 June 2008 15:19 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
Well it's me again with some problems. I upgrade the version of the plugin and now when I call the URL http://localhost/backend_dev.php this error show up:

Quote:


Warning: Invalid argument supplied for foreach() in /workdata/www/gestionReynier/plugins/sfBreadcrumbsPlugin/lib /sfBreadcrumbYamlHandler.php on line 51

Fatal error: Cannot break/continue 1 level in /workdata/www/gestionReynier/plugins/sfBreadcrumbsPlugin/lib /sfBreadcrumbs.php on line 166



My breadcrumbs.yml file is defined as follow:
all:
  default:
    name: Inicio
    sections:
      principal:
        name: Acciones
        actions:
          Index: Iniciar sesión
  geslicsoft:
    name: Gestión de Licencias
    sections:
      autores:
        name: Autores
        actions:
          ListarAutores:
            name: Listar Autores
          AdicionarAutor:
            name: Adicionar Autor
          EditarAutor:
            name: Editar Autor
      categorias:
        name: Categorias
        actions:
          ListarCategorias:
            name: Listar Categorías
          AdicionarCategoria:
            name: Adicionar Categoría
          EditarCategoria:  
            name: Editar Categoría


So I can't see where the error is. Any help?
Cheers and thanks in advance


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53602 is a reply to message #53232 ] Fri, 06 June 2008 15:21 Go to previous messageGo to next message
reynierpm  is currently offline reynierpm
Messages: 50
Registered: November 2007
Location: Cuba
Member
savvy224 wrote on Sun, 01 June 2008 11:00

Updates

  • Now you can use the plugin without defining the module sections, although I don't see the point of using the plugin without defining the breadcrumbs path.



About this part, what happen if I define the breadcrumb in the layout.php file? If I'm in the index.php page then I get an error because I don't want to show any breadcrumb in this page. Is something like hasSlot() or hasPartial() function what I'm refer to.

Cheers


Reynier Pérez Mira
Re: sfBreadcrumbsPlugin discussion [message #53622 is a reply to message #53601 ] Sat, 07 June 2008 00:06 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
This is due to a stupid bug in my code, sorry for any inconvenience, please upgrade the plugin and it should work now.
Re: sfBreadcrumbsPlugin discussion [message #53632 is a reply to message #53622 ] Sat, 07 June 2008 14:27 Go to previous messageGo to next message
FlatPredator  is currently offline FlatPredator
Messages: 110
Registered: May 2006
Location: In between
Senior Member
Hi savvy224,

I just want to say "Thank you very much for this plugin"! Smile
Re: sfBreadcrumbsPlugin discussion [message #53634 is a reply to message #53632 ] Sat, 07 June 2008 15:01 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
You're most welcome FlatPredator. Please let me know if you've any troubles using the plugin.
Re: sfBreadcrumbsPlugin discussion [message #54631 is a reply to message #52354 ] Mon, 23 June 2008 17:20 Go to previous messageGo to next message
weaverryan  is currently offline weaverryan
Messages: 781
Registered: November 2007
Location: Nashville, TN
Faithful Member

Hey savvy224

I'm working on a big project with breadcrumbs right now. There are a few Symfony plugins available for breadcrumbs, but yours seems to be what I need (I like the simplicity of the breadcrumb definitions).

Any idea when you might get this going for Symfony 1.1? I'm sure I could get it working, but I'd like to avoid modifying the plugin's code. Let me know - I'd love to use your efforts here instead of building my own from scratch

Thanks


Ryan Weaver
http://www.sympalphp.org
http://www.thatsquality.com
@weaverryan
Re: sfBreadcrumbsPlugin discussion [message #54652 is a reply to message #54631 ] Tue, 24 June 2008 00:20 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
I wish to add support for 1.1, but until it's stable, and I test in a couple of projects, I don't think that I'll have the time to add future support.
Re: sfBreadcrumbsPlugin discussion [message #56655 is a reply to message #54652 ] Tue, 22 July 2008 00:47 Go to previous messageGo to next message
Exide  is currently offline Exide
Messages: 9
Registered: February 2008
Location: Portland, OR
Junior Member
When including breadcrumbs.yml in the apps config.php file, it simply just inserts the entire YAML file at the begining of the page, displaying it to visitors. There are no errors generated, just all the contents of the YAML file preceeding the website. I can remove the include and there are still no errors generated.

Also, regardless of what i do above the output of the breadcrumb is always just the module name. I've tried to keep the YAML file simple at first, but i don't seem to be getting anywhere.

My feeling is the first issue is causing the second. Here is some code:

apps/frontend/config/breadcrumbs.yml
all:
  news:
    name: testModuleName
    sections:
      categories:
        name: testCategoryName
        actions:
          Index:
            name: testCrumbName


apps/frontend/config/config.php
<?php

// include project configuration
include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');

// symfony bootstraping
require_once($sf_symfony_lib_dir.'/util/sfCore.class.php');
sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir);

include_once(SF_ROOT_DIR.'/apps/frontend/config/breadcrumbs.yml');


apps/frontend/config/config_handlers.php
breadcrumbs.yml:
  class: sfBreadcrumbsConfigHandler


apps/frontend/module/news/actions/actions.class.php
<?php

class newsActions extends sfActions
{
  public function executeIndex()
  {
    ... buncha code ...
  }
}


apps/frontend/templates/layout.php
...
<?php echo sfBreadcrumbs::getInstance()->getBreadcrumbText() ?>
...


Am i missing something?

Also once i get this ironed out I would love to help with the project. Would be nice to get it into SVN and clean up the documentation.

- Exide
Re: sfBreadcrumbsPlugin discussion [message #57676 is a reply to message #56655 ] Sat, 02 August 2008 21:36 Go to previous messageGo to next message
savvy224  is currently offline savvy224
Messages: 40
Registered: May 2008
Member
Exide, I'm so sorry for not replying to this post any sooner, anyway here are my comments:

apps/frontend/config/breadcrumbs.yml
all:
  news:
    name: testModuleName
    sections:
      categories:
        name: testCategoryName
        actions:
          Index:
            name: testCrumbName

please make sure that your module name is news, it has to be the same case.
Also the default index action should be index instead of Index

for the apps/frontend/config/config.php try the following instead:
include_once( sfConfigCache::getInstance()->checkConfig( sfConfig::get('sf_apps_dir_name').'/config/breadcrumbs.yml' ) );


I see that your apps/frontend/config/config_handlers.php is configured correctly.

Also clear cache ($ symfony cc) after any modification just to make sure. Please let me know what the results are.
Re: sfBreadcrumbsPlugin discussion [message #57715 is a reply to message #57676 ] Sun, 03 August 2008 19:49 Go to previous messageGo to previous message
Exide  is currently offline Exide
Messages: 9
Registered: February 2008
Location: Portland, OR
Junior Member
savvy224 wrote on Sat, 02 August 2008 12:36


for the apps/frontend/config/config.php try the following instead:
include_once( sfConfigCache::getInstance()->checkConfig( sfConfig::get('sf_apps_dir_name').'/config/breadcrumbs.yml' ) );




That took care of it. Thank you so much Savvy. Going to play around with how to implement it for myself then be back to see where i can help Smile Thanks again.

- Exide
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