[pmwiki-users] Newer PMWikier needs help
H. Fox
haganfox at users.sourceforge.net
Thu Dec 8 22:04:58 CST 2005
On 12/8/05, JB <jbit at ev1.net> wrote:
> I have created a PMWiki.
>
> http://wiki.bybent.com/avatar/avatar.php
>
> Is there a way to suppress Main/<pagename> for all the pages
> without having to put "(:notitle:)" in every page? For example:
>
> http://wiki.bybent.com/avatar/avatar.php?n=Main.SorcererSpells
>
> Can we get it so it just removes the "Main /" part for all pages?
See 'Modifying the "pmwiki" skin' on this page:
http://www.pmwiki.org/wiki/PmWiki/LayoutBasics
> Also, if you look at the Sidebar link code
>
> * [+[[Sorcerer Spells |Sorcerer]]+]
>
> You see that there is a space between "Sorcerer" and "Spells",
> yet the displayed page title removes this space. How could
> I get that back?
Sounds like you want $Titlespaced in place of $Title.
> I want to remove the header and the footer, is there a way to do
> this without having to put "(:noheader:)" & "(:nofooter:)" in
> each page?
Either modify the template or make use of GroupHeader pages.
Try putting the following in Main.GroupHeader
(:notitle:)!{$Titlespaced}
See also:http://www.pmwiki.org/wiki/Cookbook/AllGroupHeader
See also the (:title:) directive.
> I want the edit links in the upper right of the page to be:
> "View Edit Recent Changes History Print"
> How do I change this?
Edit Site/PageActions
> I want a search box [...] and the button says "Search" instead of "Go".
(:searchbox label=Search:)
> Why does the edit link "View" appear when you are viewing a page?
> Can I make it go away?
>
> Why does the edit link "Edit" appear when you are editing a page?
> Can I make it go away?
I don't like self-referring links either.
> I have a graphic.
>
> %lfloat% http://wiki.bybent.com/avatar/images/g.jpg"Asmo" | '''Asmo'''
>
> How do I make the caption underneath centered on the graphic,
> but keep the graphic on the left of the screen?
%lfloat text-align=center%
http://wiki.bybent.com/avatar/images/g.jpg"Asmo" | '''Asmo'''
Hagan
More information about the pmwiki-users
mailing list