Search found 14 matches
- Fri Jul 25, 2008 7:53 pm
- Forum: CMSMS Core
- Topic: Contact Form stopped working and stop the page rendering but no change was done
- Replies: 4
- Views: 1625
Re: Contact Form stopped working and stop the page rendering but no change was d
"what is the Edit mode" When you go to Content » Pages » then click the name of the page you get » Edit Page: Home... How did you insert the tag, where did you put it and how?... I always have the WYSIWYG editor off as I'd rather work straight away with the code. Here is the only content ...
- Thu Jul 24, 2008 12:26 pm
- Forum: CMSMS Core
- Topic: Contact Form stopped working and stop the page rendering but no change was done
- Replies: 4
- Views: 1625
Re: Contact Form stopped working and stop the page rendering but no change was d
You may want to check the page in edit mode or the template, and make sure you have the tag for the contact correct... Result: 0 errors / 7 warnings line 17 column 78 - Warning: element not empty or not closed line 31 column 1 - Warning: missing line 45 column 63 - Warning: unescaped & or unkno...
- Thu Jul 03, 2008 4:12 pm
- Forum: CMSMS Core
- Topic: Contact Form stopped working and stop the page rendering but no change was done
- Replies: 4
- Views: 1625
Contact Form stopped working and stop the page rendering but no change was done
Hello, I had a contact form on the following page: http://ludoviccoumetou.com/contact-me A friend informed me that my page was not working and in double checking, he is correct. The form seems to be even break the rest of the rendering of the page. The problem is that nothing has been modified in my...
- Tue May 27, 2008 9:39 pm
- Forum: Modules/Add-Ons
- Topic: Weird behaviour with QuoteMS
- Replies: 6
- Views: 2330
Re: Weird behaviour with QuoteMS
In fact, all the modules that I installed through the module manager have been belong to the user and group apache and I cannot remove them, EVEN from the Module panel. They all have the change permission button but this button is like non-working. I created a patched version of this patch and tried...
- Mon May 26, 2008 8:44 pm
- Forum: Modules/Add-Ons
- Topic: Weird behaviour with QuoteMS
- Replies: 6
- Views: 2330
Re: Weird behaviour with QuoteMS
Just in case someone is interested:
http://dev.cmsmadesimple.org/tracker/in ... 3&atid=969
Thanks
Ludo
http://dev.cmsmadesimple.org/tracker/in ... 3&atid=969
Thanks
Ludo
- Mon May 26, 2008 8:03 pm
- Forum: Modules/Add-Ons
- Topic: Weird behaviour with QuoteMS
- Replies: 6
- Views: 2330
Re: Weird behaviour with QuoteMS
Ok, I found the problem: File > Modules > Quotes > Quotes.module.php function SelectQuote($params) { $output=array(); //$params["quote"] $availablequotes=$this->GetQuotes(); echo count($availablequotes); $quotes=array(); The dev forgot to comment the "echo count($availablequotes);&quo...
- Sun May 25, 2008 6:56 pm
- Forum: Modules/Add-Ons
- Topic: Weird behaviour with QuoteMS
- Replies: 6
- Views: 2330
Re: Weird behaviour with QuoteMS
I have never used this module but it seems it's in the template "sidebar" in the module interface is there a place to see/change the templates it may have a call for number of quotes... I should have been more specific in writing my first post. The template used and called sidebar is the...
- Sun May 25, 2008 12:01 pm
- Forum: Modules/Add-Ons
- Topic: Weird behaviour with QuoteMS
- Replies: 6
- Views: 2330
Weird behaviour with QuoteMS
Afternoon, After 3 days of playing around I am still experiencing the same problem with this module and I am getting frustrated. I use a very simple template to display my quote: One of my favorite quotes {$quoteauthor} says: "{$quotecontent}" but if you look at my page (ie: http://ludovic...
- Mon May 19, 2008 8:57 am
- Forum: CMSMS Core
- Topic: [Solved] Problem inserting a php script using 2 user tags.
- Replies: 10
- Views: 3116
Re: Problem inserting a php script using 2 user tags.
I will need to search around to find all these to avoid duplicating function with a PHP script when there is no need to do so... And as Mark said, if you look in the page's source, time render is already calculated Alby Interesting... Where can I find the variable to use in order to re-use the belo...
- Mon May 19, 2008 7:16 am
- Forum: CMSMS Core
- Topic: [Solved] Problem inserting a php script using 2 user tags.
- Replies: 10
- Views: 3116
Re: Problem inserting a php script using 2 user tags.
Thanks a lot Alby and Blast! I was not aware that I needed to use the global function in the second UDT. I still have lots to learn :) Just putting this at the end of your template should do the same (without any UDT): {assign var=endtime value=0|microtime} Page loaded in {$gCms->variables.starttime...
- Sun May 18, 2008 5:50 pm
- Forum: CMSMS Core
- Topic: [Solved] Problem inserting a php script using 2 user tags.
- Replies: 10
- Views: 3116
Re: Problem inserting a php script using 2 user tags.
Thank you for the quick reply Alby. I did try to use a global variable in my init script as follow global $starttime; $starttime = microtime(); $startarray = explode(" ", $starttime); $starttime = $startarray[1] + $startarray[0]; but it still does not work :( I am not sure if I understand ...
- Sun May 18, 2008 5:14 pm
- Forum: CMSMS Core
- Topic: [Solved] Problem inserting a php script using 2 user tags.
- Replies: 10
- Views: 3116
[Solved] Problem inserting a php script using 2 user tags.
Hello, I spent my Sunday afternoon playing around CMS made simple and I do find it pretty easy in comparison with my previous CMS (Typo3...) but I am stuck on something pretty simple. I want to display the page loading time at its bottom, which is calculated through a basic PHP script. I read in the...
- Tue Oct 16, 2007 4:16 pm
- Forum: General Discussion
- Topic: Multiple sites managed from one installation, possible?
- Replies: 2
- Views: 2662
Re: Multiple sites managed from one installation, possible?
Thank you for the very quick answer.
- Tue Oct 16, 2007 3:58 pm
- Forum: General Discussion
- Topic: Multiple sites managed from one installation, possible?
- Replies: 2
- Views: 2662
Multiple sites managed from one installation, possible?
Hello, I have been using Typo3 for several websites but some persons find it too difficult to administrate so I am thinking of using CMS Made Simple as it is very easy to use even for novice... I am 99% sold but there is one thing that I am not sure to be able to do with your great CMS. Is it possib...
