
Search found 7 matches
- Thu Sep 15, 2011 3:52 pm
- Forum: Help Wanted (commercial)
- Topic: Upgrade of 1.4.1 site to the latest version
- Replies: 4
- Views: 2570
Re: Upgrade of 1.4.1 site to the latest version
You've got mail! 

- Thu Sep 15, 2011 3:24 pm
- Forum: Help Wanted (commercial)
- Topic: Upgrade of 1.4.1 site to the latest version
- Replies: 4
- Views: 2570
Re: Upgrade of 1.4.1 site to the latest version
May as well post it here... Cms Version: 1.4.1 Installed Modules: CMSMailer: 1.73.14 FileManager: 0.4.1 MenuManager: 1.5.1 ModuleManager: 1.2.1 News: 2.8.2 nuSOAP: 1.0.1 Search: 1.5.1 TinyMCE: 2.4.5 CGExtensions: 1.8 SiteMapMadeSimple: 1.1.3 ErrorEmailer: 0.3 MovedPages: 0.1 Cataloger: 0.7 FormBuild...
- Thu Sep 15, 2011 12:08 pm
- Forum: Help Wanted (commercial)
- Topic: Upgrade of 1.4.1 site to the latest version
- Replies: 4
- Views: 2570
Upgrade of 1.4.1 site to the latest version
I have a client running 1.4.1 who needs some of the more recent functionality provided by a couple of modules which is only available in 1.6+. I'm looking for someone to apply the upgrade with the minimal of disruption and therefore I will provide a staging version of the site to make sure the upgra...
- Wed Nov 28, 2007 6:15 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: template smarty repeat tpl help
- Replies: 1
- Views: 1810
Re: [solved] template smarty repeat tpl help
Whilst looking for a solution for the same problem I found this post. In the end I used an assign to get the right value before the {repeat}... Hope someone find this of use. {assign var='ul' value=$node->id} {repeat string="" times=$node->depth-$node->prevdepth} ... Cheers George
- Fri Jan 26, 2007 2:24 pm
- Forum: CMSMS Core
- Topic: Whitescreen with FeedbackForm Module
- Replies: 1
- Views: 1193
Re: Whitescreen with FeedbackForm Module
I just ran into a similar problem with the Feedback Form module and it turned out to be some require_once lines in FeedbackForm.module.php, specifically lines 56-60. Changing the lines from require_once 'classes/UtilityFunctions.class.php'; require_once 'classes/Form.class.php'; ...
- Tue Aug 01, 2006 7:26 pm
- Forum: CMSMS Core
- Topic: All Content in Site
- Replies: 2
- Views: 1966
Re: All Content in Site
OK have solved this, so for anyone else who might be interested I have included the hacked up gsitemap code below. Way more simple than I originally thought! <?php #CMS - CMS Made Simple #(c)2004 by Ted Kulp (wishy@users.sf.net) #This project's homepage is: http://cmsmadesimple.sf.net // Configurat...
- Tue Aug 01, 2006 4:42 pm
- Forum: CMSMS Core
- Topic: All Content in Site
- Replies: 2
- Views: 1966
All Content in Site
I'm looking at a way of displaying all of the content in a site on a single page to facilitate the proofing of the content onces it's in the site. I'm looking at the Google Sitemaps module/file and can see the beginnings of an easy way to do it but wondered if anyone had already done anything simil...