BUTTONS AT THE BOTTOM OF WIKI PAGES
Wiki Action Buttons are the buttons displayed at the BOTTOM of each wiki page to edit/print/remove/etc a page. These appear in some themes (i.e. tikigod) when a modification of the standard template, tiki.tpl is used. To make these appear you can just insert the following in your tiki.tpl just below missing page for plugin INCLUDE


{if $show_page_bar eq 'y'}
missing page for plugin INCLUDE

{/if}

BUTTONS AT THE TOP OF WIKI PAGES

At the TOP of the wiki page in some themes (i.e. moreneat) are tab-style buttons. Those appear when a modification of the standard template, tiki-show_page.tpl is used. Below is copied from irc regarding disappearing page-bar at the TOP of wiki pages:

(21:38:01) colorado: does anyone know some setting to make the wiki page-bar (page editing buttons, not the icons) appear?
(21:56:26) gsmoker: i need the same :/
(21:56:35) gsmoker: which style do u have?
(22:05:11) colorado: ok i figured it out...
(22:05:55) colorado: the default template tiki-show_page.tpl...
(22:06:14) colorado: does not have those buttons
(22:07:12) colorado: but for example the moreneat theme which does have those contains its own tiki-show_page.tpl
(22:08:16) colorado: so just copy that from templates/styles/moreneat into the same location of the theme you want to have those appear
(22:08:19) colorado: or...
(22:08:50) colorado: just copy that tpl into the /templates directory of your tiki site so all themes will use it as the default
(22:08:55) colorado: that does it
Then you may have to copy and/or edit the span.tabbut and .tablink properties in each of the css files to make them appear how you want (you can copy these style properties from in the moreneat.css)