Difference between revisions of "Talk:Author"

From Organic Design wiki
m
m
Line 1: Line 1:
 
Here's that transform you were asking about for listing all articles created by a user, the code is [[author.php]] and it runs in [[Author]]. It defaults to the current user, but you can also put ''user=name'' in the query string to list other users articles. --[[User:Nad|Nad]] 11:11, 8 Oct 2006 (NZST)
 
Here's that transform you were asking about for listing all articles created by a user, the code is [[author.php]] and it runs in [[Author]]. It defaults to the current user, but you can also put ''user=name'' in the query string to list other users articles. --[[User:Nad|Nad]] 11:11, 8 Oct 2006 (NZST)
 
:That is pretty damn useful --[[User:Sven|Sven]] 00:29, 9 Oct 2006 (NZST)
 
:That is pretty damn useful --[[User:Sven|Sven]] 00:29, 9 Oct 2006 (NZST)
::syntax: /Author&user=''username''
+
::'''syntax:''' /Author&user=''username''
  
 
One slight drawback is if you had made an article under an ip address, it will not come up under your authorship e.g. http://www.organicdesign.co.nz/Pi0Estimation
 
One slight drawback is if you had made an article under an ip address, it will not come up under your authorship e.g. http://www.organicdesign.co.nz/Pi0Estimation
 
--[[User:Sven|Sven]] 22:51, 11 Oct 2006 (NZST)
 
--[[User:Sven|Sven]] 22:51, 11 Oct 2006 (NZST)
 
:Exactly - that's why I made it login-to-edit, cos of the resulting loss of information ;-)
 
:Exactly - that's why I made it login-to-edit, cos of the resulting loss of information ;-)

Revision as of 03:36, 26 October 2006

Here's that transform you were asking about for listing all articles created by a user, the code is author.php and it runs in Author. It defaults to the current user, but you can also put user=name in the query string to list other users articles. --Nad 11:11, 8 Oct 2006 (NZST)

That is pretty damn useful --Sven 00:29, 9 Oct 2006 (NZST)
syntax: /Author&user=username

One slight drawback is if you had made an article under an ip address, it will not come up under your authorship e.g. http://www.organicdesign.co.nz/Pi0Estimation --Sven 22:51, 11 Oct 2006 (NZST)

Exactly - that's why I made it login-to-edit, cos of the resulting loss of information ;-)