Search found 25 matches

by smithdesign77
Tue Mar 19, 2024 2:41 pm
Forum: Modules/Add-Ons
Topic: LISE template / or general question
Replies: 3
Views: 23870

Re: LISE template / or general question

Yup, you nailed it! ;D My new code is now: {foreach original loop - no extra looping now… {if !isset($highdate)}{assign highdate value=$item->modified_time}{/if} {if ($item->modified_time > $highdate)}{assign highdate value=$item->modified_time}{/if} {/foreach} and then later only the variable {$hig...
by smithdesign77
Tue Mar 19, 2024 9:56 am
Forum: Modules/Add-Ons
Topic: LISE template / or general question
Replies: 3
Views: 23870

LISE template / or general question

Hi! I do have a working solution - but I wonder, if this could have been accomplished quicker/shorter in code. I wanted to write a "last updated on" (German date, which is bad to sort by) at the very end of the LISE items. This is what I have so far and what does work: <p><small>Last updat...
by smithdesign77
Thu Sep 09, 2021 7:41 am
Forum: CMSMS Core
Topic: How to make CMSms error 404 - fast
Replies: 2
Views: 1113

Re: How to make CMSms error 404 - fast

Thank you Digi! I can file a report. I can try. Dunno where to do - I never did that, I always asked the board for help. ;D But I'll try. Can't be that difficult. And yes, I meant the section header. I just didn't know how the english translation was and was too lazy to switch the language to find i...
by smithdesign77
Wed Sep 08, 2021 2:51 pm
Forum: CMSMS Core
Topic: How to make CMSms error 404 - fast
Replies: 2
Views: 1113

How to make CMSms error 404 - fast

Hey all! I just found the funniest error I personally ever encountered with CMSmadesimple. ;D Storytime: My customer called me that his page answers with a 404. She admitted being in the content manager clicking around (its just construction and I encouraged her to feel free to click around everywhe...
by smithdesign77
Thu May 06, 2021 7:50 am
Forum: Modules/Add-Ons
Topic: NewsletterMadeSimple custom fields return empty
Replies: 9
Views: 2562

Re: NewsletterMadeSimple custom fields return empty

Thank you Velden! That was what I thought all along - but over the time reading into some posts (I can't be much of help unfortunately in terms of coding) I figured that a lot of times supposed "bugs" in the end were actually not really bugs, but due to misusage, misconfiguration, server s...
by smithdesign77
Wed May 05, 2021 7:03 pm
Forum: Modules/Add-Ons
Topic: NewsletterMadeSimple custom fields return empty
Replies: 9
Views: 2562

Re: NewsletterMadeSimple custom fields return empty

Thank you Velden, for coming back on this. Indeed I only sent a test mail with NMS once ever and soon figured that fields are not processed at all (what totally makes sense while one doesn't choose a user for the test run, but only a recipient address). So if at all I'd use this only to quickly see ...
by smithdesign77
Wed May 05, 2021 7:58 am
Forum: Modules/Add-Ons
Topic: NewsletterMadeSimple custom fields return empty
Replies: 9
Views: 2562

Re: NewsletterMadeSimple custom fields return empty

Hallo again, so, after writing an UDT, in hope I could extract the variables from the database by rendering the UDT within the message body (which, by the didn't work, only did in the front-end) I figured something I cannot grasp (as a designer, not a coder) and therefore ask for your assistance. I ...
by smithdesign77
Tue Jan 19, 2021 12:16 pm
Forum: Modules/Add-Ons
Topic: NewsletterMadeSimple custom fields return empty
Replies: 9
Views: 2562

Re: NewsletterMadeSimple custom fields return empty

Thank you Velden! What you described, was exactly how id did work for many years. Actually I cannot recall that this had ever not worked, until just now. :-\ The background is, that I had to upgrade a very, very old charity-like website, that uses newsletters like three or four times a year. Hence a...
by smithdesign77
Thu Jan 14, 2021 1:08 pm
Forum: Modules/Add-Ons
Topic: NewsletterMadeSimple custom fields return empty
Replies: 9
Views: 2562

Re: NewsletterMadeSimple custom fields return empty

Alright, I got it to give me some more info. When my message said: === {$fields|print_r} === it returned in the email as: === 1 === But when my message said: === {foreach from=$fielddefs item=fields name=item} {$fields|print_r} {/foreach} ...eof foreach === Then it returned in the email as: === nms_...
by smithdesign77
Thu Dec 31, 2020 3:45 pm
Forum: Modules/Add-Ons
Topic: NewsletterMadeSimple custom fields return empty
Replies: 9
Views: 2562

NewsletterMadeSimple custom fields return empty

Hey y'all! So, meanwhile as I got the mais to send ;D I'm running into the next problem … my custom fields are not populated. Wherever {$fields.MYFIELD} should be populated I only receive "". So, first I thought perhaps the variables don't fit (because I uploaded the newsletter recipients ...
by smithdesign77
Thu Dec 31, 2020 1:31 pm
Forum: Modules/Add-Ons
Topic: FormBuilder submit error: XSS attempt!
Replies: 5
Views: 1999

Re: FormBuilder submit error: XSS attempt!

I only run into this when trying to resend the form (refresh page) or sending too often within short time periods (what happens while developing, but not regulary) . I came to the idea it could have issues with the cookies … especially the admin-cookies … because, when I used another Browser (develo...
by smithdesign77
Thu Dec 31, 2020 1:18 pm
Forum: Modules/Add-Ons
Topic: NMS - or actually CmsJobManager not starting
Replies: 2
Views: 2240

Re: NMS - or actually CmsJobManager not starting

Okay, I guess this is solved and perhaps I did find the answer. However, it seems to me, that as long the page is in maintenance mode , that newsletters cannot be sent — for whatever reason I don't know and why-ever this is not mentioned in the documentation or does not run into an error but instead...
by smithdesign77
Thu Dec 17, 2020 4:17 pm
Forum: Modules/Add-Ons
Topic: Solved bug - appears again? FormBuilder question
Replies: 1
Views: 738

Re: Solved bug - appears again? FormBuilder question

Okay, I got this sorted out. So, there is another field that could translate to "Send the results to an address provided by the user" (I'm using the German localized translation here) . This one works like a charm! :) The only downside: I can't ask the user anymore, if he wants a copy or n...
by smithdesign77
Tue Dec 08, 2020 1:06 pm
Forum: Modules/Add-Ons
Topic: Solved bug - appears again? FormBuilder question
Replies: 1
Views: 738

Solved bug - appears again? FormBuilder question

Hello everyone… :) Now, this actually took me a while to figure out, what actually is happening, when, where and why. What happened? Senders of a certain form complained that they didn't receive a copy of their inquiry. While I tested the form (extensive) I never had any issue; then I had the idea t...
by smithdesign77
Tue May 19, 2020 8:55 am
Forum: Modules/Add-Ons
Topic: NMS - or actually CmsJobManager not starting
Replies: 2
Views: 2240

NMS - or actually CmsJobManager not starting

Hello guys… I am having an issue with two last sites (both at the same webhoster) I'd like to finally upgrade to the latest version and PHP7.3 Everything works like a charm for the major parts, only I cannot manage to get the newsletters to work. :( I have the same issue as posted already in this th...

Go to advanced search