The templating system still needs a lot of work

I'm trying to create a template for Dolphin 7 which would escape from the traditional dolphin setup. One of the key things I'm trying to do is relocate site elements such as the breadcrumbs or the "Hello User" section. What I've found though is that there are things that are not separate entities, such as the above example. Both the breadcrumbs and Hello user section are handled by the same function, and if let's say I wanted to place the "Hello User" entity on the top right, there's no function on any template file that I could edit to include it there.

As a workaround I could edit for instance the logo function in inc/design.inc.php , but that totally ruins the whole templating scope by altering core files which could prove problematic with future updates, and of course the template not easily distributable as one package that can be installed and uninstalled at will.

As such, the templating system needs some work to overcome such issues, as well as documentati alt=)

Quote · 4 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.