Difference between revisions of "Issue:Simply does not work"

From FollowTheScore
Jump to: navigation, search
(Reply)
(Reply)
Line 24: Line 24:
 
I made some change to LocalSettings and now it works, but it looks like there is a bug. I tried FIRST
 
I made some change to LocalSettings and now it works, but it looks like there is a bug. I tried FIRST
  
<nowiki><DPL>
+
<tt><nowiki><DPL>
 
   category = aCategoryOfMineForImages
 
   category = aCategoryOfMineForImages
 
   nocategory =
 
   nocategory =
Line 30: Line 30:
 
   mode = userformat
 
   mode = userformat
 
   format = <gallery>,%PAGE%\n,,</gallery>
 
   format = <gallery>,%PAGE%\n,,</gallery>
</DPL></nowiki>
+
</DPL></nowiki></tt>
  
 
Please, note that ''Immagine'' is the Italian term for ''Image''. I got the gallery, but NOT just for ''aCategoryOfMineForImages'', but ALL images. So I tried:
 
Please, note that ''Immagine'' is the Italian term for ''Image''. I got the gallery, but NOT just for ''aCategoryOfMineForImages'', but ALL images. So I tried:
  
<nowiki><DPL>
+
<tt><nowiki><DPL>
 
   category = {{{categoria}}}
 
   category = {{{categoria}}}
 
   nocategory =
 
   nocategory =
Line 40: Line 40:
 
   mode = userformat
 
   mode = userformat
 
   format = <gallery>,%TITLE%\n%CATNAMES%\n,,</gallery>
 
   format = <gallery>,%TITLE%\n%CATNAMES%\n,,</gallery>
</DPL></nowiki>
+
</DPL></nowiki></tt>
  
 
and I got the name of each image but NOT the categories. I suspect that
 
and I got the name of each image but NOT the categories. I suspect that

Revision as of 17:25, 18 October 2007

Description: Installed, but not parsed
Extension / Version: DPL   /   last
Type / Status: Bug   /   open

Problem

I add the correct statement in LocalSettings.php and the extension in wiki/extensions/DynamicPageList but when I use it in my wiki with either <dpl> or <DPL> or {{#dpl: }}, I see what I wrote, that is tag is not parsed and template is not executed.

See CategoryGallery in USNB wiki.

Reply

It appears that it is not installed as suggested, in your Special:Version there is no extension Dynamic Page List. --Zven 02:13, 17 October 2007 (CEST)

Reply

Maybe one of the other extensions causes a problem? I suggest to

  • install some other extension than DPL and see if it works
  • install only DPL and check then

--Gero 08:35, 17 October 2007 (CEST)

Reply

I made some change to LocalSettings and now it works, but it looks like there is a bug. I tried FIRST

<DPL> category = aCategoryOfMineForImages nocategory = namespace = Immagine mode = userformat format = <gallery>,%PAGE%\n,,</gallery> </DPL>

Please, note that Immagine is the Italian term for Image. I got the gallery, but NOT just for aCategoryOfMineForImages, but ALL images. So I tried:

<DPL> category = {{{categoria}}} nocategory = namespace = Immagine mode = userformat format = <gallery>,%TITLE%\n%CATNAMES%\n,,</gallery> </DPL>

and I got the name of each image but NOT the categories. I suspect that

  1. category does not work when image namespace si used
  2. or, in some way you have Category reserved word hardcoded somewhere, that is, you do not use Categoria, the Italian term for Category

Am I correct? See CategoryGallery --Dejudicibus 17:25, 18 October 2007 (CEST)