Results 1 to 6 of 6

Thread: News Image Gallery - Which template?

  1. #1
    User
    Join Date
    06-19-09.
    Posts
    417

    Default News Image Gallery - Which template?

    I have a news Gallery on this page:

    http://cms-2.doublespark.eu/blog-posts/ ... llery.html

    I am trying to get the page to validate with HTML5 :-(

    For the life of me I cannot find which template is creating the gallery table.

    I have tried:

    /system/modules/frontend/templates/ce_gallery.tpl
    /system/modules/frontend/templates/ce_gallery_fullsize.tpl
    /system/modules/frontend/templates/ce_table.tpl

    Copying these in to /templates/ and editing does not seem to have any effect.

    Any ideas?

  2. #2
    New user
    Join Date
    02-03-11.
    Posts
    8

    Default Re: News Image Gallery - Which template?

    Hi, it's ce_news_gallery.tpl. You should find it in the templates folder of the newsgallery module.[attachment=0:3m9j33ew]Bildschirmfoto 2011-02-05 um 20.28.19.png[/attachment:3m9j33ew]

  3. #3
    User
    Join Date
    06-19-09.
    Posts
    417

    Default Re: News Image Gallery - Which template?

    ops:

  4. #4
    User
    Join Date
    06-19-09.
    Posts
    417

    Default Re: News Image Gallery - Which template?

    Hmmm...

    Still not solved this.

    In the templates folder:

    /system/modules/newsgallery/templates/

    There is only news_full_gallery.tpl

    This does not include any tables, only:

    Code:
    <?php if ($this->addGallery):
    	$objGallery = new NewsGallery($this);
    	echo $objGallery->generate();
    endif; ?>
    Still cannot find where to edit the damn table :-(

  5. #5
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default Re: News Image Gallery - Which template?

    Hi,

    Quote Originally Posted by Doublespark
    Still cannot find where to edit the * table :-(
    I guess this subtemplate is used: "/system/modules/frontend/templates/gallery_default.tpl"

    HTH
    Contao Community Moderator
    → Support options

  6. #6
    User
    Join Date
    06-19-09.
    Posts
    417

    Default Re: News Image Gallery - Which template?

    It certainly does.

    Many thanks xchs!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •