[pmwiki-users] "Backlinks" tab in Blueberry (& other?) skins)

DaveG pmwiki at solidgone.com
Wed Oct 10 21:56:10 CDT 2007


Not sure that Backlinks is skin specific. The tabs that are displayed 
are defined in Site/PageActions.

What you should see in there is:
(:if group Site,SiteAdmin,Cookbook:) (:comment delete if and ifend to 
enable backlinks:)
* %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'% 
[[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]]
(:ifend:)

Teh key is the (:if statement which basically says only show the 
backlink if we're in the Site, SiteAdmin, or Cookbook groups. You want 
it to appear all the time, so remove the (:if... and the (:ifend

  ~ ~ David

Donald Z. Osborn wrote:
> The Blueberry skin at http://www.pmwiki.org/wiki/Cookbook/BlueBerrySkin 
> includes Backlinks in the bottom row of the header. My installation does 
> not (I have previously been including the "Backlinks" command in the 
> sidebar elsewhere, and assumed this skin simply integrated it into the 
> header).
> 
> Is this a page action that I need to activate in the skin or in config 
> (local\config.php or the wikigroup config file)? Or is it active only 
> with newer than 2.1.27?
> 
> TIA.   Don
> 
> 
> On 10/10/07, *Donald Z. Osborn* <dzosborn at gmail.com 
> <mailto:dzosborn at gmail.com>> wrote:
> 
>     I've been trying with mixed success to display the LogoTagline on
>     Blueberry skin - it's there but the position is what I can't seem to
>     adjust.(Problem is that it is too high, and behind the logo, when I
>     need it down lower)
> 
>     In tmpl I inserted this ...
> 
>     <div class="tag">$LogoTagline</div>
> 
>     ... within the <div id="header"> under <div class="title"> (IOW
>     there are now 2 items nested within <div id="header">
> 
>     I also adapted an element from another skin's CSS (BNG, which
>     displays the tagline). I presume there must be some parameters there
>     to position the tagline
> 
>     Clearly I don't really know what I'm doing with this, so.any
>     pointers on how to insert tagline display in skins that do not use
>     them would be helpful
> 
>     TIA.
> 
>     Don
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users



More information about the pmwiki-users mailing list