Difference between revisions of "Issue:Galery not working ufter upgrade to 1.15.1"

From FollowTheScore
Jump to: navigation, search
(Reply)
 
Line 30: Line 30:
  
 
(namespace=File was not working either, had to use the numerical code.)
 
(namespace=File was not working either, had to use the numerical code.)
 +
 +
:Did you try <tt>namespace=Image</tt>  ?
 +
:DPL tries to use the language-dependant words for the namespace and compares exactly. i.e. a capital I in Image might work whereas "image" or "images" will probably not work. --[[User:Gero|Gero]] 08:11, 13 November 2009 (UTC)

Latest revision as of 10:11, 13 November 2009

Description: <galery> not showing any images just titles
Extension / Version: DPL   /   1.8.9
Type / Status: Bug   /   resolved

Problem

Using galery tags in DPL queries doesn't show any images, only a title or the page title,where the image belongs to.

The same templates that were working fine in 1.13 are not working after upgrading to 1.15.1

Tried examples like {{#dpl: |namespace=Image |format=«gallery»,%PAGE%¦%NR%. %TITLE%\n,,«/gallery» }}

with the same results.


Reply

Instead of

|namespace=images

Had to use

|namespace=6

(namespace=File was not working either, had to use the numerical code.)

Did you try namespace=Image  ?
DPL tries to use the language-dependant words for the namespace and compares exactly. i.e. a capital I in Image might work whereas "image" or "images" will probably not work. --Gero 08:11, 13 November 2009 (UTC)