Search found 1015 matches

by applejack
Fri Jun 03, 2016 6:46 pm
Forum: General Discussion
Topic: I miss the old Global Content Blocks
Replies: 10
Views: 7245

Re: I miss the old Global Content Blocks

Yes exactly if you use modules which have a tendency to come and go which is why I try and stick to using the core as much as possible.

Re point 4 I meant in order to be able to update to series 2.
by applejack
Thu Jun 02, 2016 2:20 am
Forum: General Discussion
Topic: I miss the old Global Content Blocks
Replies: 10
Views: 7245

Re: I miss the old Global Content Blocks

Getting rid of GCB was a stupid idea. Why:- 1. Easy for a client to use, as they create a GCB save and the code they need to use is shown which they can copy and paste. 2. Restrict access to templates for clients. 3. Randomise CGB based upon a naming convention (using regex), which I'm sure can be d...
by applejack
Thu Jun 02, 2016 1:44 am
Forum: Modules/Add-Ons
Topic: Rotating Banner Module
Replies: 8
Views: 2468

Re: Rotating Banner Module

The banners module you can set how many times to show up, when to start it, stop it.

If you want to in page rotate you also can if you get your hands dirty with a bit of jQuery.

However does the banners module have such developed functions of some WP plugins then no.
by applejack
Fri Mar 25, 2016 1:28 pm
Forum: Modules/Add-Ons
Topic: CGExtensions latest version filenames don't match
Replies: 1
Views: 983

CGExtensions latest version filenames don't match

Hi Robert

Wasn't sure where to post this just wanted to let you know there is a mismatch in the file names for the latest version of CGExtensions.

CGExtensions-1.51.2.tar.gz
CGExtensions-1.52.2.xml

Also where is the svn repo for this as the link listed on the code page doesn't work.
by applejack
Thu Mar 24, 2016 5:05 pm
Forum: Modules/Add-Ons
Topic: [Solved] Newsletter Made Simple to run on CMS v2 ?
Replies: 3
Views: 2175

Re: Newsletter Made Simple to run on CMS v2 ?

Ok thanks didn't realise it was already v2 compatible.
by applejack
Thu Mar 24, 2016 4:14 pm
Forum: Modules/Add-Ons
Topic: [Solved] Newsletter Made Simple to run on CMS v2 ?
Replies: 3
Views: 2175

[Solved] Newsletter Made Simple to run on CMS v2 ?

Hi Robert

I would grateful if you could please let me know whether or not you intend at some point to update Newsletter Made Simple to run on v2 of CMSMS.

Thanks in advance.
by applejack
Mon Sep 14, 2015 11:44 pm
Forum: Modules/Add-Ons
Topic: CGContent Utilities and GCB Selector
Replies: 2
Views: 1079

Re: CGContent Utilities and GCB Selector

If the GCB is passed via block='Contact-Box' try using double quotes block="Contact-Box"
by applejack
Wed Feb 11, 2015 2:41 am
Forum: Modules/Add-Ons
Topic: [solved] Formbuilder input field multiple default values
Replies: 3
Views: 1642

Re: Formbuilder input field multiple default values

Try value_fld99=$smarty.session.fbparams.street|cat:$smarty.session.fbparams.streetnumber or if you want to separate them after use a split i.e. value_fld99=$smarty.session.fbparams.street|cat:','|cat:$smarty.session.fbparams.streetnumber Then {assign var="Array" value=","|explod...
by applejack
Mon Feb 02, 2015 6:41 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Dynamic variable names values in page template loop
Replies: 4
Views: 4057

Re: Dynamic variable names and values in page template loop

Ok Thanks once again.

Solution to initial question is:-

Code: Select all

{section name=i start=1 loop=21}
	{$speaker_name_{$smarty.section.i.index}}	
{/section}
by applejack
Mon Feb 02, 2015 6:32 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Dynamic variable names values in page template loop
Replies: 4
Views: 4057

Re: Dynamic variable names and values in page template loop

Hi Jo

Many thanks that worked.

From what I know you can create page content blocks dynamically in a loop. Is that correct ?
by applejack
Mon Feb 02, 2015 5:33 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Dynamic variable names values in page template loop
Replies: 4
Views: 4057

[SOLVED] Dynamic variable names values in page template loop

Not sure if this is possible but in a page template I need to be able to re-create variable names within a smarty loop and pull out their values. In a page template there are 20 content blocks using a naming convention speaker_name_1, speaker_name_2, speaker_name_3 all assigned to same named variabl...
by applejack
Sat Jan 31, 2015 6:49 pm
Forum: CMSMS Core
Topic: Database fields date type why not long text ?
Replies: 3
Views: 1750

Re: Database fields date type why not long text ?

Re Point A Ok if your so sure that long text is never required please explain how you would do this. Scenario is for an events programme which needs to be added and editable by the client without using any coding apart from the obvious one of simple text formatting. A programme can consist of up to ...
by applejack
Fri Jan 30, 2015 3:23 pm
Forum: CMSMS Core
Topic: Database fields date type why not long text ?
Replies: 3
Views: 1750

Re: Database fields date type why not long text ?

Thanks Robert. I wasn't asking for support just a general query and thoughts, though it would have been nice if you could have actually answered the question as to why these data types are set to text if there is no good reason not to set them as long text, and therefore avoid having to answers such...
by applejack
Fri Jan 30, 2015 1:49 pm
Forum: CMSMS Core
Topic: Database fields date type why not long text ?
Replies: 3
Views: 1750

Database fields date type why not long text ?

Is there any good reason why some of the fields are set to text rather than long text such as the template_content field in the cms_templates table and the html fields in cms_htmlblobs amongst others. I'm asking this because I'm having to create a site where the page template content is very large (...
by applejack
Thu Jan 29, 2015 4:52 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CallUserTag how to pass and capture value in UDT
Replies: 2
Views: 1296

Re: CallUserTag how to pass and capture value in UDT

Many thanks Velden that helped me get it sorted.

Go to advanced search