This extension remembers your edit screen across views. So if you filter by category and then leave and come back it will still be filtered by category. Try it out and let me know if there’s anything else I could add to it.
Uploaded and enabled this on build 20061011 and get these errors on the edit screen:
Notice: Undefined index: edit_remember in /www/username/public_html/system/extensions/ext.edit_remember.php on line 117
Warning: Cannot modify header information - headers already sent by (output started at /www/username/public_html/system/extensions/ext.edit_remember.php:117) in /www/username/public_html/system/core/core.functions.php on line 707
I get this error on the edit page (Build: 20061011):
Warning: session_start(): open(\xampp\tmp\sess_99551e325ab3d7accc1565d34b7281d5, O_RDWR) failed: No such file or directory (2) in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 111
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php:111) in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 111
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php:111) in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 111
Warning: Cannot modify header information - headers already sent by (output started at E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php:111) in E:\My Projects\Expression Engine\WWW\system\core\core.functions.php on line 707
FYI I am also using Filter By Author (v.1.0) and Simplify Edit Table (v.1.0) just in case there might be some kind of conflict.
WillB: I think I was starting a session that another extension already started. So I’ve put in a conditional to fix that, please try the new version (1.0.2) at the top of the thread.
Sue Crocker: My additional statuses were showing up in the list in (1.5.1), but only after I chose a weblog? are you talking about having all the statuses show up before a weblog is selected?
Whoa - speedy response! But still getting the error relating to session_start():
Warning: session_start(): open(\xampp\tmp\sess_1973e8bfe252120db9feb3dc81a8ea6e, O_RDWR) failed: No such file or directory (2) in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 113
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php:113) in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 113
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php:113) in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 113
Warning: Cannot modify header information - headers already sent by (output started at E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php:113) in E:\My Projects\Expression Engine\WWW\system\core\core.functions.php on line 707
By the way I just changed my display name to my full name (WillB to Will Bolton) which might be a bit confusing to someone reading this thread.
Will, It seems that the error was a PHP problem on a Windows server, see the following php.net/session_start documentation:
A note on Windows installations with an NTFS file structure:
Make sure you give your Internet user account (usually IUSR_MACHINENAME) “Modify” access to the session.save_path directory. Otherwise session_start() will silently - and oh, so slowly - fail.
(“Modify” is a Win2k term, but the concept translates to older IIS installs).
Sue: Give the new version a try, I’ve implemented the status switch you asked for, and I think I also do the same for categories?
Notice: Undefined index: status in E:\My Projects\Expression Engine\WWW\system\extensions\ext.edit_remember.php on line 181
Why did I update to 1.0.3 when 1.0.2 was working just fine? Good question. Attempted to roll back to 1.0.2 but it just made things worse.
I don’t get the error when an actual status is selected in the dropdown box, i.e. ‘Open’ or ‘Closed’. The error occurs when dropdown box has either ‘Filter By Status’ or ‘All’ selected.
New version: 1.0.5 fixes a problem where the “weblog status group” under admin » weblog admin » weblogs » groups was being rewritten leaving it impossible to set a status group for your weblog.