Search found 54 matches

by jsmonzani
Fri Apr 27, 2007 6:00 am
Forum: Tips and Tricks
Topic: My trick for multilingual pages with regular CMS v1.0.6
Replies: 36
Views: 60346

Re: My trick for multilingual pages with regular CMS v1.0.6

No problem. It can't be compared to how many help you've provided us  ;)
by jsmonzani
Thu Apr 26, 2007 5:37 pm
Forum: Tips and Tricks
Topic: My trick for multilingual pages with regular CMS v1.0.6
Replies: 36
Views: 60346

My trick for multilingual pages with regular CMS v1.0.6

Since the multilingual version of CMS is a branch and is not up to date, I've thought about doing an adaptation of the regular templates to support multiple languages. The idea is to create content blocks for each language within the template. I'm going to use "fr" as another language here...
by jsmonzani
Thu Apr 26, 2007 5:22 pm
Forum: French - Français
Topic: Qui arrive à faire tourner TinyMCE en français ?
Replies: 5
Views: 4158

Re: Qui arrive à faire tourner TinyMCE en français ?

Juste pour tenir les lecteurs éventuels au courant : malgré la base de donnée correctement en UTF8 + utf8_general_ci, j'ai toujours TinyMCE qui effectue le remplacement é -> & à la saisie... idem en jouant sur $config['locale'] = ''; $config['default_encoding'] = 'utf-8'; $config['admin_encoding...
by jsmonzani
Tue Apr 24, 2007 2:11 pm
Forum: French - Français
Topic: Qui arrive à faire tourner TinyMCE en français ?
Replies: 5
Views: 4158

Re: Qui arrive à faire tourner TinyMCE en français ?

Tiens, je vois que la version 2.0.6 de TinyMCE en français possède aussi un champ "extra config".
J'aimerais bien y ajouter
entity_encoding : "raw"

mais je ne sais pas quelle est la syntaxe à utiliser. J'ai essayé avec =, mais c'est pas mieux.
Merci !

JS
by jsmonzani
Tue Apr 24, 2007 1:04 pm
Forum: French - Français
Topic: Qui arrive à faire tourner TinyMCE en français ?
Replies: 5
Views: 4158

Re: Qui arrive à faire tourner TinyMCE en français ?

Merci ! Je vais résumer nos échanges de mail : la traduction n'a pas l'air de marcher complètement chez moi, mais c'est un début. Comme mes accents sont remplacés par des é par défaut, j'ai remarqué qu'on peut modifier ce comportement dans tiny_mce.js: http://wiki.moxiecode.com/index.php/TinyMCE:Con...
by jsmonzani
Mon Apr 23, 2007 7:37 pm
Forum: French - Français
Topic: Qui arrive à faire tourner TinyMCE en français ?
Replies: 5
Views: 4158

Qui arrive à faire tourner TinyMCE en français ?

Hello ! J'essaie de configurer TinyMCE 2.0.5 en français, mais c'est assez galère. Si je choisis français comme langue d'interface par défaut, l'éditeur démarre bien en français, mais des parties ne sont pas traduites, comme celle sur les tables ou l'aide, p.ex. Hors, dans tinymce/plugins/table/lang...
by jsmonzani
Sun Apr 22, 2007 7:07 pm
Forum: Developers Discussion
Topic: User-defined tag to access multiple content blocks
Replies: 1
Views: 1550

Re: User-defined tag to access multiple content blocks

OK, I'm gonna answer my own question ;) additional content blocks are simply added with their own names, so something like this would for instance retrieve the block named "FR-title" global $gCms; $manager =& $gCms->GetHierarchyManager(); $thisPage = $gCms->variables['content_id']; $cu...
by jsmonzani
Sun Apr 15, 2007 11:20 am
Forum: Developers Discussion
Topic: User-defined tag to access multiple content blocks
Replies: 1
Views: 1550

User-defined tag to access multiple content blocks

Hello, I'm browsing the documentation for some time, but couldn't find what I'm looking for  ::) I would like to define a tag that allows me to access a specific content block based on its name and a page ID. My idea is to build a multi-lingual version of my site without using the old 1.0.2 MLE bran...
by jsmonzani
Wed Jan 24, 2007 1:58 pm
Forum: Modules/Add-Ons
Topic: Special menu (redirecting to the 1st sub-page)
Replies: 4
Views: 2160

Re: Special menu (redirecting to the 1st sub-page)

> Seen this ? before and never understood Why any one would want this instead of just making A have the content of B and just call it as a page...

Probably because they have subsections but don't see any relevant text for the main sections.
But I do agree, I found it strange too :)
by jsmonzani
Wed Jan 24, 2007 10:00 am
Forum: Modules/Add-Ons
Topic: Special menu (redirecting to the 1st sub-page)
Replies: 4
Views: 2160

Re: Special menu (redirecting to the 1st sub-page)

Hehe, that's a good idea, thank you :)
by jsmonzani
Wed Jan 24, 2007 9:26 am
Forum: Modules/Add-Ons
Topic: FormBuilder: get the fields in _POST variable?
Replies: 3
Views: 2128

Re: FormBuilder: get the fields in _POST variable?

Unfortunately not :( I had to create forms by myself  :'(
by jsmonzani
Wed Jan 24, 2007 9:26 am
Forum: Modules/Add-Ons
Topic: Special menu (redirecting to the 1st sub-page)
Replies: 4
Views: 2160

Special menu (redirecting to the 1st sub-page)

Hello everyone! :) I need some help for a left-sided vertical menu. Say we have something like this 1.  A 1.1 B 2.  C 2.1  D 2.2  E The behaviour that my client asked me for is that whenever I click on A or C, the next sub-page is automatically displayed, that is B (for A) or D (for C). The easiest ...
by jsmonzani
Wed Dec 06, 2006 1:01 pm
Forum: Modules/Add-Ons
Topic: File Uploads module: permissions and overwrite
Replies: 0
Views: 1493

File Uploads module: permissions and overwrite

Hello, I'm using the Uploads module v1.2.3, and have troubles with uploaded files: their permissions are not correctly set, and thus, users can't see them from within the FileManager (they get listed, but don't have the correct 644 chmod) Is it also possible for the users to overwrite existing files...
by jsmonzani
Wed Oct 18, 2006 7:58 pm
Forum: Modules/Add-Ons
Topic: FormBuilder: get the fields in _POST variable?
Replies: 3
Views: 2128

FormBuilder: get the fields in _POST variable?

Hello, I am currently testing FormBuilder and it looks like a trully great tool! Once a (multipage) form is completed, I would like to get all variables into the regular _POST PHP variable and be able to do work on them. However, none of the Form Handling Inputs (Dispositions) meet these requirement...
by jsmonzani
Tue Oct 17, 2006 4:09 pm
Forum: Modules/Add-Ons
Topic: Self Registration: 1.1.0-beta1 users don't get email when registering
Replies: 2
Views: 1603

Re: Self Registration: 1.1.0-beta1 users don't get email when registering

Thanks a lot for your quick answer! I am sure that the problem is coming from here. Time to configure a few more things ;)

Go to advanced search