Search found 19 matches

by Ertenal
Sun Apr 06, 2014 1:56 pm
Forum: Developers Discussion
Topic: best practice to release module to forge
Replies: 3
Views: 3488

Re: best practice to release module to forge

Ic.. didn't knew that. Next version will include a version number. And now i see a last commit date. Seems it works :-)
by Ertenal
Fri Apr 04, 2014 9:31 am
Forum: Developers Discussion
Topic: best practice to release module to forge
Replies: 3
Views: 3488

best practice to release module to forge

I just released my second module for CMS Made Simple. I'm familiar with GIT and saw the option of version control via GIT (is this new?) So i registered my module and a couple of minutes later i received an email that my project is accepted. After that i pushed my local code to the git repository in...
by Ertenal
Thu Mar 20, 2014 9:04 am
Forum: Modules/Add-Ons
Topic: ID parameter for webhook
Replies: 3
Views: 1624

Re: ID parameter for webhook

That's a good solution! The only problem is that i have to create something outside the module code. I'm not to happy about that.

If you say it is removed in 2.0 i will wait for that version to release this module.
by Ertenal
Wed Mar 19, 2014 11:43 am
Forum: Modules/Add-Ons
Topic: ID parameter for webhook
Replies: 3
Views: 1624

ID parameter for webhook

I am writing a module to use the Mollie API (dutch iDeal). One part of this API is that you can specify an url for a webhook. After a payment Mollie sends a POST request to that url with a variable called 'id'. With this ID you can get the payment status and update your local database. But the annoy...
by Ertenal
Wed Sep 19, 2012 8:16 am
Forum: Dutch - Nederlands
Topic: Newsletter Made Simple verstuurt dubbele mails
Replies: 2
Views: 1443

Re: Newsletter Made Simple verstuurt dubbele mails

Dat is inderdaad wat ik heb. Vreemd, maar waar!
by Ertenal
Thu Sep 13, 2012 9:19 pm
Forum: Dutch - Nederlands
Topic: Newsletter Made Simple verstuurt dubbele mails
Replies: 2
Views: 1443

Newsletter Made Simple verstuurt dubbele mails

De NMS module wordt steeds beter maar ik baal er van dat deze gewoon niet bugvrij is. Nu heb ik een vervelende bug gevonden die ik maar niet kan oplossen. Ik heb een bericht aangemaakt, een verzendlijst met één e-mailadres (mijn eigen) en maak een opdracht aan om dit bericht naar het e-mailadres te ...
by Ertenal
Thu Aug 16, 2012 7:40 pm
Forum: The Lounge
Topic: Transfer content tables from one cmsms to another
Replies: 2
Views: 1355

Re: Transfer content tables from one cmsms to another

That was the trick. Thank you
by Ertenal
Thu Aug 16, 2012 2:20 pm
Forum: The Lounge
Topic: Transfer content tables from one cmsms to another
Replies: 2
Views: 1355

Transfer content tables from one cmsms to another

Im creating a new version of a website that is made with cmsms 1.6. I'd like to use the new cmsms version (1.11.1) for the new site, but also want to have a fresh and clean installation (so no update). When this is done, i want to transfer the content of the current website to the new website. So i ...
by Ertenal
Thu May 10, 2012 7:34 pm
Forum: Developers Discussion
Topic: Display database error message
Replies: 3
Views: 2785

Re: Display database error message

@Wishbone I have tried debug mode; it still throws an error when dbresult = false.

@calguy1000 True, that will work. But since i query alot, i would have to put this code every where. I want to to give me an error message when an error occured, not when i check for errors.
by Ertenal
Fri May 04, 2012 9:06 am
Forum: Developers Discussion
Topic: Display database error message
Replies: 3
Views: 2785

Display database error message

When i create a module, i sometimes write incorrect sql queries. After all, i'm only human :-). But the annoying part is that i won't get a sql error message when that happened. I have to check if the $dbresult variable (result of the Execute function) is false. This is very annoying and time consum...
by Ertenal
Tue Mar 13, 2012 9:47 am
Forum: Aankondigingen
Topic: Het 1e lustrum: de 5e CMSMS workshop
Replies: 85
Views: 147115

Re: Het 1e lustrum: de 5e CMSms workshop

De achterhoek is wel heel ver uit de 'hoek' hoor ;-)

Iets centraler zou denk ik prettiger werken en meer mensen opleveren??
by Ertenal
Wed Jan 18, 2012 12:17 pm
Forum: General Discussion
Topic: Better language support for modules
Replies: 4
Views: 2606

Re: Better language support for modules

If a language string is missing, for some reason, then i'd rather see the english version of the string then some message that it doesn't exist. This speeds up the process of module development because you don't have to create an english translation file.
by Ertenal
Tue Jan 17, 2012 12:39 pm
Forum: General Discussion
Topic: Better language support for modules
Replies: 4
Views: 2606

Better language support for modules

If there is one thing i like about magento is the way the use translations. English is the default language, offcourse. If you have a sentence like "Thank you for shopping" you will put this in your template like <?php echo $this->__('Thank you for shopping') ?> The system then tries to tr...
by Ertenal
Wed Dec 21, 2011 10:57 am
Forum: Developers Discussion
Topic: Add breadcrumbs to custom module
Replies: 7
Views: 7019

Re: Add breadcrumbs to custom module

The only thing they have is Home > Products.
I also want to show Home > Products > Product detail
by Ertenal
Tue Dec 20, 2011 9:20 am
Forum: Developers Discussion
Topic: Add breadcrumbs to custom module
Replies: 7
Views: 7019

Re: Add breadcrumbs to custom module

Is this simply not possible?

Go to advanced search