4 of 4
4
NSM Publish Plus: Workflow Management Extension from Leevi Graham
Posted: 19 February 2010 07:23 PM   [ Ignore ]   [ # 55 ]  
Summer Student
Total Posts:  11
Joined  02-13-2010

Its strange Todd,

For two reasons:
1) I only actually have 1 status group called ‘Default Status Group’.
2) The only status group as ‘3 statuses’ as per image in my second post (above) yet while I am Super Admin I can only see two statuses when editing an article in my weblog.

To make matters worse I don’t know whether this is an issue with the extension or framework…

..Kay

Profile
 
 
Posted: 03 March 2010 12:10 PM   [ Ignore ]   [ # 56 ]  
Summer Student
Total Posts:  3
Joined  01-11-2010

Is there any more recent information about how to clear the list of drafts / revisions? I’m guessing that there is a potential performance issue here too?

thanks for any help

Huw

Profile
 
 
Posted: 03 March 2010 02:14 PM   [ Ignore ]   [ # 57 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  566
Joined  12-08-2007

There haven’t been any recent updates to the extension. We have been waiting for nearly a year for the ability to delete drafts and still nothing. Supposedly a version is being beta tested… but even on that front I haven’t heard any updates in several months.

 Signature 

www.pixogee.com EE Pro Network

Profile
 
 
Posted: 01 July 2010 02:01 PM   [ Ignore ]   [ # 58 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  566
Joined  12-08-2007

I’m interested in creating a page where our authors/editors can see all entries in the system that have a pending|changed status that need their attention.

Of course, the weblog entries tag isn’t going to do this for us out of the box.

<ul>
{exp:weblog:entries site="website" weblog="section" status="Open|Closed" state="pending|changed" orderby="title" sort="asc" limit="100" disable="member_data|trackbacks|comments" paginate="bottom"}
<li>{title}</li>
{/exp:weblog:entries}
</ul

Any ideas on how one might go about doing something like this?

If I can get this to work, I will then add an “Edit This” link on the entries and our content authors will have a streamlined way of getting to stuff that needs attention.

Thoughts? Ideas?

 Signature 

www.pixogee.com EE Pro Network

Profile
 
 
Posted: 01 July 2010 06:56 PM   [ Ignore ]   [ # 59 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1336
Joined  01-24-2006

A custom query would likely be your best bet. Something like:

{exp:query sql="SELECT * from `exp_weblog_titles` WHERE `nsm_pp_state` = 'pending' 
OR  `nsm_pp_state` = 'changed'"
} {title} {/exp:query} 

Also send me an email and I’ll send you an updated version of the addon.

 Signature 

EE-Garage.com - All my ExpressionEngine 2 Addons!


EE2 - NSM Better Meta - SEO Meta & XML Sitemap Generator
EE2 - NSM Live Look - Real entry previews


Newism - Newcastle - ExpressionEngine Experts

Profile
 
 
Posted: 06 July 2010 01:51 PM   [ Ignore ]   [ # 60 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  566
Joined  12-08-2007

Good stuff. I just sent my email too. Thanks!

 Signature 

www.pixogee.com EE Pro Network

Profile
 
 
Posted: 08 July 2010 05:24 PM   [ Ignore ]   [ # 61 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  566
Joined  12-08-2007

I’m having a new issue with NSM Publish Plus. We are using it in an MSM installation with 7 sites. Twice today I was going through and making changes to the settings in the add-on and after submitting… I get this error message.

A PHP Error was encountered

Severity
Notice
Message
unserialize() [function.unserialize]Error at offset 65532 of 65535 bytes
Filename
extensions/ext.nsm_publish_plus_ext.php
Line Number
2213 

After this happens… all my group settings across all the sites are set by default to ‘No Access’. It turns on NSM Publish Plus for 1 site we are not using it on and it also changes the Check for updates? dropdown to ‘Yes’.  Very frustrating as we have hundreds of dropdowns in different groups that then need to be reset which takes a while.

Solutions?

 Signature 

www.pixogee.com EE Pro Network

Profile
 
 
Posted: 12 July 2010 01:44 PM   [ Ignore ]   [ # 62 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  566
Joined  12-08-2007

More on the above error.

I can get settings to stick on 6 sites and when I try to post settings to the 7th site… the php error is triggered and all the sites I just setup have their NSM settings erased.  I tried this numerous times. Setting 6 sites up and after choosing the settings for the 7th site and submitting… the error is triggered and all settings are erased.

The part of the code referenced around line 2213 seems to be coded to save the settings if they exist. Maybe it’s timing out?

In the database, I have found 4 tables that NSM uses.

exp_nsm_acl_roles
exp_nsm_entry_drafts
exp_nsm_notes
exp_nsm_pp_notification_templates

Interestingly, the ‘roles’ table is completely empty even if I have the settings set on 6 of the sites.

Does anyone know where the NSM settings are stored?

 Signature 

www.pixogee.com EE Pro Network

Profile
 
 
   
4 of 4
4