Search found 27 matches

by Eric Pesser
Fri Nov 06, 2015 5:31 pm
Forum: General Discussion
Topic: MleCMS module for 2.0
Replies: 7
Views: 5313

Re: MleCMS module for 2.0

Thanks, I'll look at all these information.
by Eric Pesser
Thu Nov 05, 2015 8:01 am
Forum: General Discussion
Topic: MleCMS module for 2.0
Replies: 7
Views: 5313

Re: MleCMS module for 2.0

Hi Calguy, So you suggest to do it with a content type. But I think we'll need one more content metadata : content language. I don't want to duplicate ContentManager only to get this field added. If so, we have to duplicate all modules to make them MLE and not MLE. I really can't imagine this. My ma...
by Eric Pesser
Fri Oct 16, 2015 9:58 pm
Forum: General Discussion
Topic: MleCMS module for 2.0
Replies: 7
Views: 5313

Re: MleCMS module for 2.0

Hi Rolf, this means "not active" for 4 month ;).

Seems not more reachable, but me and many other guys needs MleCMS to be working before migrating on 2.0...
by Eric Pesser
Fri Oct 16, 2015 3:35 pm
Forum: General Discussion
Topic: MleCMS module for 2.0
Replies: 7
Views: 5313

MleCMS module for 2.0

Hi Guys, I'm looking to CMSMS 2.0 upgrades and for that, I need MleCMS as most of my sites are Mle. This modules doesn't seem to be 2.0 compatible, and some friends of me told me they can't contact the author anymore. It's just impossible for me to change the implementation or the module name. It mu...
by Eric Pesser
Thu Sep 24, 2015 8:33 am
Forum: General Discussion
Topic: Multilingual ContentManager Module who wants?
Replies: 0
Views: 1849

Multilingual ContentManager Module who wants?

Hi, As I understand, it's now possible to make it's own content manager. My business is to make the more often MLE websites. So I'd like to know if there are other people who are ready to make a small team to build a MLEContentManager. 1) Design all the specs (I still have a goed idea of what is for...
by Eric Pesser
Mon Mar 23, 2015 8:06 pm
Forum: Geekmoot 2015
Topic: Geekmoot 2015 review
Replies: 8
Views: 55112

Re: Geekmoot 2015 review

Hi Paul! Hi all! I also wants to thank again everybody for what was my first GeekMoot. I don't know where the next will find place (sunny Portugal ? ;-)) but I hope I would come again. Highly valuable experience for me. I can send my slides or be available for questions about my presentations as you...
by Eric Pesser
Fri Nov 15, 2013 2:25 pm
Forum: Developers Discussion
Topic: Custom module rawurlencode with CreateLink (cause by array)
Replies: 6
Views: 4912

Re: Custom module rawurlencode with CreateLink (cause by arr

I should do this in my code, as guro told me, using serialization when a value is an array, use for this my own CreateLink/CreateFrontEndLink function. True. But for me, passing an array by url is not really specific. Changing the core would manage the case we have to put en array in the url. Actual...
by Eric Pesser
Fri Nov 15, 2013 12:27 pm
Forum: Developers Discussion
Topic: Custom module rawurlencode with CreateLink (cause by array)
Replies: 6
Views: 4912

Re: Custom module rawurlencode with CreateLink (cause by arr

Me too.

Thanks for your contribution, I did not think to serialisation.
by Eric Pesser
Fri Nov 15, 2013 12:13 pm
Forum: Developers Discussion
Topic: Custom module rawurlencode with CreateLink (cause by array)
Replies: 6
Views: 4912

Re: Custom module rawurlencode with CreateLink (cause by arr

You may serialize your array before use array_merge. And unserialize in your module after processing cms core. Mmmh yes that could be a good workaround in this case, but for me, only a workaround. Not a real solution I think. That should be a better solution if that core function does implement it ...
by Eric Pesser
Fri Nov 15, 2013 10:14 am
Forum: Developers Discussion
Topic: Custom module rawurlencode with CreateLink (cause by array)
Replies: 6
Views: 4912

Custom module rawurlencode with CreateLink (cause by array)

Hi, I currently have an error in a custom module. I think CMSM API don't support arrays while generating urls. My urls are pagination url from a search page. All links should be copied and so all parameters are needed. Here is the call : $item->url = $this->CreateLink($id, 'my_list', $returnid, '', ...
by Eric Pesser
Wed May 08, 2013 10:27 am
Forum: Developers Discussion
Topic: CreateTextArea : TinyMCE not showing in frontend
Replies: 1
Views: 2582

Re: CreateTextArea : TinyMCE not showing in frontend

I tried using "Use static config file". It's ok but is there a way to avoid to use this file ?

When using normal config, second js included by cms_init_editor outputs me the home page of the site.

Should it be a bug?
by Eric Pesser
Wed May 08, 2013 10:11 am
Forum: Developers Discussion
Topic: CreateTextArea : TinyMCE not showing in frontend
Replies: 1
Views: 2582

CreateTextArea : TinyMCE not showing in frontend

Hi, I'm trying to use tinymce on frontend and it doesn't show because called script content "admin" path in {cms_init_editor } added code : "/admin/moduleinterface.php?mact=TinyMCE" It works only when I login to the site as admin. But it's not my purpose every user is an admin :)...
by Eric Pesser
Tue Mar 12, 2013 11:20 pm
Forum: Developers Discussion
Topic: CGSmartImage used inside a custom module to generate images
Replies: 3
Views: 3188

Re: CGSmartImage used inside a custom module to generate ima

Ok solved... As I only manage jpg or png files, I found this solution : function ResizeImage($id, $pdfDirectory, $file, $width, $height) { $mod = cms_utils::get_module('CGSmartImage'); // make sure the module is loaded // build an array of params, same as the tag accepts $params['src'] = $file; $par...
by Eric Pesser
Tue Mar 12, 2013 12:23 pm
Forum: Developers Discussion
Topic: CGSmartImage used inside a custom module to generate images
Replies: 3
Views: 3188

Re: CGSmartImage used inside a custom module to generate ima

Thank you very much!

That helped me a lot.

Now I get an issue (not linked to this) because FPDF seems not to accept .img extension but it's another story.

Thanks again Robert.

Heriquet
by Eric Pesser
Tue Mar 12, 2013 12:07 am
Forum: Developers Discussion
Topic: CGSmartImage used inside a custom module to generate images
Replies: 3
Views: 3188

CGSmartImage used inside a custom module to generate images

Hi,

For one of my customers, I have to print a custom module data list as a PDF.

As on webpage I use CGSmartImage, I would like to use it in my PHP code to generate better images for this (FPDF) output.

Is it possible? Does someone already did it?

Cheers,

Eric

Go to advanced search