- Joined
- Jan 1, 2001
- Messages
- 60,201
You know what's annoying?
In beta 1 you can't save a page node edit, and have it reload it. You keep editing. Fixing that I am sure is possible in future releases, but what's also annoying is constantly finding the node: page in the list. We have a long list, trust me .. it's annoying.
This. Allows you to add an
Admin: edit
link, next to the footer's 'views' published on .. on those pages.
In the pagenode_container template, after:
In beta 1 you can't save a page node edit, and have it reload it. You keep editing. Fixing that I am sure is possible in future releases, but what's also annoying is constantly finding the node: page in the list. We have a long list, trust me .. it's annoying.
This. Allows you to add an
Admin: edit
link, next to the footer's 'views' published on .. on those pages.
HTML:
<xen:if is="{$visitor.is_admin}"><dt>Admin:</dt> <dd><a href="admin.php?nodes/{$page.node_id}/edit">edit</a></dd></xen:if>
In the pagenode_container template, after:
HTML:
<dt>{xen:phrase page_views}:</dt> <dd>{xen:number $page.view_count}</dd>