Nice. Perhaps put a different picture at the top of each page.
Also, the link back to your website in the page footer contains a comma and so doesn't work.
Nick
Search found 116 matches
- Fri Jan 30, 2009 12:49 pm
- Forum: CMS Show Off
- Topic: Check out my new site
- Replies: 5
- Views: 3074
- Thu Dec 18, 2008 1:06 pm
- Forum: CMSMS Core
- Topic: stylesheet.php - server resources
- Replies: 2
- Views: 1374
Re: stylesheet.php - server resources
I have a problem that my installations frequently use too much resources on the server. From my webhost I have been told that one problem is unnecessary dynamic generation of Java-script of the type My understanding is that this generates a large number of calls, and my webhost recommends that I c...
- Thu Dec 04, 2008 8:57 pm
- Forum: Modules/Add-Ons
- Topic: SiteMapMadeSimple 1.0
- Replies: 28
- Views: 9274
- Mon Dec 01, 2008 12:58 pm
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7504
Re: Automatic database backup
Hi digiw12, You're quite right. I actually have my time interval set to 1, as I only call the UDT from the LogoutPost event. I put it back to 3600 so nobody got caught out if they called the UDT from a public page, e.g. a busy homepage! I've updated the code using your mod. Of course, if the program...
- Thu Nov 27, 2008 4:24 pm
- Forum: CMSMS Core
- Topic: [Solved] Pretty Urls won't let me redirect.
- Replies: 5
- Views: 2068
Re: Pretty Urls won't let me redirect.
Try this:
Nick
Code: Select all
[...]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^bigbear.htm$ http://www.site.com/index.html [R=301,L]
RewriteRule ^(.+).htm$ index.php?page=$1 [QSA]
[...]
Nick
- Wed Nov 26, 2008 9:49 pm
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7504
Re: Automatic database backup
If you get an error like this when you try to save the UDT:
Make sure you have a blank line at the bottom of the code.
Nick
Code: Select all
* Invalid code entered.
* Parse error: syntax error, unexpected $end in /home/account/public_html/abcadmin/adduserplugin.php(94) : eval()'d code on line 288
Nick
- Tue Nov 25, 2008 10:36 am
- Forum: Modules/Add-Ons
- Topic: recover password
- Replies: 3
- Views: 1943
Re: recover password
Have a look at the "Lost Password Template" in the Front End Users module. You'll probably find lines like this:
i.e. with "\"s before each quote. Try remove the "\"\ so they look like this:
Nick
Code: Select all
{if $message != \'\'}
Code: Select all
{if $message != ''}
- Tue Nov 25, 2008 10:21 am
- Forum: CMSMS Core
- Topic: [solved] Warning: Cannot modify header information - headers already sent by...
- Replies: 3
- Views: 16564
Re: Warning: Cannot modify header information - headers already sent by...
This error is usually caused by extra characters (spaces and blank lines are characters) at the start of your source, i.e. before "<?php". I would start by looking at the top of your config.php file to check there are no spaces, blank lines, etc. before "<?php". If there are, rem...
- Mon Nov 24, 2008 10:52 pm
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7504
Re: Automatic database backup
Here is the code. To use it create a User Defined Tag and paste in the code. I have changed the program to use the CMSMS config for the database connection details. You do need to set $from_emailaddress and $to_emailaddress to your own email addresses. If you are going to call the tag from a public ...
- Mon Nov 24, 2008 11:09 am
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7504
Re: Automatic database backup
I've spoken to the author of phpMySQLAutobackup and he is happy for me to post my version of his code. I'll do that this evening. Of course, there is nothing to stop anyone downloading and installing phpMySQLAutoBackup as it is. It is a set of PHP programs that you install on your server and call in...
- Thu Nov 20, 2008 10:23 am
- Forum: General Discussion
- Topic: Automatic database backup
- Replies: 15
- Views: 7504
Re: Automatic database backup
I solved this problem using phpMySQLAutoBackup - http://www.dwalker.co.uk/phpmysqlautobackup/ I combined all the relevant PHP files together into a single file, hacked the code to use the CMSMS config file for the database connection settings and copied the code into a UDT. I then changed the Logout...
- Thu Nov 20, 2008 10:09 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Sitemap ?
- Replies: 13
- Views: 6350
Re: Sitemap ?
If its worked properly you should have a sitemap.xml in your top-level directory and you should be able to see it in your browser, e.g. www.mydomain.com/sitemap.xml You don't "submit it to Google" as such, but you can register with Google Webmaster tools and tell Google it is there. Google...
- Wed Nov 12, 2008 11:48 am
- Forum: Announcements
- Topic: CMSMS Forge Rewrite
- Replies: 62
- Views: 94138
Re: CMSMS Forge Rewrite
Looking good, but... how do I get a list of modules? I'm on the forge homepage, what do I press? The links on the 'Downloads' menu display error pages.
Nick
Nick
- Wed Nov 12, 2008 10:30 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Sitemap ?
- Replies: 13
- Views: 6350
Re: Sitemap ?
You need to either: - add a page - remove a page - make a page inactive or active to trigger SitemapMadeSimple to do something. The simplest way to to quickly make a page inactive then active again, or add and then delete a test page if you don't want to make another page inactive/active. Also, Site...
- Wed Oct 22, 2008 1:14 pm
- Forum: Announcements
- Topic: CMS Made Simple 1.5 is in development
- Replies: 37
- Views: 40750
Re: CMS Made Simple 1.5 is in development
I can't wait.
Thanks to the whole team for all their time and effort.
Nick
Thanks to the whole team for all their time and effort.
Nick