Module suffix for inset doesn't work

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Aug 15, 2014 10:04 am
Reply with quote
Report this post
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
User avatar
Expert Boarder

GK User
Sat Aug 16, 2014 6:57 pm
Reply with quote
Report this post
Hello,

Please help.

Thanks.
User avatar
Expert Boarder

teitbite
Mon Aug 18, 2014 8:39 am
Reply with quote
Report this post
Hi

Not all module positions suppors module class suffixes by design, but You can override any of them in template settings by using a style "gk_style" to module position. Anyway this problem may also be connected with the validation issue I've mentioned in another post before.
User avatar
Moderator

GK User
Fri Aug 29, 2014 5:24 am
Reply with quote
Report this post
Hi,

The issue with validation was solved but I'm still not able to use module suffixes although it was in your introduction:
http://demo.gavick.com/joomla25/game/in ... variations

Thanks,
Giang Anh
User avatar
Expert Boarder

teitbite
Mon Sep 01, 2014 3:52 pm
Reply with quote
Report this post
Hi

Have I asked about an access to Your joomla panel already ? I cannot find it in PM or mail and this time I will have to look into template settings.
User avatar
Moderator

GK User
Wed Sep 03, 2014 9:16 am
Reply with quote
Report this post
I sent one time to your other member. I have just sent to you.

Thanks.
User avatar
Expert Boarder

teitbite
Wed Sep 03, 2014 2:15 pm
Reply with quote
Report this post
Hi

I've just checked and this module position cannot support suffixes. Not every module position has such ability because of design for template, but there is a possibility to overwrite some of this styles. Unfortunatelly this module position is more special than others since it has to work with mainbody area so even override is disabled here. You need to use a different module position here.
User avatar
Moderator

GK User
Sun Sep 07, 2014 4:55 am
Reply with quote
Report this post
There is only 1 module position for the sidebar except sidebar one. That's Inset one...
User avatar
Expert Boarder

teitbite
Sun Sep 07, 2014 10:03 pm
Reply with quote
Report this post
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.
User avatar
Moderator

GK User
Wed Oct 21, 2015 11:01 pm
Reply with quote
Report this post
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.


This doest work for me :(
User avatar
Senior Boarder

teitbite
Sun Oct 25, 2015 2:44 pm
Reply with quote
Report this post
Hi

Please send me an access to FTP. This is the only way to enable using default module features, so I need to see it code was put there properly.
User avatar
Moderator


cron