Search found 7 matches
- Tue Jun 09, 2009 2:56 am
- Forum: Feature ideas
- Topic: Metadata tags
- Replies: 13
- Views: 13547
Re: Metadata tags
Just a quick post to add to this thread......A great tool for automatically including metadata information on News items (or any page for that matter) is the {autometa} plugin. It can be found in the CMSMS forge. I have also included a direct link to this plugin...... http://dev.cmsmadesimple.org/...
- Sun Jun 07, 2009 12:03 am
- Forum: CMSMS Core
- Topic: [Solved] Strange 404 errors
- Replies: 1
- Views: 1221
[SOLVED] Re: Strange 404 errors
Ok after much nashing of teeth and pulling of hair I have figured this one out. It seems that the Ants Module was causing an issue. I turned on debugging and found some issues with this module and the headers generated by the CMS. Simply removing the Ants Module fixed the problem. I will be exper...
- Fri Jun 05, 2009 12:22 am
- Forum: CMSMS Core
- Topic: No CSS being shown on admin
- Replies: 4
- Views: 1933
Re: No CSS being shown on admin
Hi All, I know you indicated that no modules had changed however...... I have come across this problem with my dev, testing and production sites using CMS MS. I found that the Style was lost in the admin section after I installed a new module (either my own or from the forge). My solution was to r...
- Thu Jun 04, 2009 11:52 am
- Forum: CMSMS Core
- Topic: [Solved] Strange 404 errors
- Replies: 1
- Views: 1221
[Solved] Strange 404 errors
Hi All, On my production CMS MS site I have this odd error that has appeared. If I submit a query to the search engine on the home page (/index.php) then it works fine. If I make the call on any other page /index.php/support-services?mact=Search%2Ccntnt01%2Cdosearch%2C0&cntnt01returnid=52&...
- Tue Jun 02, 2009 11:04 am
- Forum: Modules/Add-Ons
- Topic: Help with Custom Content
- Replies: 17
- Views: 5575
Re: Help with Custom Content
Many thanks you are correct, my bad on the code. It should be -> not --> as I have indicated......
- Tue Jun 02, 2009 2:51 am
- Forum: Modules/Add-Ons
- Topic: Help with Custom Content
- Replies: 17
- Views: 5575
Re: Help with Custom Content
Hmm, thats interesting because I could not get the form to work using your method. I got the T_ELSE error the other user mentioned.
Also the logout link is not automatic (or atleast it is not for me). If I don't include the logout call then I do not get the logout links....
Any thoughts??
Also the logout link is not automatic (or atleast it is not for me). If I don't include the logout call then I do not get the logout links....
Any thoughts??
- Mon Jun 01, 2009 10:21 pm
- Forum: Modules/Add-Ons
- Topic: Help with Custom Content
- Replies: 17
- Views: 5575
Re: Help with Custom Content
Hi All, I have just mocked up this thread in my CMSMS Test Installation and produced the same error. As a test I put the if then else code within the body tags of the document template rather than wrapping around the whole document. This technique works very well, first time every time. A quick no...