Search found 52 matches

by tosd
Tue Sep 04, 2012 7:38 am
Forum: Layout and Design (CSS & HTML)
Topic: CMS Made Simple v1.11 media queries
Replies: 4
Views: 2603

Re: CMS Made Simple v1.11 media queries

Thank you both for your suggestions.

I wasn't aware of the parameters that can be attached to the cms_stylesheet tag and because I did an upgrade, not a fresh install, I wasn't aware of the Simplex theme either.

I will check both out.
by tosd
Tue Sep 04, 2012 3:21 am
Forum: Layout and Design (CSS & HTML)
Topic: CMS Made Simple v1.11 media queries
Replies: 4
Views: 2603

CMS Made Simple v1.11 media queries

Hello, I am unsure how to use the media query facility attached to the stylesheet in v1.11.x The sort of thing I want to do is add: media="only screen and (max-device-width: 540px)" . . . so that the stylesheet only applies to mobiles with a viewport less than 540px. No matter how I try an...
by tosd
Wed Jun 27, 2012 1:40 am
Forum: Modules/Add-Ons
Topic: microTiny editor not displaying in CGBlog
Replies: 0
Views: 691

microTiny editor not displaying in CGBlog

I have been working on v1.10 of CMS Made Simple with CGBlog installed. Initially everything was fine, however now microTiny does not display in CGBlog (summary or main article window). The curious thing is that microTiny is still displaying and working when editing regular pages. Can anyone help wit...
by tosd
Thu Mar 31, 2011 9:53 am
Forum: Modules/Add-Ons
Topic: Newsletter Made Simple (NMS) Unsubscribe operation
Replies: 4
Views: 1922

Re: Newsletter Made Simple (NMS) Unsubscribe operation [solv

Many thanks Jos. After playing around with it some more I found that the test list I had created was set to Private, and it seems that subscribers can't unsubscribe from a Private list. I proved this by setting the list to Public and when I re-tested the unsubscribe function worked as expected. It s...
by tosd
Thu Mar 31, 2011 6:03 am
Forum: Modules/Add-Ons
Topic: Newsletter Made Simple (NMS) Unsubscribe operation
Replies: 4
Views: 1922

Re: Newsletter Made Simple (NMS) Unsubscribe operation

Sorry to bump this one but could anyone at least give me an outline of what should happen in admin when a subscriber unsubscribes? Is there name deleted, marked as unconfirmed or what?

Any help very much appreciated.
Thanks, Michael.
by tosd
Mon Mar 28, 2011 8:27 am
Forum: Modules/Add-Ons
Topic: Newsletter Made Simple (NMS) Unsubscribe operation
Replies: 4
Views: 1922

Newsletter Made Simple (NMS) Unsubscribe operation

I am using NMS for the first time and I have everything working except the {unsubscribe} function. I have it embedded in the newsletter and everything appears to work i.e. the subscriber is directed to the unsubscribe note on the website when they click the link, they receive the confirmation email,...
by tosd
Sat Oct 02, 2010 8:23 am
Forum: Modules/Add-Ons
Topic: [SOLVED] Formbrowser output filtered by logged in Front End User
Replies: 5
Views: 2014

Re: [SOLVED] Formbrowser output filtered by logged in Front End User

Glad you got it sorted out WMS. I found it confusing at first too but it is a very useful thing to get on top of isn't it?
by tosd
Thu Aug 12, 2010 10:48 am
Forum: Modules/Add-Ons
Topic: [SOLVED] Formbrowser output filtered by logged in Front End User
Replies: 5
Views: 2014

[SOLVED] Re: Formbrowser output filtered by logged in Front End User

I found the answer to my problem spread across several posts, so I will try and collate it here. There are essentially four steps: 1. I started by fetching the userID I used a UDT for the fetch {return_feu_uid} global $gCms; $feusers = $gCms->modules['FrontEndUsers']['object']; if( $feusers )   {   ...
by tosd
Wed Aug 11, 2010 6:07 am
Forum: Modules/Add-Ons
Topic: [SOLVED] Formbrowser output filtered by logged in Front End User
Replies: 5
Views: 2014

[SOLVED] Formbrowser output filtered by logged in Front End User

Hello all, I am using CMSMS v 1.7.1, Formbuilder v 0.62 and Formbrowser v 0.3. I have set these up along with the Frontend Users and Custom Content modules and they are working well together. Many thanks to those involved in the module developments, they give CMSMS amazing flexibility. I have set up...
by tosd
Mon May 11, 2009 9:19 am
Forum: Modules/Add-Ons
Topic: Form Builder multi page forms with page break
Replies: 6
Views: 1984

Form Builder multi page forms with page break

I need to create a form using Form Builder that has multiple pages. I know how to insert a page break / continue button but I don't know how to arrange the linkage between the pages. i.e. how to set it up so that certain fields appear on the first page, and when you click the "continue ..."...
by tosd
Thu Nov 13, 2008 12:49 am
Forum: Modules/Add-Ons
Topic: esshop PAYPAL_PAY error
Replies: 1
Views: 831

[SOLVED] esshop PAYPAL_PAY error

PAYPAL_PAY is actually a Smarty constant that calls a definition in the language file. The problem was that the en_EN.php and en_US.php lang files did not have the definition. It can be added as follows: open the appropriate file in the lang folder e.g. us_US.php Scroll down to the bottom Find the l...
by tosd
Thu Nov 13, 2008 12:24 am
Forum: Modules/Add-Ons
Topic: esshop PAYPAL_PAY error
Replies: 1
Views: 831

esshop PAYPAL_PAY error

Hello all, I have installed esshop into CSM Made Simple and on the final checkout screen I have "PAYPAL_PAY" echoed to the screen where I think I should have a summary of the customer order next to the PayPal button. The PayPal button works correctly. As far as I can see "PAYPAL_PAY&q...
by tosd
Fri Nov 07, 2008 11:35 am
Forum: Modules/Add-Ons
Topic: Sitemaps Made Simple Problem
Replies: 5
Views: 1677

[Solved] Re: Sitemaps Made Simple Problem

It turned out that there was a problem with my CGExtensions module installation, not the Sitemap Made Simple module. I re-installed the latest version of CGExtensions (1.10.1) and everything seems fine now.

Many thanks for your helpful suggestions Alby.
by tosd
Fri Nov 07, 2008 11:20 am
Forum: Modules/Add-Ons
Topic: Sitemaps Made Simple Problem
Replies: 5
Views: 1677

Re: Sitemaps Made Simple Problem

Thankyou Alby. I checked the html source as you suggested and even though nothing was displayed the xml information appeared to be in the source. Then at the bottom of the source code I found this: Fatal error:  Call to a member function _DisplayTemplateList() on a non-object in /home/bbtclub/public...
by tosd
Fri Nov 07, 2008 9:02 am
Forum: Modules/Add-Ons
Topic: Sitemaps Made Simple Problem
Replies: 5
Views: 1677

Re: Sitemaps Made Simple Problem

Thanks for the feedback Alby. CGE Extensions are enabled. I tried turning on debug mode but I have difficulty interpreting the results. For example with a mysql query it may print error[0] - does that mean there is or is not an error? In checking the database I don't think any tables have been added...

Go to advanced search