Search found 462 matches
- Fri Oct 24, 2014 11:23 am
- Forum: The Lounge
- Topic: Apply versus Submit
- Replies: 4
- Views: 2191
Re: Apply versus Submit
It's all a matter of semantics and what you get used to. 'Submit' vs 'Apply' makes perfect sense to me and my clients. They tell me and my clients that any changes made will be saved. The only difference is where they end up after clicking the buttons. 'Exit' or 'Close' would not tell me/clients tha...
- Wed Oct 22, 2014 11:12 am
- Forum: CMSMS Core
- Topic: MicroTiny and Images
- Replies: 4
- Views: 2151
Re: MicroTiny and Images
Doh, self-head-slap.
thanks paulbaker.
thanks paulbaker.
- Tue Oct 21, 2014 9:23 am
- Forum: CMSMS Core
- Topic: MicroTiny and Images
- Replies: 4
- Views: 2151
Re: MicroTiny and Images
Thanks Velden I had a <base> tag generated by SEOTools2, ie: <base href="http://www.mysite.com.au/cms" > I searched but could not find: Diabled fake url. Please use ' Do not automatically parse URLs' checkbox Where is that checkbox for MicroTiny? I moved the site from the sub-directory to ...
- Sun Oct 19, 2014 12:57 pm
- Forum: CMSMS Core
- Topic: MicroTiny and Images
- Replies: 4
- Views: 2151
MicroTiny and Images
Not sure if this is a bug that should be reported in the forge or just a weird behaviour. Background: CMSMS 1.11.11 installed in a subdirectory and using pretty urls. Config.php shows $config['root_url'] = base url + subdir, eg: http://www.mysite.com.au/cms .htaccess is set to RewriteBase /cms When ...
- Thu Oct 16, 2014 1:35 am
- Forum: Modules/Add-Ons
- Topic: plugin protect_email
- Replies: 11
- Views: 9818
Re: plugin protect_email
Was keen to use this plugin but found a bug. It only supports email address with one extension, eg .fr or .com
Nothing is returned if the email address has two extensions, eg .com.au or .co.uk
it's back to the mailto plugin for now.
Nothing is returned if the email address has two extensions, eg .com.au or .co.uk
it's back to the mailto plugin for now.
- Wed Oct 15, 2014 8:25 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog > News category - Dropdown selector - Limit ?
- Replies: 1
- Views: 1181
Re: CGBlog > News category - Dropdown selector - Limit ?
Dont know if it's related to your problem but
should be url-friendly, ie without any spaces.block="CGBlog selector"
- Wed Oct 15, 2014 1:23 pm
- Forum: The Lounge
- Topic: [SOLVED] File not appearing in news detail template
- Replies: 8
- Views: 3520
Re: File not appearing in news detail template
OK, individuallly. So does: <img src="{$entry->file_location}/{$entry->fields.MYIMAGEFIELDNAME->value}"/> work? Does your fieldname have a space in it eg 'My Image'? If so, try: {$myimage='My Image'} <img src="{$entry->file_location}/{$entry->fields.$myimage->value}"/> Really nee...
- Wed Oct 15, 2014 1:13 pm
- Forum: The Lounge
- Topic: [SOLVED] File not appearing in news detail template
- Replies: 8
- Views: 3520
Re: File not appearing in news detail template
Are you using the {foreach} loop for the custom fields or accessing them individually?
- Wed Oct 15, 2014 1:04 pm
- Forum: The Lounge
- Topic: [SOLVED] File not appearing in news detail template
- Replies: 8
- Views: 3520
Re: File not appearing in news detail template
Try {$field->value}
- Wed Oct 15, 2014 10:57 am
- Forum: Modules/Add-Ons
- Topic: [solved - sort of] Campaign Monitor (CMon) module
- Replies: 1
- Views: 1081
[solved - sort of] Re: Campaign Monitor (CMon) module
Got it working (just) to send campaigns from CGBlog articles without changing any module code. For anyone interested: 1. Ensure the CMon Options tab is saved with the API Key & Client ID etc 2. Create a module_custom directory 3. Create CMon/templates directory 4. Copy campaigns.tpl into this di...
- Tue Oct 14, 2014 11:25 pm
- Forum: Modules/Add-Ons
- Topic: [solved - sort of] Campaign Monitor (CMon) module
- Replies: 1
- Views: 1081
[solved - sort of] Campaign Monitor (CMon) module
Do you know how to use this module? Help is less than: What Does This Do? This module allows you to send pages to Campaign Monitor and allows you to send newsletters with many statistics through CMS Made Simple. How Do I Use It [FIX-ME!] What Parameters Does It Take [FIX-ME!] Not sure if this module...
- Mon Oct 13, 2014 10:14 am
- Forum: Modules/Add-Ons
- Topic: SEOTools2 broken W3C Validity [Solved]
- Replies: 10
- Views: 3796
Re: SEOTools2 broken W3C Validity
CRSounds, please add [solved] to the topic subject
- Mon Oct 13, 2014 7:17 am
- Forum: Modules/Add-Ons
- Topic: SEOTools2 broken W3C Validity [Solved]
- Replies: 10
- Views: 3796
Re: SEOTools2 broken W3C Validity
Having said that, there are a couple of things I'd like to tweak so maybe a new version sometime soon. Wont be anything dramatic though.
The current 'stale' version still works well with the latest version of CMSMS.
The current 'stale' version still works well with the latest version of CMSMS.
- Mon Oct 13, 2014 6:29 am
- Forum: Modules/Add-Ons
- Topic: SEOTools2 broken W3C Validity [Solved]
- Replies: 10
- Views: 3796
Re: SEOTools2 broken W3C Validity
None of the bugs have been solved since 2012. Most of the bugs were Invalid due to user error/lack of knowledge. There are a couple that are trivial and do not affect the performance of SEOTools2 or CMSMS. I have also received a few feature requests but time and resources dictated that 'if it ain't...
- Mon Oct 13, 2014 12:48 am
- Forum: Modules/Add-Ons
- Topic: SEOTools2 broken W3C Validity [Solved]
- Replies: 10
- Views: 3796
Re: SEOTools2 broken W3C Validity
SEOTools2 is sensitive to the HTML version you are using. Make sure you have it set correctly in the dropdown on the Page Title & Metadescription tab.
The default is HTML5. The errors you are seeing will occur if your template is set for XHTML.
The default is HTML5. The errors you are seeing will occur if your template is set for XHTML.