Thanks, Dave. Actually it turned out that the whole line re backlinks was not on Site/PageActions (embarrassed to say I had thought those commands would be in a config file). So I added without the (:if... and (:ifend:) statements and it works perfectly. Don
<br><br><div><span class="gmail_quote">On 10/10/07, <b class="gmail_sendername">DaveG</b> <<a href="mailto:pmwiki@solidgone.com">pmwiki@solidgone.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Not sure that Backlinks is skin specific. The tabs that are displayed<br>are defined in Site/PageActions.<br><br>What you should see in there is:<br>(:if group Site,SiteAdmin,Cookbook:) (:comment delete if and ifend to<br>
enable backlinks:)<br>* %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'%<br>[[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]]<br>(:ifend:)<br><br>Teh key is the (:if statement which basically says only show the
<br>backlink if we're in the Site, SiteAdmin, or Cookbook groups. You want<br>it to appear all the time, so remove the (:if... and the (:ifend<br><br> ~ ~ David<br><br>Donald Z. Osborn wrote:<br>> The Blueberry skin at
<a href="http://www.pmwiki.org/wiki/Cookbook/BlueBerrySkin">http://www.pmwiki.org/wiki/Cookbook/BlueBerrySkin</a><br>> includes Backlinks in the bottom row of the header. My installation does<br>> not (I have previously been including the "Backlinks" command in the
<br>> sidebar elsewhere, and assumed this skin simply integrated it into the<br>> header).<br>><br>> Is this a page action that I need to activate in the skin or in config<br>> (local\config.php or the wikigroup config file)? Or is it active only
<br>> with newer than 2.1.27?<br>><br>> TIA. Don<br>><br>><br>> On 10/10/07, *Donald Z. Osborn* <<a href="mailto:dzosborn@gmail.com">dzosborn@gmail.com</a><br>> <mailto:<a href="mailto:dzosborn@gmail.com">
dzosborn@gmail.com</a>>> wrote:<br>><br>> I've been trying with mixed success to display the LogoTagline on<br>> Blueberry skin - it's there but the position is what I can't seem to<br>> adjust.(Problem is that it is too high, and behind the logo, when I
<br>> need it down lower)<br>><br>> In tmpl I inserted this ...<br>><br>> <div class="tag">$LogoTagline</div><br>><br>> ... within the <div id="header"> under <div class="title"> (IOW
<br>> there are now 2 items nested within <div id="header"><br>><br>> I also adapted an element from another skin's CSS (BNG, which<br>> displays the tagline). I presume there must be some parameters there
<br>> to position the tagline<br>><br>> Clearly I don't really know what I'm doing with this, so.any<br>> pointers on how to insert tagline display in skins that do not use<br>> them would be helpful
<br>><br>> TIA.<br>><br>> Don<br>><br>><br>><br>> ------------------------------------------------------------------------<br>><br>> _______________________________________________<br>
> pmwiki-users mailing list<br>> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users
</a><br></blockquote></div><br>