Search found 36 matches

by nico63
Sat Jul 03, 2010 12:03 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL module Maker - Date format in backend section
Replies: 6
Views: 2028

Re: [SOLVED] CTL module Maker - Date format in backend section

Final clarification : In my last post I write add line setlocale(LC_TIME, "French"); in the beginning of the function (replace French by the name of you language in English It is not necessary to do this and perhaps not recommended: on my local computer in xampp, local language setting was...
by nico63
Fri Jul 02, 2010 10:53 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL module Maker - Date format in backend section
Replies: 6
Views: 2028

Re: CTL module Maker - Date format in backend section

More information for people which have the same problem : 1) if you don't want that the time appear in a Date/Time field in edit mode of your module, you have to remove the tag {html_select_time prefix=... } in the template of your module : edit NameofLevel .tpl (replace NameofLevel by the name of t...
by nico63
Fri Jul 02, 2010 6:00 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL module Maker - Date format in backend section
Replies: 6
Views: 2028

Re: CTL module Maker - Date format in backend section

Many, many thanks, Effectively : {if $oneval eq "date_created"} was never true ! This is not the name of my field. The name of the field to test is the name I exactly give to the field when I created the module with CTLMM. In my case, the name was "dtdebut" (for start date, so i ...
by nico63
Fri Jul 02, 2010 3:18 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL module Maker - Date format in backend section
Replies: 6
Views: 2028

Re: CTL module Maker - Date format in backend section

Hi Bernd, Many thanks for your answer. I modified the file adminpanel.tpl in the part exactly as you explain, but unfortunately, it doesn't work for me ==> I still have in the backend display : Year-Month-Day + Time. I don't understand... I used CTLmodule Maker ver : 1.8.9.3 (the latest version) to ...
by nico63
Fri Jul 02, 2010 1:24 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL module Maker - Date format in backend section
Replies: 6
Views: 2028

[SOLVED] CTL module Maker - Date format in backend section

Hi,

Is it possible to display in a module created with CTL Module Maker only the Date in a field in the admin section (backend) and not both date and time ?
Is it possible also that this date appear in french format : day first, then month then years ?

Thanks for answers,
Nicolas.
by nico63
Wed Mar 10, 2010 6:43 pm
Forum: Modules/Add-Ons
Topic: Module Statistics - Warning message
Replies: 0
Views: 763

Module Statistics - Warning message

I use the new relase (1.0rc1) of the module statistics and i have this warning message on the top of my pages: Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 So I search in this forum and don't find solution. Then i search in google and found a fix in an old w...
by nico63
Fri Oct 30, 2009 1:32 am
Forum: French - Français
Topic: Conseils Hébergement
Replies: 4
Views: 3399

Re: Conseils Hébergement

J'ai plusieurs sites réalisés avec CMSMS qui fonctionnent sans problème sur OVH dans la gamme pro mutualisé. J'utilise OVH depuis une dizaine d'année et je n'ai eu à déplorer qu'un seul problème il y a environ deux ans sur un site statique (sans CMS), tout le contenu avait été effacé et OVH convenai...
by nico63
Fri Oct 09, 2009 5:39 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] NMS sending page as email
Replies: 6
Views: 2289

Re: NMS sending page as email

Wonderfull and thanks a lot !!! It seems to work but I have to make more test to confirm that.
by nico63
Fri Oct 09, 2009 12:57 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] NMS sending page as email
Replies: 6
Views: 2289

Re: NMS sending page as email

If somebody found a solution to send a page with NMS, it would be very interesting.
Regards,
Nicolas.
by nico63
Fri Sep 04, 2009 7:26 pm
Forum: Layout and Design (CSS & HTML)
Topic: (SOLVED)Javascript Not Loading in Template
Replies: 2
Views: 1706

Re: Javascript Not Loading in Template

Hi,
You have to remove the {literal} {/literal} tags for loading your javascript script file and verify your path. Prefer :

Use only the {literal} tags when you write a script inside like in this example :

{literal}



{/literal}

Regards, Nicolas.
by nico63
Fri Sep 04, 2009 9:28 am
Forum: French - Français
Topic: CTLModuleMaker accès variable niveau 1
Replies: 5
Views: 3969

Re: CTLModuleMaker accès variable niveau 1

Après un rapide test, ca marche en tout cas pour l'instant très bien en passant par une variable pour l'alias comme tu me l'a indiqué.
Merci beaucoup. Nicolas.
by nico63
Fri Sep 04, 2009 9:17 am
Forum: French - Français
Topic: CTLModuleMaker accès variable niveau 1
Replies: 5
Views: 3969

Re: CTLModuleMaker accès variable niveau 1

Super et Merci beaucoup Pierre-Luc, Voici les fichiers sejours4.module.php et action.default.php renommés tous deux en .txt en attachments. Tu verras, je fonctionne actuellement sur la version 1.8.4.1 Effectivement l'action "tree" sera precieuse pour le module. En attendant je vais essayer...
by nico63
Fri Sep 04, 2009 2:06 am
Forum: French - Français
Topic: CTLModuleMaker accès variable niveau 1
Replies: 5
Views: 3969

Re: CTLModuleMaker accès variable niveau 1

Merci pour ta réponse, Pierre-Luc, Ma problématique pour essayer d'être un peu plus clair : voici mes niveaux : categorie  -> souscategorie -> sejours  Je dois à la fois récupérer des éléments de sejours et un élément de categorie sachant que je parcours une liste dans un des template du module. Pou...
by nico63
Thu Sep 03, 2009 2:14 pm
Forum: French - Français
Topic: CTLModuleMaker accès variable niveau 1
Replies: 5
Views: 3969

CTLModuleMaker accès variable niveau 1

Bonjour, Je ré ouvre un sujet : http://forum.cmsmadesimple.org/index.php/topic,35559.msg167927.html#msg167927 que j'avais marqué comme résolu, j'avais utilisé {$parentobj->variable} mais la résolution n'était que partielle et me suffisait à l'époque. Mon client me faisant faire quelques changements,...
by nico63
Thu Jul 16, 2009 3:35 pm
Forum: French - Français
Topic: [résolu] CTLModuleMaker accès objets parents
Replies: 2
Views: 2321

[Resolu] Re: CTLModuleMaker accès objets parents

Merci beaucoup Pierre-Luc, Ca fonctionne parfaitement maintenant avec {$parentobj->trancheage} car je n'étais pas sur le dernier niveau en fait mais sur le second et je cherchais à récupérer un élément du premier niveau. Cela dit, j'avais essayé cette méthode d'abord avec une version généré avec CTL...

Go to advanced search