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> &lt;<a href="mailto:pmwiki@solidgone.com">pmwiki@solidgone.com</a>&gt; 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=&#39;$[ak_backlinks]&#39;%<br>[[{*$Name}?action=search&amp;q=link={*$FullName} | $[Backlinks] ]]<br>(:ifend:)<br><br>Teh key is the (:if statement which basically says only show the
<br>backlink if we&#39;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>&nbsp;&nbsp;~ ~ David<br><br>Donald Z. Osborn wrote:<br>&gt; The Blueberry skin at 
<a href="http://www.pmwiki.org/wiki/Cookbook/BlueBerrySkin">http://www.pmwiki.org/wiki/Cookbook/BlueBerrySkin</a><br>&gt; includes Backlinks in the bottom row of the header. My installation does<br>&gt; not (I have previously been including the &quot;Backlinks&quot; command in the
<br>&gt; sidebar elsewhere, and assumed this skin simply integrated it into the<br>&gt; header).<br>&gt;<br>&gt; Is this a page action that I need to activate in the skin or in config<br>&gt; (local\config.php or the wikigroup config file)? Or is it active only
<br>&gt; with newer than 2.1.27?<br>&gt;<br>&gt; TIA.&nbsp;&nbsp; Don<br>&gt;<br>&gt;<br>&gt; On 10/10/07, *Donald Z. Osborn* &lt;<a href="mailto:dzosborn@gmail.com">dzosborn@gmail.com</a><br>&gt; &lt;mailto:<a href="mailto:dzosborn@gmail.com">
dzosborn@gmail.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I&#39;ve been trying with mixed success to display the LogoTagline on<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Blueberry skin - it&#39;s there but the position is what I can&#39;t seem to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; adjust.(Problem is that it is too high, and behind the logo, when I
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; need it down lower)<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; In tmpl I inserted this ...<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;tag&quot;&gt;$LogoTagline&lt;/div&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ... within the &lt;div id=&quot;header&quot;&gt; under &lt;div class=&quot;title&quot;&gt; (IOW
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; there are now 2 items nested within &lt;div id=&quot;header&quot;&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I also adapted an element from another skin&#39;s CSS (BNG, which<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; displays the tagline). I presume there must be some parameters there
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; to position the tagline<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Clearly I don&#39;t really know what I&#39;m doing with this, so.any<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; pointers on how to insert tagline display in skins that do not use<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; them would be helpful
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; TIA.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Don<br>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>
&gt; pmwiki-users mailing list<br>&gt; <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>&gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users
</a><br></blockquote></div><br>