Jump to content

homefeatured problem - no changes are visible


Recommended Posts

hi!

i downloaded minimaliste theme from DG.Craft, i've got 1.3 presta version and i cannot modify HOMEFEATURED MODULE at all..

i'm modyfying homefeatured.tpl file - no use. when i delete it, it still works. when i delete .php file - it disapeears. from where does it take the content?!?! :/

Link to comment
Share on other sites

Topic moved since it is related to a third-party theme

It's reading from themes/minimaliste/modules/homefeatured/homefeatured.tpl, which is the right way of doing themes, since it allows you to install two themes with different homefeatured.tpl files.

Link to comment
Share on other sites

i found a solution, but still it's strange.

in homefeatured.php i've changed

return $this->display(__FILE__, 'homefeatured.tpl');


to

return $this->display(__FILE__, 'somedifferentname.tpl');



and it works. when i change it back, it's still wrong. so probably it's a cache fault - i used "clear smarty" module, but with no use :/
so the case is semi-solved

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...