Search:

Type: Posts; User: cyril

Search: Search took 0.00 seconds.

  1. Thread: Form CSS

    by cyril
    Replies
    2
    Views
    1,246

    Re: Form CSS

    Hi Rachel,

    Each checkbox and label are into a span tag which have an inline display by default.
    You need to change this display as block. eg :


    .ce_form .checkbox_container span {
    ...
  2. Replies
    4
    Views
    1,892

    Re: CssEditor & Cufon

    Hi Thomas and Dani,

    I just release a new version of CssEditor which is compatible with Cufòn extension.
  3. Replies
    4
    Views
    1,892

    Re: CssEditor & Cufon

    Finally I took some time to take a look and I did a little hack wich works from Contao 2.9.4 version.
    It's a very dirty hack, but I don't know how to do that in a better way... if someone have a...
  4. Replies
    4
    Views
    1,892

    Re: CssEditor & Cufon

    Hi Dani,

    Sorry, currently I have not time to take a look on this problem.
  5. Replies
    6
    Views
    2,133

    Re: Contao Italian Meeting 2010

    Great work !
    Your slides allowed me to revise my Italian ;)
  6. Thread: Install password

    by cyril
    Replies
    4
    Views
    5,393

    Re: Install password

    Hi Doublespark,

    In your localconfig.php file, delete the line which strart by $GLOBALS['TL_CONFIG']['installPassword'] ='...
    Redo your installation process yoursite/typolight/install.php
    Type...
  7. Re: Google Analytics Event Tracking to Monitor Calls to Acti

    On David Walsh blog there is an example on how track downloads : http://davidwalsh.name/track-file-downl ... s-mootools
    It's a good Mootools start script, with some mods you can track your events.
  8. Replies
    4
    Views
    1,360

    Re: Multiple language help

    Hi blessan,

    There is a new insert tag to do that : {{label::*}}

    In /system/langconfig.php define yours vars for each language :


    if ($GLOBALS['TL_LANGUAGE'] == 'de')
    {...
  9. Thread: CSS editor 2.8

    by cyril
    Replies
    13
    Views
    3,493

    Re: CSS editor 2.8

    Hi Thomasn

    Thanks for your fast feedback ;)
    Sorry for this new issue, on my computer I test with the last editarea which have a different filename :( (I put it in a future release of CSS editor...
  10. Thread: CSS editor 2.8

    by cyril
    Replies
    13
    Views
    3,493

    Re: CSS editor 2.8

    Hi matchboxhero an planepix,

    I just correct it. It is caused by the new TYPOlight's database cache, appeared in 2.8
    You can now re-install CssEditor from Extension repository.

    Thanks for your...
  11. Replies
    3
    Views
    1,047

    Re: install error code

    Hi matchboxhero,

    You currently use PHP4 instead of PHP5. Check your host parameters. You have some information on how to enable PHP5 here: http://www.typolight.org/configuring-th ... quirements
  12. Replies
    9
    Views
    5,325

    Re: Russian Community

    Hi Russian Community,

    Could you speak in english, please ?
  13. Replies
    5
    Views
    2,179

    Re: Multi-language site examples

    Multi-languages sites I've made for the same customer :
    http://www.elysambre.fr/
    http://www.couleur-caramel.fr/
    http://www.naturecos.fr/

    Like Marcin said, with folderUrl you can have a...
  14. Replies
    7
    Views
    2,256

    Re: Vote for TYPOlight

    me too!
    I vote also for Peter: the extension repository is fabulous :D
  15. Re: How to change database connection in a module ?

    I answer myself : this is not a good idea :(
  16. How to change database connection in a module ?

    Hi all,

    For a module, I need to change the database connection, not only the database, but also the server which is Microsoft SQL Server...

    My first idea is to dupplicate Database.php (eg:...
  17. Replies
    18
    Views
    11,866

    Re: Create free template

    Hi ga.n

    Your extension seems to be very interesting. I block July 1st on my calendar to test imex :D
  18. Replies
    7
    Views
    2,468

    Re: Modification to the Headline style drop-down

    Hi spirelli,

    In your dcaconfig, you can add this line :

    $GLOBALS['TL_DCA']['tl_content']['fields']['headline']['options'] = array('p','h1','h2','h3');

    after you can add a p.ce_headline in...
  19. Replies
    18
    Views
    11,866

    Re: Create free template

    In this case I think you can create an sql file, for the layout, that you can import without truncate.
    you need to export only tl_layout, tl_module, tl_style, tl_style_sheet (maybe I forget...
  20. Replies
    18
    Views
    11,866

    Re: Create free template

    Hi Paolo,

    I had create a simple blog template and I exported tl_user_group because I used it, and tl_user because you need at least an admin for accessing the backend ;)
Results 1 to 20 of 21