Static pages tpl question

Creating and modifying plugins.
Post Reply
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Static pages tpl question

Post by randulo »

I'm trying to adapt the static page plugin to present a collection of columns by various authors. I want the navigation to be more specific.

If I am in a page B that is a child of page A

$staticpage_navigation.top.link will give me the link to go back to tha authors "home" page (my parent)

How can I get the parent page title?
falk
Regular
Posts: 512
Joined: Tue Sep 27, 2005 10:16 am
Location: DD
Contact:

Post by falk »

This is {$staticpage_navigation.top.name}. Have a look in the staticpages directory. There must be a file named Smarty_and_CSS_Tags. I wrote all smarty and css tags in this file. If not exists, look here: http://cvs.sourceforge.net/viewcvs.py/p ... iew=markup
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Post by randulo »

falk wrote:This is {$staticpage_navigation.top.name}.
That is the name "prev" for navigation. But now I'm remembering that this can be configured to be the title or prev, top, next, right? I'll check that.

Thanks for the other info, too.
Post Reply