Difference between revisions of "Talk:Login to a Mediawiki without leaving your page"

From Organic Design wiki
m
 
Line 1: Line 1:
 
you should be using the Title class to construct your URL's as the current method assumes index.php (as opposed to .php5 or .phtml) and assumes that PATHINFO is enabled. --[[User:Nad|nad]] 15:52, 17 November 2010 (PST)
 
you should be using the Title class to construct your URL's as the current method assumes index.php (as opposed to .php5 or .phtml) and assumes that PATHINFO is enabled. --[[User:Nad|nad]] 15:52, 17 November 2010 (PST)
 
: True -- [[User:Jack|Jack]] 16:09, 17 November 2010 (PST)
 
: True -- [[User:Jack|Jack]] 16:09, 17 November 2010 (PST)
 +
::probly ok actually since it has to make api ones that way anyhow, but probly best to convert the URL at the end using PATHINFO format into long form, i.e. ...php?title=Special... --[[User:Nad|nad]] 16:28, 17 November 2010 (PST)

Latest revision as of 00:28, 18 November 2010

you should be using the Title class to construct your URL's as the current method assumes index.php (as opposed to .php5 or .phtml) and assumes that PATHINFO is enabled. --nad 15:52, 17 November 2010 (PST)

True -- Jack 16:09, 17 November 2010 (PST)
probly ok actually since it has to make api ones that way anyhow, but probly best to convert the URL at the end using PATHINFO format into long form, i.e. ...php?title=Special... --nad 16:28, 17 November 2010 (PST)