Search found 496 matches
- Thu Jul 31, 2025 11:31 am
- Forum: Developers Discussion
- Topic: Variable in jquery animate command
- Replies: 3
- Views: 626
[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...
- Tue Jul 29, 2025 3:53 pm
- Forum: Developers Discussion
- Topic: Variable in jquery animate command
- Replies: 3
- Views: 626
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...
- Mon Jul 28, 2025 5:21 pm
- Forum: Developers Discussion
- Topic: Gave release wrong name
- Replies: 2
- Views: 389
[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.
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.
- Mon Jul 28, 2025 5:17 pm
- Forum: Developers Discussion
- Topic: Delete folder while running update
- Replies: 3
- Views: 348
[Solved] Delete folder while running update
Thanks a lot Chris.
That did the job.
That did the job.
- Sat Jul 26, 2025 3:58 pm
- Forum: Developers Discussion
- Topic: Gave release wrong name
- Replies: 2
- Views: 389
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
Instead of 0.3 I gave it the full name.
How can I change the release name to 0.3.
Please advise
- Fri Jul 25, 2025 10:02 am
- Forum: Developers Discussion
- Topic: Delete folder while running update
- Replies: 3
- Views: 348
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...
- Thu Jul 24, 2025 2:24 pm
- Forum: Developers Discussion
- Topic: Delete folder while running update
- Replies: 3
- Views: 348
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...
- Mon Jul 21, 2025 4:01 pm
- Forum: Developers Discussion
- Topic: The use of Cookies
- Replies: 4
- Views: 606
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...
- Mon Jul 21, 2025 10:18 am
- Forum: Developers Discussion
- Topic: The use of Cookies
- Replies: 4
- Views: 606
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...
- Sun Jul 20, 2025 4:39 pm
- Forum: Developers Discussion
- Topic: Uploading new Module
- Replies: 4
- Views: 730
[Solved] Uploading new Module
Thanks for the help al of you.
The module is uploaded
The module is uploaded
- Sat Jul 19, 2025 10:26 am
- Forum: Developers Discussion
- Topic: Uploading new Module
- Replies: 4
- Views: 730
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)
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)
- Fri Jul 18, 2025 12:48 pm
- Forum: Developers Discussion
- Topic: Uploading new Module
- Replies: 4
- Views: 730
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
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
- 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: 27371
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...
- Sat Jul 12, 2025 2:50 pm
- Forum: Developers Discussion
- Topic: For developers, a tutorial on how to inject assets into head/> or body/>
- Replies: 2
- Views: 27371
Re: For developers, a tutorial on how to inject assets into head/> or body/>
Hi there, I.m trying to use this methode to insert extra jquery script and css while accessing my custom module in the frontend. The 2 extra files (popup.js and popupstyle.css do not load. I modified action.default.php, methode.install.php and {custom.module.php} like shown in your example. Do I nee...
- Fri Jul 11, 2025 2:24 pm
- Forum: Developers Discussion
- Topic: Inserting CSS and JQuery in Module
- Replies: 0
- Views: 1847
Inserting CSS and JQuery in Module
Hi there again. While building my first module I want to insert a jquery script and a css file while openen action.default.php So when the module frontend is opend in the frontend, the css and the jquery is applied. I tried this (and a lot of other options) but without result. https://forum.cmsmades...