Search:

Type: Posts; User: grapio

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    806

    Load a Contao website in an iFrame

    In one of my projects the contao website gets loaded in an iFrame on another website. However in IE7 the cookies of the contao website are treated as a third party cookie.

    I used the following...
  2. Replies
    4
    Views
    1,335

    Re: Tree view, parent edit icon

    No I could not figure out how it should work. I looked at sitestructure. But site structure contains parent of the same type. I also took a look at the articles but that did work somehow. But I could...
  3. Replies
    9
    Views
    2,239

    Re: Disable save mode hack?

    Correct me if I am wrong, but in the Contao install tool there is no option for giving ftp details. I am using the same setup, local laptop without an ftp server and I have never come acros this...
  4. Re: Seperate styles for teaser articles and articles

    But you have to set a class for every teaser which is written... And usually the writers are not conerned about the css settings.
  5. Replies
    4
    Views
    1,181

    Re: Select Menu and Internationalization

    Ehm, is it me, but you can use language strings... So you can use values, such as unread, pending and then define display value for this for each language in languages/en/tl_.php
  6. Re: Critical remark about the theme module in Contao 2.9

    Hi ga.n,

    Your extension sounds great. However I have some questions, how does your extension know that e.g. jumpto by forms has to be followed? And how does your extension work with my own...
  7. Replies
    8
    Views
    1,927

    Re: Create a Folder

    ehm. The code for creating the folder looks alright. It might be that there is something wrong with you callback function. Or that foldername is not correct.
  8. Replies
    6
    Views
    2,499

    Re: Permissions for all files and folders?

    Also it is useful to use ftp for uploading files. FTP settings could be entered in Contao --> Settings. By using FTP you don't have to make certain files and directories writable for apache, only for...
  9. Replies
    8
    Views
    1,927

    Re: Create a Folder

    There is a File, Files and Dir one of these classes has the function to create folders. See http://api.contao.org
  10. Replies
    12
    Views
    3,315

    Re: uploading stylesheet through FTP

    Could you move the answer above to the topic about the theme?
    viewtopic.php?f=9&t=1987

    Anyway thanks for the suggestions. I would see what I can do.
  11. Replies
    4
    Views
    1,335

    Tree view, parent edit icon

    Hi,

    I have a problem. I made a tree view with category and a child module. I can get an edit button for the module. But I want an edit button for category. See screenshot, where the edit button is...
  12. Replies
    9
    Views
    3,061

    Re: dealing with jumpTo page

    I always use this code:


    $objPage = $this->Database->prepare("SELECT id, alias FROM tl_page WHERE id=?")
    ->limit(1)
    ->execute($objConfig->jumpTo);

    if ($objPage->numRows)
    {
    ...
  13. Replies
    12
    Views
    3,315

    Re: uploading stylesheet through FTP

    I am developing a new way of handling themes for Contao. See viewtopic.php?f=9&t=1987
    One of the features I want to include is to create a directory for each theme, and in that directory are the...
  14. Replies
    8
    Views
    2,189

    Re: Google Page Speed article

    Take a look at this, for htaccess and subdomains: http://forums.digitalpoint.com/showthread.php?t=27020
  15. Replies
    8
    Views
    2,189

    Re: Google Page Speed article

    Can you add a htaccess with rewrite rules on the subdomains? It is just an idea
  16. Re: Critical remark about the theme module in Contao 2.9

    Yes I that is what I am thinking of.


    Another solutions for this, is a separate 'module' for Frontend Modules, grouped by Layouts in the system. A theme export will only export a theme, and...
  17. Re: Critical remark about the theme module in Contao 2.9

    I agree that an exported theme should only contain theme andlayout options. I am not saying that I want to export the theme including the modules. No what I want is functionality to export a theme...
  18. Replies
    12
    Views
    3,315

    Re: uploading stylesheet through FTP

    The CSS module in Contao saves the stylesheets in the database. It is possible to edit files through ftp and then afterwards import them in the CSS module.
  19. Re: Critical remark about the theme module in Contao 2.9

    My comment is as follows, that the theme module contains a look and feel, which exist of Style Sheets, Layouts and Modules. This lat one is my concern, because the modules contain Content and...
  20. Replies
    4
    Views
    1,212

    Re: permissions on articles

    Yes, that extension is at content element level. Sorry, I thought that you meant at content level.
  21. Re: Critical remark about the theme module in Contao 2.9

    Hereby my thoughts for a new setup for layout and themes.

    Regquirements

    Layout/Templates must be separated from content (e.g. modules)[/*:m:2l4u6etg]
    The generated (x)html should be semantic...
  22. Replies
    4
    Views
    1,212

    Re: permissions on articles

    There is an extension for article permissions http://www.contao.org/extension-list/vi ... 19.en.html
  23. Critical remark about the theme module in Contao 2.9

    Hi all,

    First of all Contao is very great CMS and framework. I like it because as a developer I can easily develop new modules and new functionality. As a designer I like it because the basics are...
  24. Sticky: Re: ANNOUNCEMENT: Catalog 2.0.0 beta1 available in Ext Rep

    Ok. But do you know who is? But actually more when is Catalog expected to work with 2.9?
  25. Sticky: Re: ANNOUNCEMENT: Catalog 2.0.0 beta1 available in Ext Rep

    I am having the same question, and I noticed that the answer is not given yet...
  26. Replies
    2
    Views
    1,278

    Re: Semantic content and Page layout module

    Hi,

    Yes I use only main content in one column. I forget about the custom layout sections...
    It is not that it does not work or something but it is that typolight does not produce semantic content...
  27. Replies
    2
    Views
    1,278

    Semantic content and Page layout module

    Hi All,

    I am using typolight now for more then a year and it is one of the best systems I have ever seen. As well as for the user, the webdesigner and the developer.

    But it is one drawback for...
  28. Replies
    10
    Views
    2,513

    Re: Controller.php trows fatal error on line 762

    I found a solution. Increasing the memory limit in htaccess did not work. So I did this with ini_set in the code.
    Also I found other comments on the internet that imageresizetruecolor could use a...
  29. Replies
    10
    Views
    2,513

    Re: Controller.php trows fatal error on line 762

    Increasing the memory limit does not work either
  30. Replies
    10
    Views
    2,513

    Re: Controller.php trows fatal error on line 762

    I have the same problem. When uploading jpegs I get an memory error. I use typolight 2.6.7.
    The problem is a live website and needs to be fixed as soon as possible. And I don't know what to tell...
Results 1 to 30 of 31