Search:

Type: Posts; User: tom-over

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,698

    No data member in template

    Hi,

    How to have data member in template ?
    This code with Contao 3.3.6 not working

    if (FE_USER_LOGGED_IN)
    {
    $this->import('FrontendUser', 'User');
    echo $this->User->id;
    }
  2. Replies
    8
    Views
    3,325

    In DCA tl_member of this modules, I juste have :...

    In DCA tl_member of this modules, I juste have :

    $GLOBALS['TL_DCA']['tl_member']['fields']['dateOfBirth']['inputType'] = 'calendar';

    i delete this code in FormCalendarField.php and is ok for...
  3. Replies
    8
    Views
    3,325

    Ok thanks, I find the place to update line 169...

    Ok thanks,

    I find the place to update line 169 in FormCalendarField.php


    <script>
    window.addEvent('" . $jsEvent . "', function() {
    new Picker.Date($('#ctrl_" . $this->strId . "'), {
    " ....
  4. Replies
    8
    Views
    3,325

    I have 'mindate' but is a date of the day ...

    I have 'mindate' but is a date of the day



    window.addEvent('domready', function() {
    new Picker.Date($$('#ctrl_dateOfBirth'), {
    'draggable': 'false',
    'pickerClass':...
  5. Replies
    8
    Views
    3,325

    Exemple :...

    Exemple : http://sportation.fr/fr/creer-son-compte/tennis.html?sport=Tennis&cgs=oui

    Look 3th fields : date
  6. Replies
    8
    Views
    3,325

    Member and the date of birth

    Hi,

    I find a bug in 3.3.6 to select the date of birth of member

    Is impossible in front end to select an older date as the date of the day
    it's pity to select a date of birth

    I don't see...
  7. Replies
    7
    Views
    2,658

    My problem obviously has the PHP version 5.3 to...

    My problem obviously has the PHP version 5.3 to 5.4 php must have no more error.
    I will be update PHP 5.4

    it would be nice to indicate the System requirements before installing MM
  8. Replies
    7
    Views
    2,658

    I installed metamodel via FTP I also tested...

    I installed metamodel via FTP

    I also tested the 'composer' but the interface is incomprehensible!
    I feel like I need to install modules one by one, with the risk of forgetting ...
    It's really...
  9. Replies
    7
    Views
    2,658

    I installed tng my server is it really...

    I installed tng

    my server is it really parameter to use JSON ?
    http://testpicardserrures.ecritel.net/test-metamodel/php_info.php

    Contao : 3.3.7 and 3.4
    PHP : 5.3.10-1~dotdeb.0
    Mysql...
  10. Replies
    7
    Views
    2,658

    Help me please ! I don't speak german....

    Help me please ! I don't speak german....
  11. Replies
    7
    Views
    2,658

    Contao 3.3.7 and Metamodel 2

    Hi,
    I can not install metamodel on contao 3.3.7
    it's been 3 weeks since I try to install metamodel
    I tried SEVERAL foir to install and it bug every time!

    I have error messages:
    Warning:...
  12. Replies
    4
    Views
    1,990

    look here for tables......

    look here for tables...
    http://de.contaowiki.org/MetaModels_Backend:_Ausgabevorgaben
  13. Replies
    0
    Views
    1,090

    Metamodel : filter POST and GET ?

    Hello there,

    In the filters is it possible to replace the GET POST ?

    Because I have a filter in the product page and I lose my alias in the url when I used the filter to find the article code...
  14. Replies
    0
    Views
    1,144

    MetaModels and excel data !

    I work my catalogs with excel files of my clients. These Excel files often contain more than 1000 references.
    After forming the structure of the catalog in Contao I inject data after the excel file...
  15. Replies
    1
    Views
    2,096

    Not possibility for me to create a third filter !...

    Not possibility for me to create a third filter ! ! I dont know the new method to filter a catalog ! !
    No tuto, no helps, .... ! rrah :(
  16. Replies
    1
    Views
    2,096

    MetaModel and a filter

    Hi,
    I have a problem to build a filter with metamodel !
    No possibility for me to do a new setting in a filter.
    I try this extension with a model to DVD shop:...
  17. Replies
    1
    Views
    1,712

    Re: Export to Excel: How to?

    Hi,
    Obviously few people use this extension!
    No help available here or on the site...

    Can anyone help me understand how this plugin is used with contao?

    No problem to use only:...
  18. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    my localconfig is ok :


    $GLOBALS['TL_CONFIG']['websitePath'] = '/meca-denyfontaine';
    $GLOBALS['TL_CONFIG']['addLanguageToUrl'] = true;
    $GLOBALS['TL_CONFIG']['rewriteURL'] = true;


    My...
  19. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    I don't understand because when I test the SMH with [smhcheck] I have : the Safe Mode Hack is enabled and appears to be working.

    And when I test with Contao Check I have : You will most likely not...
  20. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    yes I managed to make it work
    But I have always the problem with rewrite URL and add LanguageTo Url ! !

    EDIT : I was wrong in my version of template ... excuse me ... the templates are true :?...
  21. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    I did not know this extension! ;)
    My Safe Mode Hack is enabled and appears to be working. :D

    But I have always the problem with rewrite URL and add LanguageTo Url ! ! :(


    For the...
  22. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    I need to change some template ... where do I copy to what can be integrated with Contao? ?
    In my templates files ?
    I guess I need to copy them into the template folder ... But Contao can't read my...
  23. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    They are my personal template... it's OK

    What should I do with Safe Mode Hack ? The localconfig.php file ?


    $GLOBALS['TL_CONFIG']['websitePath'] = '/meca-denyfontaine';
  24. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    The RewriteBase is OK to http://91.188.65.244/meca-denyfontaine


    RewriteBase /meca-denyfontaine
    but I still have the same problem...
  25. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    Yes I have at the end the following directives..

    My site is installed in a directory ! is ti a problem ? ?
  26. Replies
    19
    Views
    4,211

    Re: update 2.11.3 and language to URL

    Hello,

    I am the first to experience this problem? ? :?
  27. Replies
    19
    Views
    4,211

    update 2.11.3 and language to URL

    Hello,
    I just made an update to 2.11.3 and 2.11.2 Contao obviously navigation is not correct because I get an error message "page not found"

    This error appears when I activate:
    - Rewrite URLs
    -...
  28. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    ok thank for your help !
    http://www.contao-forge.org/issues/3151

    http://www.contao-forge.org/projects/catalog/issues
  29. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    yes
    http://www.contao-forge.org/issues/3147
  30. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    ok thank xchs,

    I created a bug report in contao-forge
    We waiting...
  31. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    Always the error message!! :cry:

    step by step... the error is generated by the catalog
  32. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    I have catalog_templategenerator
  33. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    Ok, thank very mutch !

    I update alls the files and database.

    I have a error :

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an...
  34. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    Thank you for your help but my English is not very good and I don't understand the proposed solution ..
  35. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    I drop because I do not understand where you're coming! :shock:
  36. Replies
    24
    Views
    5,535

    Re: bug catalog and language/

    Excuse me I don't understand !
    What does SVN version? :oops:

    This catalog is Uploaded: May 12, 2010 !! :? Are you sure?
  37. Replies
    24
    Views
    5,535

    bug catalog and language/

    Hi,

    I found a bug in the filters of catalog. I use contao 2.11.2 and catalog 2.0.0 beta2 revison 61

    When you select a option in filter the url is :...
  38. Replies
    2
    Views
    1,159

    Re: Wallpaper Website

    You can to use the extension catalog and taxonomy :
    catalog (name, athor, link,..) : http://www.contao.org/en/extension-list ... 04.en.html
    category : http://www.contao.org/en/extension-list ......
  39. Replies
    14
    Views
    7,765

    Re: catalog and breadcumbs

    I found to change the breadcumbs only in page of catalog reader :

    <?php global $objPage; ?>
    <?php if($objPage->cssClass == 'products'): ?>
    ...
    <?php else: ?>
    ...
    <?php endif; ?>

    My...
  40. Replies
    14
    Views
    7,765

    Re: catalog and breadcumbs

    ok it's true...

    <span class="active">
    <?php $this->Input->get('items');
    $this->import('Database');
    $objDB = $this->Database->prepare("SELECT ref FROM ".cat_ferroviaire_fr." WHERE...
  41. Replies
    14
    Views
    7,765

    Re: catalog and breadcumbs

    no error message for the moment
    how to display the result of request ?
  42. Replies
    14
    Views
    7,765

    Re: catalog and breadcumbs

    thank'
    I have always a error !

    <?php echo $row = $this->Database->prepare("SELECT ref FROM ".cat_ferroviaire." WHERE alias=?")->limit(1)->execute($this->Input->get('items'))->row(); ?>

    error...
  43. Replies
    14
    Views
    7,765

    Re: catalog and breadcumbs

    hi, thank you for your help

    it's not easy for me because my english is not good ! lol
    I saw it at first looks complicated!

    1) I need to work in mod_breadcrumb.html5 or ModuleBreadcrumb.php ?...
  44. Replies
    14
    Views
    7,765

    Re: catalog and breadcumbs

    it's pity ! !

    nobody has a solution to change the breadcrumb in catalog reader ?
  45. Replies
    1
    Views
    2,653

    auto_item and catalog

    Hi,
    Config = Contao 2.11.2 and Catalog 2.0.0 beta2
    I use the auto_item which removes the events/ and items/ in URL.
    But I am facing a problem with the catalog continued to write the items/ref.html...
  46. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    Ah yes it's FormAuto ! ! :oops:

    Last Question : no posibility to do insert tags in event ? {{event::countfree}} lol

    How useful is this setting?...
  47. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    it's strange because I dont' find the sentence in languages files : % libre or % free seats


    Thanks to the update ;)
  48. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    Thank, I have the same "BUG" with taxonomy :cry:
    You can to see that here : http://forum.contao.fr/utilisation/cont ... t2370.html
  49. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    ok thank you very much !
    I understand how to calculate...
    But is not pretty on front end = Société(1 libre)*

    Why the free places is displayed here? it's not very logical ! !
  50. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    ok this first : http://nsa22.casimages.com/img/2012/04/12/mini_120412125357793598.jpg

    and second is a number of participant : http://nsa21.casimages.com/img/2012/04/12/mini_120412125543634118.jpg
  51. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    yes I wabnt to deduct the participant value from the total ! !
    But I can not do it .... :cry:

    please see this = http://91.188.65.244/meca-denyfontaine/ ... nique.html
  52. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    it does not work ...

    if I want to register 5 people to the event, he calculates :
    8-1 = 7 instead of 8-5 = 3 free place
  53. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    OK my number of free places by events is 8 places

    My list field = 1,2,3,4,5,6,7,8
    Count Maximum Values = ?? 8 or 1,2,3,4,5,6,7,8 or 8,8,8,8,8,8,8,8
    Select total field = my field list
  54. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    I do not understand the setup mode the counting ! !
    When it completes the form, you can choose a number of participants?
    For example : List field to select A people, 2 peoples, 3 peoples or 4...
  55. Replies
    23
    Views
    11,312

    Re: Contao 2.11.2 and calendar_eventsattend

    ok thank's

    Is it possible to display the available places in the details of the event and not in form ?
  56. Replies
    23
    Views
    11,312

    Contao 2.11.2 and calendar_eventsattend

    Hello,
    I need this extension to a website.
    My question is : how to implement this module in my new website ?
  57. Replies
    4
    Views
    1,308

    Re: google_weather white page

    Yes, because I modified the template for read the error and number error ! !
    or perhaps a misconfiguration of SimpleXML PHP in my server ! !!
  58. Replies
    4
    Views
    1,308

    Re: google_weather white page

    I have checked "Display error messages" but not error messages in the page !

    I use Contao 2.9.5..
  59. Replies
    4
    Views
    1,308

    google_weather white page

    Hello,

    I installed the extension google_weather and I have a problem !
    extension link: http://www.contao.org/extension-list/vi ... 29.en.html

    no error message, just a white page.
    my website:...
  60. Replies
    5
    Views
    1,305

    Re: Filter with image list

    I find it odd that this extension does not exist !
    I must not be the first to need this feature in a site...
Results 1 to 60 of 98
Page 1 of 2 1 2