Search found 498 matches

by musicscore
Mon Sep 29, 2025 12:52 pm
Forum: Modules/Add-Ons
Topic: Formbuilder not sending mails via SMTP
Replies: 2
Views: 413

[Solved] Formbuilder not sending mails via SMTP

Problem found. In the form I created I have a field "From address" with contains te e-mailaddress of the user that sends the form. When this field is set to "from address" the smtp server willl not accept the mail as legal because the from address (in the header of the mail) is n...
by musicscore
Sun Sep 28, 2025 2:22 pm
Forum: Modules/Add-Ons
Topic: Formbuilder not sending mails via SMTP
Replies: 2
Views: 413

Formbuilder not sending mails via SMTP

Hi There. Because my hoster is blocking php mail (and sendmail) due to security concerns I want to use smtp for sending mails from a form that is available of multiple customers websites. So I configured the mailsetting in cmsms to use smtp and send a test mail from the mailsetting screen (see attac...
by musicscore
Thu Jul 31, 2025 11:31 am
Forum: Developers Discussion
Topic: Variable in jquery animate command
Replies: 3
Views: 2125

[Solved] Variable in jquery animate command

YES, I WON THE BATTLE. The problem was that when I use var start_stylecss = {/literal}"{$stylecss_start}"{literal}; I create a string. The animate action in jquery needs a object, not a string. So I took a different way : First I created a string to check what style I want to use and trans...
by musicscore
Tue Jul 29, 2025 3:53 pm
Forum: Developers Discussion
Topic: Variable in jquery animate command
Replies: 3
Views: 2125

Variable in jquery animate command

Hey There, I fighting with a jquery script and I'm losing. So I need some help. What I want is to create a variable containing css setting Then I want to use this variable in a jquery animate command: I searched the internet and tried, tried and tried but .... without any luck. This is what I tought...
by musicscore
Mon Jul 28, 2025 5:21 pm
Forum: Developers Discussion
Topic: Gave release wrong name
Replies: 2
Views: 1671

[Solved] Gave release wrong name

Thanks Chris,

Added a new package and in the package the correct release version number.
Sorry for asking but it makes me learn a lot this way.
Now I have more private time available, finding my way in creating and uploading my first module is fun.
Thanks for al the help.
by musicscore
Mon Jul 28, 2025 5:17 pm
Forum: Developers Discussion
Topic: Delete folder while running update
Replies: 3
Views: 1612

[Solved] Delete folder while running update

Thanks a lot Chris.
That did the job.
by musicscore
Sat Jul 26, 2025 3:58 pm
Forum: Developers Discussion
Topic: Gave release wrong name
Replies: 2
Views: 1671

Gave release wrong name

I added a new release of IwPopupManager but gave the release the wrong name.
Instead of 0.3 I gave it the full name.
How can I change the release name to 0.3.

Please advise
by musicscore
Fri Jul 25, 2025 10:02 am
Forum: Developers Discussion
Topic: Delete folder while running update
Replies: 3
Views: 1612

Re: Delete folder while running update

I checked the Gallery module (methode.upgrade.php) and found @unlink command. Put this code in my methode.upgrade.php without any luck : @unlink("/modules/IwPopupManager/jquery/popup.js"); @rmdir('/modules/IwPopupManager/jquery'); Please advise. If this is solved I can upload the new versi...
by musicscore
Thu Jul 24, 2025 2:24 pm
Forum: Developers Discussion
Topic: Delete folder while running update
Replies: 3
Views: 1612

Delete folder while running update

Hey ther again. I'm almost finished versie 0.3 of my module and are change the methode.upgrade.php. With this php file I want to delete a complete folder (including the files in that folder). Seaching the internet I found this code : // delete jquery directory $dir = "/modules/IwPopupManager/jq...
by musicscore
Mon Jul 21, 2025 4:01 pm
Forum: Developers Discussion
Topic: The use of Cookies
Replies: 4
Views: 1930

Re: The use of Cookies

Thanks Digi3 Session variables only resist as long as the visitor keeps his browser open. When he closes his browser, start it again and opens the website again, the module will not know when that user/ip-address was here before. So I need to use Cookies or a database entry. That is why I think Sess...
by musicscore
Mon Jul 21, 2025 10:18 am
Forum: Developers Discussion
Topic: The use of Cookies
Replies: 4
Views: 1930

The use of Cookies

Hey There Again. I'm building a module and I want that module to know when an user visited a page. When he visited the page less then x hours ago, an php action is skipt. So I was thinking of two solutions : Using a cookie - Set a cookie with a date value and exparation periode and check the date va...
by musicscore
Sun Jul 20, 2025 4:39 pm
Forum: Developers Discussion
Topic: Uploading new Module
Replies: 4
Views: 2078

[Solved] Uploading new Module

Thanks for the help al of you.
The module is uploaded
by musicscore
Sat Jul 19, 2025 10:26 am
Forum: Developers Discussion
Topic: Uploading new Module
Replies: 4
Views: 2078

Re: Uploading new Module

Thanks DIGI3

So excited to publish my first module.
So I did create a new project (IW Popup Manager) and are now waiting to get it approved.
How long will it take to get a project approved ?
(To be shure I did create the project correctly)
by musicscore
Fri Jul 18, 2025 12:48 pm
Forum: Developers Discussion
Topic: Uploading new Module
Replies: 4
Views: 2078

Uploading new Module

Hi there,
I think I finished my first module (Popup Manager) and I want to upload this module to the cmsms store.
So I exported the xml file.
Where and how can I upload the module to the cmsms store so any cmsms user can use it ?

T.I.A. for the help/tip
by musicscore
Sun Jul 13, 2025 1:06 pm
Forum: Developers Discussion
Topic: For developers, a tutorial on how to inject assets into head/> or body/>
Replies: 2
Views: 29080

Re: For developers, a tutorial on how to inject assets into head/> or body/>

Still looking for a solution. I see this error in my log : [13-Jul-2025 14:58:16 Europe/Amsterdam] PHP Warning: Undefined array key "this" in {domain_path}/tmp/templates_c/792a5d6bebc5f14bad36f0328648393e460e04a8_0.module_file_tpl.IwPopupManagerdefault.tpl.php on line 25 [13-Jul-2025 14:58...

Go to advanced search