Search found 113 matches
- Thu Jan 14, 2021 2:19 pm
- Forum: General Discussion
- Topic: Future of CMSMS and CG modules...
- Replies: 0
- Views: 39
Future of CMSMS and CG modules...
I just wanted to get any thoughts/opinions on the future of CMSMS specifically in relation to a bunch of important modules that were written by Calguy and no longer seem to be maintained. I'm invested into using CMSMS for websites that I design as its very simple to learn/use, but I'm worried that a...
- Mon Jan 11, 2021 9:40 pm
- Forum: Modules/Add-Ons
- Topic: CGBetterForms - could not find valid unique request id
- Replies: 3
- Views: 66
Re: CGBetterForms - could not find valid unique request id
I've just found an old bug report from a previous version which had this issue : http://dev.cmsmadesimple.org/bug/view/12028 Looks like it got fixed, but the bug must have been re-introduced in a later version. If you remove that chunk of code from action.default.php the form still seems to work - b...
- Mon Jan 11, 2021 9:17 pm
- Forum: Modules/Add-Ons
- Topic: CGBetterForms - could not find valid unique request id
- Replies: 3
- Views: 66
Re: CGBetterForms - could not find valid unique request id
thanks - wonder if its a bug? Maybe somebody has a solution...!?
- Mon Jan 11, 2021 5:47 pm
- Forum: Modules/Add-Ons
- Topic: CGBetterForms - could not find valid unique request id
- Replies: 3
- Views: 66
CGBetterForms - could not find valid unique request id
Hi I'm having an issue where I get an error message: Sorry, something has gone wrong. We could not find a valid unique request id in the posted data Same as reported in this forum post (which is locked so I cant reply to it) https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=82327 I'm not sure what...
- Wed Dec 02, 2020 9:14 am
- Forum: Modules/Add-Ons
- Topic: CGBetterForms Honeypot
- Replies: 2
- Views: 155
Re: CGBetterForms Honeypot
Great - thanks for this DIGI3
Have tried your first method and seems to work in testing! Lets see if it helps cut down spam, trying to avoid adding a full on captcha thing as find them annoying!
Have tried your first method and seems to work in testing! Lets see if it helps cut down spam, trying to avoid adding a full on captcha thing as find them annoying!
- Tue Dec 01, 2020 1:29 pm
- Forum: Modules/Add-Ons
- Topic: CGBetterForms Honeypot
- Replies: 2
- Views: 155
CGBetterForms Honeypot
The honeypot function doesnt seem to work for me, wondering if its a bug, or of there's something I need to do to get it working? It says in the help that it has a built in honeypot, and indeed, when my form is rendered on the front end there is a hidden form field called '__hpname'... but if this f...
- Wed Nov 25, 2020 4:17 pm
- Forum: Modules/Add-Ons
- Topic: LISE dates entry - only display future
- Replies: 8
- Views: 299
Re: LISE dates entry - only display future
Hmm - will try again! Though implemented your other method and is working for me anyway 

- Wed Nov 25, 2020 3:36 pm
- Forum: Modules/Add-Ons
- Topic: LISE dates entry - only display future
- Replies: 8
- Views: 299
Re: LISE dates entry - only display future
Hi DIGI3
No - am using the new LISE, not the old... I thought Veldon indicated the xsrstart_date wouldnt work?
It didnt work when I tried it anyway...!
No - am using the new LISE, not the old... I thought Veldon indicated the xsrstart_date wouldnt work?
It didnt work when I tried it anyway...!
- Wed Nov 25, 2020 9:22 am
- Forum: Modules/Add-Ons
- Topic: LISE dates entry - only display future
- Replies: 8
- Views: 299
Re: LISE dates entry - only display future
ah thats a shame, I did wonder if/how I could use xsrstart_date So, if I go with DIGI3's other option: {foreach from=$items item=item} {if $item->date|date_format:U > $smarty.now} do stuff {else} {* item is in the past *} {/if} {/foreach} Is it ok to leave nothing in between the {else} and {/if}?
- Tue Nov 24, 2020 3:57 pm
- Forum: Modules/Add-Ons
- Topic: LISE dates entry - only display future
- Replies: 8
- Views: 299
LISE dates entry - only display future
Can somebody help me with this? I have a LISE module I'm using to display events where one of the fields is called 'date and time' and is a LISE 'Select DateTime' field I'm outputting the module like this: {LISEEvents orderby='custom_date_and_time|DESC'} How do I get it to only display dates in the ...
- Thu Oct 22, 2020 3:28 pm
- Forum: Modules/Add-Ons
- Topic: LISE - display specific detail page
- Replies: 2
- Views: 172
Re: LISE - display specific detail page
Perfect - thanks!
- Thu Oct 22, 2020 9:31 am
- Forum: Modules/Add-Ons
- Topic: LISE - display specific detail page
- Replies: 2
- Views: 172
LISE - display specific detail page
Hi all I'm trying to use LISE to output a specific entry on a page in detail view... I tried the below hoping it would work but it doesnt! I get a web page that's broken and amongst its all this output: 'missing parameter, this should not happen' {LISEResearch action='detail' include_items = '11' } ...
- Thu Oct 15, 2020 1:18 pm
- Forum: Modules/Add-Ons
- Topic: Lise - display Category name
- Replies: 3
- Views: 492
Re: Lise - display Category name
bit late, but as I was just looking for the solution myself thought I'd post here what I'd worked out for the benefit of anyone else... this is the code I've put in my summary template in order to display the category name associated with each item {foreach from=$item->fielddefs item=fielddef} {if $...
- Fri Sep 04, 2020 7:45 am
- Forum: CMSMS Core
- Topic: News module - displaying custom field in template
- Replies: 2
- Views: 259
Re: News module - displaying custom field in template SOLVED
Perfect - thanks!
- Thu Sep 03, 2020 8:09 pm
- Forum: CMSMS Core
- Topic: News module - displaying custom field in template
- Replies: 2
- Views: 259
News module - displaying custom field in template
I'm sure this has been asked before - but I can't find it if it has! And I'm sorry if its a dumb question but its not mentioned in the module help (... it really should be!) but... If I have created a custom field called 'image' which is of the 'linked file' type.. how do I display this in a News te...