Hello,
I tried to use the Module suffix (clear, inset, banner...) for inset position but it doesn't work. It always show like this:
http://screencast.com/t/9okAUjbxeBp
http://screencast.com/t/CsIwl7xAr
Link: http://jreplay.com/
Thanks,
Giang Anh
<jdoc:include type="modules" name="inset" style="<?php echo $this->module_styles['inset']; ?>" />
<jdoc:include type="modules" name="inset" style="gk_style" />
teitbite wrote:Hi
Ok. Let's do this with brute force than
Edit file /layout/default.php find line:
- Code: Select all
<jdoc:include type="modules" name="inset" style="<?php echo $this->module_styles['inset']; ?>" />
and change it into:
- Code: Select all
<jdoc:include type="modules" name="inset" style="gk_style" />
This should allow using suffixes there even if programmers locked it.