DPL talk:Websites using DPL
From FollowTheScore
Revision as of 14:07, 16 October 2007 by Dejudicibus (talk | contribs) (New page: == DPL does not work == I just installed DPL on my wiki: I added to LocalSettings.ini require_once( "extensions/DynamicPageList/DynamicPageList2.php" ); I do not need $IP at the beginn...)
DPL does not work
I just installed DPL on my wiki:
I added to LocalSettings.ini
require_once( "extensions/DynamicPageList/DynamicPageList2.php" );
I do not need $IP at the beginning. I have it in the path.
Then I loaded the extension files:
DynamicPageList2.i18n.php DynamicPageList2.php DynamicPageList2Include.php
and I placed in a page
<dpl> category=Maps namespace=Image mode=userformat listseparators=<gallery>,%PAGE%\n,,</gallery> </dpl>
the result is
<dpl> category=Maps namespace=Image mode=userformat listseparators= ,%PAGE%\n,, </dpl>