Search found 6 matches
- Thu Dec 11, 2008 1:30 pm
- Forum: General Discussion
- Topic: CMSMS for Employment Agency
- Replies: 4
- Views: 2094
CMSMS for Employment Agency
I have a potential client who needs a website to run a small employment agency and I'm thinking of using CMSMS as the platform. I doubt whether there'll be more than 100 jobs on the database (at least these days). I've looked at the available CMSMS modules but I'm not sure whether anything there wil...
- Mon Dec 01, 2008 4:28 am
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7444
Re: Automatic database backup
Nick One small mod required: the line where the time interval is checked calls exit() if the time interval has not been exceeded. This terminates (I think) the logout.php script and you are not logged out of the system. I've changed the line to: if (time() > ($time_last_run+$time_internal)) { // exi...
- Wed Nov 26, 2008 4:52 pm
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7444
Re: Automatic database backup
Thanks Nick/Nullig.
- Sat Nov 22, 2008 5:49 am
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7444
Re: Automatic database backup
Thanks Nick, Pierre. I think the basic requirements would be: 1) backup of the core database files 2) ability to configure additional tables to backup 3) ability to configure tables to exclude (e.g. logs) 4) immediate backup 5) periodic backup Using Nick's idea there is the phpMyAdmin code to look a...
- Thu Nov 20, 2008 8:23 am
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7444
Automatic database backup
First, I'd like to say congratulations to the CMSMS developers for creating this great CMS - it's now one of three that I use in different circumstances depending on the customer, the other two being Wordpress and Joomla. I've had a look around for database backup modules and I can't find anything t...
- Mon Oct 13, 2008 3:45 pm
- Forum: General Discussion
- Topic: Editing cssmenu.tpl(SOLVED)
- Replies: 3
- Views: 1786
Re: Editing cssmenu.tpl
Does having the template running in the DB have any effect on performance and/or advantages/disadvantages?