Search:

Type: Posts; User: georgy

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,322

    Concatenation of javascript files in contao

    Yes that file is present in assets as in a combined form. But the problem is, I want to combine the js file from system/modules/ vendor........ folder. This file is present in assets by writing the...
  2. Replies
    3
    Views
    3,322

    Concatenation of javascript files in contao

    My website is having lots of js files and I want to combine these files into a single file. But the problem is many of the files are loaded from core contao. I referred and implemented according to...
  3. Replies
    1
    Views
    2,229

    Opengraph meta tags for image in contao pages

    I need to display meta tags as html source. For this, I extended the page template fe_page and wrote the meta properties there. I need to have the opengraph meta tag properties. I implemented the...
  4. Replies
    3
    Views
    4,619

    Check for condition in page template

    Thanks for your reply. I will try to explain my case in detail.
    I need to display meta tags in every page's head section. And I am using fe_page template in all pages. So I extended this page...
  5. Replies
    1
    Views
    2,419

    Adding external libraries in contao

    Is there a way to external libraries in contao? I need to include "include('simple_html_dom.php');", for parsing html from page template. Is there any solution for doing parsing of html in page...
  6. Replies
    3
    Views
    4,619

    Check for condition in page template

    I am now using fe_page template for my page. I need to check whether news module is used in that page or not. How can we check for that condition in page template? And in that condition I also need...
  7. DIsplay text and image for newsletter list page

    I debugged and was able to display the text and image.
    Thank you.
  8. DIsplay text and image for newsletter list page

    I am using contao newsletter module. Currently for listing newsletters, we use newsletter list module. But it shows only date, time, newsletter subject in the frontend. I need to have text and image...
  9. Replies
    1
    Views
    2,144

    Newsletter template override in contao

    I am using the newsletter extension. I tried overriding the template. And used this new template for the module as custom module template. The div's and classes are visible in the frontend. But in...
  10. Get the subject name of a newsletter field into an article

    I am working with contao newsletter. Is there a way to get the subject field value of newsletter into an article which is text content element.
    Suppose my newsletter subject field name is "XXXXX". ...
  11. Replies
    4
    Views
    2,853

    Newsletter Display

    Sorry.. It's sent. And thank you for the reply.
  12. Replies
    4
    Views
    2,853

    Newsletter display in frontend

    I was talking about the core extension. Thanks a lot for your reply.

    Got one more doubt. Suppose that if I am manually updating the database (tl_newsletter) and the field "send = 1" is set. Now...
  13. Replies
    4
    Views
    2,853

    Display Newsletter in frontend

    I am working with Newsletter extension. At some point, I have got a confusion. I created a newsletter in the backend and it's status is "Not yet sent". When I looked the frontend, that newsletter...
  14. Replies
    2
    Views
    2,330

    I installed the contao-manager.phar.php file. And...

    I installed the contao-manager.phar.php file. And I can see the extensions. But what should I do if I need to create a fresh new extension in contao 4 version?
  15. Replies
    2
    Views
    2,330

    Developing a new extension in contao 4.

    I would like to create a new extension in contao 4. For contao 3, there is an option for this using extension creator. But how this is possible for contao 4. I already installed contao extension...
Results 1 to 15 of 18