51 Posts
ilga
8 years ago
1
Topic

I installed seb_list template from Octopus Market. By default seb_list has the following output construction

<div><ul>
<li></li>
<li></li>
.........
</ul></div>

can i override that construction by new one?

Get a VIP membership
8 years ago
0
Level 1

Hi proelgiz,

yes it's possible by the same way as Joomla view override.

In the html folder of your template, you must add the folder "tpl_seb_list", in which you keep the two files :

  • config.php
  • index.php


By cons, the override will be effective every where you will use the template.

So if you use it for different seach type, I advise to keep the original code, and duplicat it. Then you just have to check for the Item ID to use the good layout.


Regards.

Lionel

Get a Book for SEBLOD