Search:

Type: Posts; User: blessan

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    689

    How to log slow queries in contao

    Can any one help me to log the slow queries while we use contao.
  2. Replies
    3
    Views
    855

    Re: Place left and right of the cms

    I checked the website u gave. The red color is cause by css applied to the body tab. U can replace it with a image by overwriting the css like

    body {
    background:url(testimage.jpeg) no-repeat;
    }...
  3. Replies
    1
    Views
    622

    Moving a javacrprit file

    I would like to move a js file from one directory to another. Where will i define the new path for it to understamd in back end
  4. Replies
    4
    Views
    1,360

    Re: Multiple language help

    Hmm i see. Well thats bad. Most shops will be multilingual. Hope it will be resolved when Isotope kicks in. Otherwise, this is a serious didsadvantage.
  5. Internationalization using typolight (multi language)

    I have installed a typolight for my website , which is currently running in 22 languages . i am using the same layout template for all languages. In the template , there are some static words like ...
  6. Replies
    4
    Views
    1,360

    Multiple language help

    Hi I currently working on a online shop. The shop should work with 22 different languages. I used the change language extension. This was useful in translation of articles. But I have small labels I...
  7. Replies
    4
    Views
    1,573

    Re: Error:Cannot Access file directly.

    I just made another connection in tl_files directory. Working ok.
  8. Replies
    4
    Views
    1,573

    Re: Error:Cannot Access file directly.

    I was trying to create another connection to another database. When i put the file in tl_files, its not taking the setting from the config file.
  9. Replies
    4
    Views
    1,573

    Error:Cannot Access file directly.

    Hey folks, I recently got a error. While trying to do a ajax request using jquery. I have file called manager.php in system/modules/frontend/. When the request is send i get a error 'cannot access...
  10. Replies
    4
    Views
    1,475

    Re: Site structure from database

    Ya my boss want a differnt url for each product. Is there a way for this. I just cant understand the code for catalog extension.
  11. Replies
    4
    Views
    1,475

    Re: Site structure from database

    Actually i checked out Isotope. Looks pretty good. But isnt that a complete ERP system. Like I told. We have our own which my company would like to work with Typolight. I am still going through the...
  12. Replies
    4
    Views
    1,475

    Site structure from database

    hi all. I have been working on typolight for the last 4 months. Have to say the experience is good so far. And was even able to solve 1 or 2 posts in this forum. Im on my second project which is a...
  13. Replies
    4
    Views
    1,389

    Re: Backend User, not able to edit

    Ur welcome. Put '[Solved]' in ur thread heading. So when people search the forum they'll know this is a solved post.
  14. Replies
    4
    Views
    1,389

    Re: Backend User, not able to edit

    When yuo create a user, you should also select which all pages he is allowed to edit at the 'page mount' section. There is also a 'file mount' section. This might be ur problem.
  15. Replies
    10
    Views
    2,197

    Re: View table data in BE

    I need to try what ramjet just said. I let u know after im done. I also thought about the hidden page solution. But my boss wanted everyinfo related to the site in the BE. That was the goal. Was...
  16. Replies
    2
    Views
    960

    Re: Layout Usage Doubt

    I honestly thought we needed layout for every page. Gosh i was so wrong. Thanks for the tip. I got another problem with the user permission. I made a new user with only permission to the 'Articles'...
  17. Replies
    2
    Views
    960

    Layout Usage Doubt

    My boss is been after me for a while about my layout usage. I created a website which has around 15 pages. All these 15 pages use the same tpl. I created the whole website using 15 layouts. Is this...
  18. Replies
    10
    Views
    2,197

    Re: View table data in BE

    Well i kinda got what i was lookin for. For a minute didnt see the small table button on the right side. But last i found it and got the data listed. Now i gotta try it while to see how the different...
  19. Replies
    10
    Views
    2,197

    Re: View table data in BE

    Thanks for the reply. I did try the EFG extension. The thing is I dont really know how to use it. Till now all I know is to create forms using it. How to we list the data of a table using it ?
  20. Replies
    3
    Views
    1,030

    Re: Blank screen after FTP details

    Try putting your FTP details in the localconfig.php file. And run the install tool. It might work.
  21. Replies
    10
    Views
    2,197

    Re: View table data in BE

    Well i didnt know about this module. But i tried it out. Thats sort of what i want. But instead of listing it in the FE, i want to list the data in the BE.
    The thing is there is some data in a table...
  22. Replies
    7
    Views
    1,425

    Re: Select custom modules like new archive etc?[Solved]

    Well everything is goin ok. Thanks
  23. Replies
    10
    Views
    2,197

    View table data in BE

    Is there a way to view the table data in the back end. I made a form using the formgenerator. I wanted to view the data stored in the table using the form. Right now i use phpMyAdmin to see the data...
  24. Replies
    7
    Views
    1,425

    Re: Select custom modules like new archive etc?

    Some how i got it to work. But im not really sure this is the correct method. Whenever i make a new modude and select the module type as 'Content Page' (my custom module) a entry is made in...
  25. Replies
    7
    Views
    1,425

    Re: Select custom modules like new archive etc?

    I kinda tried searching existing module code. But couldnt really understand the serializing part. I saw the serialized data in te database for news module.
    Here the code for my 'module' overriding...
  26. Replies
    7
    Views
    1,425

    Re: Select custom modules like new archive etc?

    I was able to create the content page list on the backend and save. I added the colum content_page to tl_module to remove the previous error. Now the thing is, how do get to print only the selected...
  27. Replies
    7
    Views
    1,425

    Select custom modules like new archive etc?

    I created a custum backend module which is a datablock. I was able to create many blocks. Now each of these blocks are meant for different pages.
    The name of my module is content_page. In that i...
  28. Re: Can't view my custom module in the FE

    I guess it was a caching problem. Now all my new modules are working fine. I also did the purge data thing. Anyways its working now. Thanks for all the help.
  29. Re: Can't view my custom module in the FE

    Made the same thing again with table name tl_hns. Changed files names to tl_hns. Some how the output came. Still dont know what the problem was. But i got some problems like, the field names are not...
  30. Re: Can't view my custom module in the FE

    This is my mod_home_link.tpl



    <div class="<?php echo $this->class; ?>"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
    <?php if...
  31. Re: Can't view my custom module in the FE

    I added my module to the page layout. I added the module from the tutorial and it was displayed but there was no html for the module made.

    This was the tutorial i reffered to...
  32. Can't view my custom module in the FE [Solved]

    Hi i've been trying out Typolight for the last 3 weeks for a project. Was good so far. Tried most modules custom sections etc. Now i tried to make a custom module based on a tutorial from Leo. I was...
Results 1 to 32 of 32