Re: [pmwiki-users] Trails

2009-06-10 Thread Peter Bowers
2009/6/9 Meulemans,Jef jmeulem...@ashrae.org

   I have been trying for days to make wiki trails work.  It cannot
 possibly be this complicated.  I have version 2.2.1  Can anyone help me?  I
 would be grateful!

 Do you have a link we could look at?  Trails are not complicated, but, as
with all things computer-related, a single character out of place that seems
completely innocent can cause untold headaches.  Probably easier to diagnose
looking at the site rather than trying to explain since the existing
explanations didn't solve the problem...

-Peter
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Trails

2009-06-10 Thread Randy Brown
I answered this offline. The problem was that the documentation for  
WikiTrails wasn't clear. (I remember my own confusion when I first  
learned WikiTrails.) I've since updated the documentation.


Randy

On Jun 10, 2009, at 9:04 AM, Peter Bowers wrote:


2009/6/9 Meulemans,Jef jmeulem...@ashrae.org
I have been trying for days to make wiki trails work.  It cannot  
possibly be this complicated.  I have version 2.2.1  Can anyone help  
me?  I would be grateful!



Do you have a link we could look at?
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Trails

2009-06-09 Thread Meulemans,Jef
I have been trying for days to make wiki trails work.  It cannot possibly be 
this complicated.  I have version 2.2.1  Can anyone help me?  I would be 
grateful!

Jef



Jef Meulemans, Manager of Electronic Communications
American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc.
Direct Line: 678-539-1176 Fax: 678-539-2176 eMail: 
jmeulem...@ashrae.org Web: www.ASHRAE.orghttp://www.ashrae.org/


http://www.ashrae.org/events/page/1925http://www.ashrae.org/certification/page/1683
In a down economy, look toward an uplifting conference. Join us at ASHRAE's 
2009 Annual Conference, June 20-24.

P Please consider the environment before printing this e-mail.


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Trails

2008-10-06 Thread Hans
Monday, October 6, 2008, 2:59:03 AM, Ian MacGregor wrote:

 http://www.pmwiki.org/wiki/Cookbook/DynamicTrails

 I love this recipe. The only problem I'm having with this recipe is that
 list=normal results in hiding the trail, even with the default template
 and directive. The only workaround I can find is to use (:pagelist
 group={*$Group} name=-GroupAttributes,-GroupHeader,-GroupFooter
 fmt=#grouptrail2:) to remove certain pages from the pagelist. I don't
 mind this too much except that I have a couple of groups that have
 numerous pages and templates that I don't want in the trail. Does anyone
 know how to get the list=normal working in the directive?

put into Site.LocalTemplates (NOT into the GroupHeader page):

!!!#grouptrail
[@
[[#grouptrail]]
(:if equal {*$FullName} {=$FullName}:)
%wikitrail%[[{$FullName}|+]] | [[{*$Groupspaced}]] | [[{$FullName}|+]]
(:ifend:)
[[#grouptrailend]]
@]

put into the group's GroupHeader page:

(:pagelist group={*$Group} fmt=#grouptrail list=normal:)

fire up a group page to check the trail markup.

this works for me.

Otherwise if you have difficulties with it you could try
creating a custom list= parameter. See
http://www.pmwiki.org/wiki/Cookbook/SearchResults




  ~Hans


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Trails

2008-10-06 Thread Hans
alternatively to dynamic pagelists  you could use
PowerTools#trail markup expressions to construct a trail markup.
see
http://www.pmwiki.org/wiki/Cookbook/PowerTools#trail

  ~Hans


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Trails

2008-10-05 Thread Ian MacGregor
http://www.pmwiki.org/wiki/Cookbook/DynamicTrails

I love this recipe. The only problem I'm having with this recipe is that
list=normal results in hiding the trail, even with the default template
and directive. The only workaround I can find is to use (:pagelist
group={*$Group} name=-GroupAttributes,-GroupHeader,-GroupFooter
fmt=#grouptrail2:) to remove certain pages from the pagelist. I don't
mind this too much except that I have a couple of groups that have
numerous pages and templates that I don't want in the trail. Does anyone
know how to get the list=normal working in the directive?

-  
Regards,
Rev. Ian MacGregor D.D., D.B.S.



___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users