Search found 12 matches
- Wed May 01, 2013 4:28 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Using a grid based layout in practice
- Replies: 11
- Views: 4869
Re: Using a grid based layout in practice
(snipped) ...See it as a revenue opportunity rather than a problem. A client has their own business to run without also having to learn coding, if they are serious about it they will pay for professional help. :) OK now THAT is an argument I understand! If they want a professional site then use a p...
- Mon Apr 29, 2013 4:20 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Using a grid based layout in practice
- Replies: 11
- Views: 4869
Re: Using a grid based layout in practice
Hi TraslochiVarese, Not sure how that would answer the question. These will be CMSMS sites and I don't wish to re-invent all the wonderful features already in the system. I just want to make the page editor as Grid-960 block-friendly as is possible with the end user being able to choose some of the ...
- Thu Apr 25, 2013 8:33 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Using a grid based layout in practice
- Replies: 11
- Views: 4869
Re: Using a grid based layout in practice
Hi Uniqu3, Thank you for your reply, but I am not sure I understand how your solution is presented to the user. Do you mean that you put multiple content blocks in the editor which map to sections of the page? I have done this with some sites but it is very complex for the user to understand, when a...
- Thu Apr 25, 2013 5:53 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Using a grid based layout in practice
- Replies: 11
- Views: 4869
Using a grid based layout in practice
Hi guys, This is a general question not related to a specific CMSMS version. I am starting to use 960 grid system a lot but always have problems getting end users to understand how to create divs within divs and select the right classes. Micro tiny just doesn't cut it as an editor for this purpose, ...
- Sun Jan 08, 2012 9:38 pm
- Forum: Modules/Add-Ons
- Topic: Module TouchInlineEdit / InlineEdit - Front end editor
- Replies: 20
- Views: 11369
Re: Module TouchInlineEdit / InlineEdit - Front end editor
This module seems to be what I am looking for, but version 1.8.2 does not install with CMSMS 1.10.1 "Le Lorrain" causing the web site to fail in frontend and admin with a 500 server error generated: PHP Fatal error: Class 'touchInlineEditPlugin' not found in /home/sites/magicoxygen.co.uk/p...
- Fri May 06, 2011 9:52 am
- Forum: Modules/Add-Ons
- Topic: $cgsimple->get_page_content nothing returned
- Replies: 3
- Views: 1444
Re: $cgsimple->get_page_content nothing returned
How does your GCB look like as error says Smarty error: [in globalcontent:get_page line 2]: syntax error: unrecognized tag '' Error in global content block name get_page line 2 And there is already {$page_alias} variable available you don't need to reeinvent the wheel ;) Thanks but I don't understa...
- Fri May 06, 2011 9:20 am
- Forum: Modules/Add-Ons
- Topic: $cgsimple->get_page_content nothing returned
- Replies: 3
- Views: 1444
$cgsimple->get_page_content nothing returned
Hi Guys, I have a CMSMS 1.9.4.1 with CGSimpleSmarty 1.4.8 and I have a problem. $cgsimple->get_page_content doesn't return anything at all I have some code which is working out the page alias I need and puts it in a $pagealias variable. My code to display the content of the page is as follows: Pagea...
- Wed Dec 16, 2009 12:53 pm
- Forum: CMSMS Core
- Topic: Malicious content on my site
- Replies: 2
- Views: 1132
Malicious content on my site
Hi guys, I wonder if anyone can help with a problem I have had. I got a report from my hosting company that there was some malicious content on my site which was being used for phishing attacks. My site is running the latest CMSMS, plus a copy of the latest Wordpress in a subdirectory. The hosting c...
- Thu Sep 10, 2009 9:03 am
- Forum: Modules/Add-Ons
- Topic: form send to UDT
- Replies: 1
- Views: 1197
form send to UDT
Hi guys, I am trying to get a form to submit it's contents to a UDT. I have the latest CMSMS and FormBuilder 0.5.12. I have used one of the sample forms, and replaced the "sendit via email" field with a "send to UDT" field and specified my UDT "formtest" This UDT was co...
- Mon May 12, 2008 5:46 pm
- Forum: Developers Discussion
- Topic: Using Google login with cmsms
- Replies: 3
- Views: 1971
Re: Using Google login with cmsms
Ah splendid - I have read a little about openid and it seems a good way forward. Personally I would like it if openid supported email addresses as id's as that is what I try to use most of the time. I know Google are on the openid board so hopefully it won't be long until they are a provider and a c...
- Sat May 10, 2008 8:45 pm
- Forum: Developers Discussion
- Topic: Integrate 3rd party php scripts/modules
- Replies: 1
- Views: 1416
Re: Integrate 3rd party php scripts/modules
Hi, I am very new to CMSMS and may be way off base here, but I had a similar requirement - to show a radio schedule which varies a lot and is in a database. The way I did it was to write the code in PHP which displays the correct html, which in your case would be to copy your script which works, and...
- Fri May 09, 2008 8:39 am
- Forum: Developers Discussion
- Topic: Using Google login with cmsms
- Replies: 3
- Views: 1971
Using Google login with cmsms
Hi Guys... first post here, from newbie CMSMS convert. I am developing a new site which needs a members only section, and an authorised members only section. I have managed to get it working fine as a test with front-end-users module, but as all my users already have GoogleMail accounts I wondered i...