Extension talk:NukeDPL

From MediaWiki.org

Jump to: navigation, search
  • I attempted to install this on MediaWiki 1.9.2 but am having no success.
  • What version was it coded for?
  • My problem is that I'm getting nothing showing up on my Special Page. The Dynamic Page List extension works and I tested that. But I'm getting no NukeDPL page in my special page list (neither in all nor restricted sections.) Any ideas?
I've changed the special-page structure from the Extension:Nuke format which it was based on to the special page template we use which seems to work better, so try it now. --Nad 23:18, 11 July 2007 (UTC)

[edit] First page in list missing

I installed Extension:DynamicPageList 1.4.5 and Extension:NukeDPL 1.1.0 on MW 1.10.1 and a query like

<DPL>
category=Foo
</DPL>

yields all pages in category Foo, so DPL seems to be working fine. However, when I use the same condition (category=Foo) on the Special:NukeDPL page, the first page in that category is missing. A bug somewhere? --Rcalmbac 03:23, 3 October 2007 (UTC)

This bug has just been fixed, download the latest version of NukeDPL from their site! Capmo 05:00, 16 February 2009 (UTC)

[edit] DPL works NukeDPL just gives %PAGE%

Hi,

I tested my DPL query on a test page and it´s working there:

 <DPL>
  notuses=Template:My Data
  namespace=Sourcedata
</DPL>

Unfortunately NukeDPL (latest version from march) shows me one entry %PAGE% in the preview. Since I don´t really understand the passage on line 159 of the source, perhaps one of you has an idea:

$query = trim( $query ) . "\nmode=userformat\nlistseparators=,\\n$$$%PAGE%$$$,,\n";

[edit] Having %PAGE% Issues as well

As far as I can see in the code the

$query = trim( $query ) . "\nmode=userformat\nlistseparators=,\\n$$$%PAGE%$$$,,\n";

section changes the output of the DPL query in order for NukeDPL to be able to show the pages. It seems NukeDPL is not able to get any results from my queries.

I'm running MediaWiki 1.15.1 with Latest DPL version and Latest NukeDPL on WOS (WAMP). Any ideas on how to solve this issue are more than welcome!

  If I copy/paste the (colored) PHP code from http://www.organicdesign.co.nz/Extension:NukeDPL.php I
  run into the same %PAGE% problem. If I click on "View Source" and copy/paste the (uncolored) PHP code from 
  http://www.organicdesign.co.nz/wiki/index.php?title=Extension:NukeDPL.php&action=edit everything works!
Good call. I've replaced it with a plain link for now. GreenReaper 01:24, 7 October 2009 (UTC)