Re: [pmwiki-users] Problem with a pagelist that should show all pages in a group and exclude one page.

2013-03-22 Thread LernAway
Thanks Russ, I actually gave that a try before posting my question here. The pagelist does not list anything when using that. There is definitely something odd is taking place with my installed version of pmwiki. Looks like I need to take the time to upgrade. On Mar 22, 2013, at 8:40 AM, Russ

Re: [pmwiki-users] Custom Pagelist Templates and site URL path?

2012-12-19 Thread LernAway
Thanks Gilles and Petko, That sent me in the right direction. I was able to use... $FmtPV['$Imagedir'] = "'http://My_Domain.com/uploads/' . '{' . '\$Group' . '}/'"; ...in config.php Then for the custom pagelist template use... [@ [[#thumblist5]] (:if equal {<$Group}:) >>lframe width=130pct<<

[pmwiki-users] Custom Pagelist Templates and site URL path?

2012-12-18 Thread LernAway
I'm looking for a way to avoid using http://My_Domain.com/uploads/ as show in the below example. [@ [[#thumblist5]] (:if equal {<$Group}:) >>lframe width=130pct<< (:if:)\ [[http://My_Domain.com/uploads/{=$Group}/{=$Name}/{=$:image}"{=$Title}"; -> {=$FullName}]] (:if equal {>$Group}:) >><< [[#t