Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Phil Sturgeon[/eluser]
Those have all been solved other than breadcrumbs.

I disabled breadcrumbs because the generalized logic they use to work is just not good enough. It bases the breadcrumbs on URL segments, which works MOST of the time, but not all.

For example:

Quote:Admin :: News :: Edit :: 1

The first two links work fine but the Edit link points to admin/news/edit which just redirects to the index. These breadcrumbs are also not multi-lingual as they are based on controller, method names, etc.

The plan was to just leave them disabled for now then use the $this->layout->add_breadcrumb('admin/something', lang('module_name')) etc.

I would override your changes with the ones from GitHub, or we will slowly end up with two different codebases lol.


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 10-31-2009, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB