Difference between revisions of "Issue:The perser function of Inputbox extension cannot work in MW1.14"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = Inputbox |Version = Unknown |Description = The perser function of Inputbox extension cannot work in MW1.14 |Status = open }} == P...)
 
Line 15: Line 15:
 
--[[User:Roc michael|Roc michael]] 06:20, 1 March 2009 (UTC)
 
--[[User:Roc michael|Roc michael]] 06:20, 1 March 2009 (UTC)
 
== Reply ==
 
== Reply ==
 +
 +
Hello Michael, I find it very useful to have Inputbox as a parser function. Do you know how this can be made to work with MW 1.14?
 +
[[User:Gero|Gero]] 07:45, 5 March 2009 (UTC)

Revision as of 09:45, 5 March 2009

Description: The perser function of Inputbox extension cannot work in MW1.14
Extension / Version: Inputbox   /   Unknown
Type / Status: Bug   /   open

Problem

Hi Gero.

The same problem is alos in the Mediawiki 1.12.x (or 1.13),too but we can put $wgParserConf['class'] = 'Parser_OldPP';" in the Localsetting.php to solve it.

This way cannot work in MW 1.14 becouse it Dropped old Paser_OldPP class. Only new parser with preprocessor is used. You can see the message above in the Release notes. --Roc michael 06:20, 1 March 2009 (UTC)

Reply

Hello Michael, I find it very useful to have Inputbox as a parser function. Do you know how this can be made to work with MW 1.14? Gero 07:45, 5 March 2009 (UTC)