Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#49 2006-03-27 16:59:06
- M_i
- Member
- Registered: 2006-03-05
- Posts: 122
Re: [archive] ajw_admin_workflow
Andrew wrote:
That makes you a very good source for feedback. Feel free to provide any additional suggestions.
Alright, one more then:
When I try to transfer an article right after I’ve published it, it invariably goes wrong, and I get a ‘Transfer unsuccessful’ message.
This only ever happens with brand new articles. So I write the article, hit ‘publish’, the article is saved but still on the screen, and the ‘Transfer ownership of article’ link has appeared. When I then try to transfer (and only then), it always goes wrong.
So when I need to post an article in someone else’s name, I always have to come back to the article via a detour. I can’t write-save-transfer, it’s always write-save-navigate away from the article and then find it again-transfer.
- Iris
Last edited by M_i (2006-03-27 17:00:29)
Offline
#50 2006-03-27 18:00:14
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [archive] ajw_admin_workflow
Ok, I’ll investigate
Offline
#51 2006-03-27 19:26:28
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [archive] ajw_admin_workflow
Good catch. Plugin updated (v0.2.2)
Offline
#52 2006-03-27 19:34:59
- M_i
- Member
- Registered: 2006-03-05
- Posts: 122
Re: [archive] ajw_admin_workflow
Oh my… I think I love you.. ;)
Offline
#53 2006-03-30 11:49:00
- M_i
- Member
- Registered: 2006-03-05
- Posts: 122
Re: [archive] ajw_admin_workflow
I know this is something else completely, but what’d be really handy too, is to be able to transfer articles from the article list.
You know that “With selected:” drop down list that can now be used to delete / change status / change section… if there’d also be a ‘change author’ option… now that’d be really fantastic.
Offline
#54 2006-03-30 14:47:56
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [archive] ajw_admin_workflow
I’ll look into it
Offline
Re: [archive] ajw_admin_workflow
I’m running TXP from svn and it appears the devs renamed some of the admin area divs and broke this great plugin!
Find
var i = document.getElementById(‘articleside’);
and replace articleside with article-col-2
Offline
#56 2006-07-28 23:10:59
- gregmay
- Member
- Registered: 2005-09-29
- Posts: 12
Re: [archive] ajw_admin_workflow
I made that adjustment but the plugin is still “broken”- it was working quite recently, and I tried both old and new versions, other browsers, and nothing seemed to fix it. I tried using the ‘articleside’ both with and without the quotation marks. Any advice? I’d love to get this working, I use it pretty frequently!
Offline
#57 2006-07-29 01:49:33
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [archive] ajw_admin_workflow
jamiew’s correct. gregmay, have you cleared your cache? what version are you running?
Just fyi, until the next release, I will keep the currently available version compatible with v4.0.3. At that time, I will release the next version that includes the change outlined by jamiew.
Offline
#58 2006-07-29 06:05:16
- gregmay
- Member
- Registered: 2005-09-29
- Posts: 12
Re: [archive] ajw_admin_workflow
I am running the latest version of the plugin, if that’s what you mean. I did try clearing the cache, no dice. To be clear, you replace a single word in a single line of code:
var i = document.getElementById(‘articleside’);
becomes
var i = document.getElementById(‘article-col-2’);
?
Thanks!
Offline
#59 2006-07-29 17:03:19
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [archive] ajw_admin_workflow
Yes, that should do it. Make sure you’re not copying straight from the forum and inadvertently using the curly quotes:
<code>var i = document.getElementById(‘article-col-2’);</code>
On that note, are you getting any javascript errors? If so, what do they say?
Offline
#60 2006-07-29 17:15:19
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: [archive] ajw_admin_workflow
Oh, and I meant what version of Textpattern are you using?
Offline