Search found 3 matches
Page 1 of 1
Search found 3 matches
Re: [Solved]How do you remove the timeout?
I have written a free vqmod for this:
http://www.web.nzplayer.com/index.php?r ... uct_id=100
- Mon May 14, 2012 3:21 pm
- Replies 13
- Views 2037
Re: How to change admin timeout
I used this with success: <script type="text/javascript"> function pingServer() { $.ajax({ url: location.href }); } $(document).ready(function() { setInterval('pingServer()', 20000); }); </script> Put it in admin/view/template/common/header.tpl, right before the closing head tag: </head> It calls t...
Jump to post- Mon May 14, 2012 2:13 pm
- Replies 14
- Views 10803
Re: require company field in checkout 1.5.1.3
Hi, I have written a vqmod for a mate of mine that makes the Company required.
http://www.web.nzplayer.com/index.php?r ... duct_id=95
- Sun May 13, 2012 5:59 am
- Replies 20
- Views 12387
Page 1 of 1
Search found 3 matches