Search found 6 matches

by nicks
Thu Nov 15, 2018 3:50 pm
Forum: Developers Discussion
Topic: Function to add scripts in head in frontend mode
Replies: 3
Views: 3386

[SOLVED] Function to add scripts in head in frontend mode

Thank you scooper, your solution works like a charm. In addition to create the function in the module class file, i just had to add this in "method.install.php" : $this->AddEventHandler('Core', 'ContentPostRender', false); And this in "method.uninstall.php" : $this->RemoveEventHa...
by nicks
Tue Nov 13, 2018 9:44 am
Forum: Developers Discussion
Topic: Function to add scripts in head in frontend mode
Replies: 3
Views: 3386

Function to add scripts in head in frontend mode

Hello, I'm trying to write a module, and i need to add js script in the <head> section (though, it would even better if i could add it just before the closing <__body> tag but i fear it might be even harder, right?). There is this nice function that does it in backend : GetHeaderHTML(), but i can't ...
by nicks
Thu Nov 09, 2017 10:49 am
Forum: Modules/Add-Ons
Topic: Issues with Order Module
Replies: 4
Views: 3818

Re: Issues with Order Module

Up! Same problem here...
Is there any tut anywhere that describes how to settle the "bundle" of ecommerce modules?
I've found a link on Calguy's blog, but it's not online anymore.

Thanks!
by nicks
Fri Oct 01, 2010 9:07 am
Forum: [locked] CMSMS MLE fork
Topic: [SOLVED] Conflict between {$lang} and CGCalendar?
Replies: 5
Views: 12888

Re: Conflict between {$lang} and CGCalendar?

Hi! Thanks for the replies. Actually, "Jean le Chauve" on the french forum, solved my problem by creating an UDT. The condition is that URL Rewrite is turned on and makes something like that : "mydomain.com/en_USA/mypage", "mydomain.com/fr_FR/mypage" etc... So, this is ...
by nicks
Thu Sep 30, 2010 3:56 pm
Forum: [locked] CMSMS MLE fork
Topic: [SOLVED] Conflict between {$lang} and CGCalendar?
Replies: 5
Views: 12888

Re: Conflict between {$lang} and CGCalendar?

Ok... I suppose that means "don't waste your time"...
by nicks
Thu Sep 30, 2010 3:32 pm
Forum: [locked] CMSMS MLE fork
Topic: [SOLVED] Conflict between {$lang} and CGCalendar?
Replies: 5
Views: 12888

[SOLVED] Conflict between {$lang} and CGCalendar?

Hi! Config : CMSMS MLE : 1.8.2 toliara CGCalendar : 1.5.5 I'm making a multilingual site. I have to use images as title, so i needed a solution to change the image depending on the language. I've found that solution that works great ... ... So it works great... except on pages where the CGCalendar i...

Go to advanced search