Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Resolved] Autosave doesn't work ?
#2
They are saved as drafts to the autosave directory.
This is still experimental.

To enable it to save as pages, you can modify changedata.php
and remove the GSAUTOSAVEPATH. part
PHP Code:
        if (isset($_POST['autosave']) && $_POST['autosave'] == 'true') {
            
XMLsave($xmlGSAUTOSAVEPATH.$url);
        } else {
            
XMLsave($xml$file);
        } 

In fact you can probably remove the whole block of code
and replace with just
XMLsave($xml, $file);
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
[Resolved] Autosave doesn't work ? - by krysttof - 2013-05-10, 01:35:49
RE: Autosave doesn't work ? - by shawn_a - 2013-05-10, 01:44:51
RE: Autosave doesn't work ? - by krysttof - 2013-05-10, 01:46:56



Users browsing this thread: 1 Guest(s)