Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » [archive] ajw_admin_workflow

#97 2007-02-08 15:23:32

Andrew
Plugin Author
Registered: 2004-02-23
Posts: 730

Re: [archive] ajw_admin_workflow

Those permissions are set in admin_config.php.

Offline

#98 2007-02-08 16:24:50

dingoboy
Member
Registered: 2006-09-07
Posts: 48

Re: [archive] ajw_admin_workflow

Thanks for your suggestion. :-)

Last edited by dingoboy (2007-02-08 16:29:25)

Offline

#99 2007-10-09 20:11:34

Anton
Plugin Author
From: Alingsås, Sweden
Registered: 2004-11-16
Posts: 138
Website

Re: [archive] ajw_admin_workflow

There seems to be a problem with this plugin in IE, I guess it has something to do with the fact that getElementByID also fetches the “name” attribute in IE/Win. Could you alter the name of the input field somehow?

cheers,

/Anton

Offline

#100 2007-10-09 20:55:33

Anton
Plugin Author
From: Alingsås, Sweden
Registered: 2004-11-16
Posts: 138
Website

Re: [archive] ajw_admin_workflow

Update: Using this code (from /include/txp_article.php) works:

if(!empty($GLOBALS['ID'])) { // newly-saved article
$id = $GLOBALS['ID'];
$step = 'edit';
} else {
$id = gps('ID');
}

Used it on line 13, instead of just $id = gps(‘ID’);.

/Anton

Last edited by Anton (2007-10-09 20:56:16)

Offline

#101 2009-01-26 10:57:04

kus
Member
From: madiun, Indonesia
Registered: 2007-03-15
Posts: 64
Website

Re: [archive] ajw_admin_workflow

anyone succesfully using this plugin on 4.0.8 ?

I already instaled this plugin and can’t see the function in write page.

Thanks

edit : my false :P .. its work now. I cant see the functional before saving articles.

Last edited by kus (2009-01-26 11:04:11)

Offline

#102 2009-01-26 12:58:59

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: [archive] ajw_admin_workflow

No need for this plug-in: you can also change the article’s author from “Content -> Articles”.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#103 2009-01-28 10:01:29

kus
Member
From: madiun, Indonesia
Registered: 2007-03-15
Posts: 64
Website

Re: [archive] ajw_admin_workflow

No need for this plug-in: you can also change the article’s author from “Content -> Articles”.

Right you’re, but its produce list with only username and not alphabeticaly sorted. I have about 80 contributor, and its hard to remeber they by using username.

thanks.

Offline

#104 2009-01-30 23:57:13

alanfluff
Member
From: Ottawa, Canada
Registered: 2008-09-15
Posts: 222
Website

Re: [archive] ajw_admin_workflow

Brilliant!

Thanks lots!


At LAST I’ve cheerfully donated to the core devs at #TXP. I only wish I were able to give more. Thanks to the devs and ALL fellow TXPers. -A

Offline

  1. Index
  2. » Archives
  3. » [archive] ajw_admin_workflow

Board footer

Powered by FluxBB