- Posts: 69
- Thank you received: 0
Possible Positions for HotWine module
-
Gracy
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago #25106
by Gracy
Replied by Gracy on topic Possible Positions for HotWine module
Yes, that's my main question, in your template instructions (the picture you've sent) you tell of 18 positions, inside the picture are positioned 13, but inside the module manager you can count much more
... what's the real valid position is my question ...
I can tell you that for sure, not all of them are valid (or that seems to me), in fact I've tried to select some of them, in particular the following:
advert3, advert4, breadcrumbs, fontresize, search, topmenu, user3, user4
... and they are not showing the test module I did (a simple html with a couple of words)
So my question is: is possible to use that positions? (they are present in the module manager, as you also have seen)
and if yes, how?
Thanks again Ivan, I'm trying to get the best from your template
Roberto
... what's the real valid position is my question ...
I can tell you that for sure, not all of them are valid (or that seems to me), in fact I've tried to select some of them, in particular the following:
advert3, advert4, breadcrumbs, fontresize, search, topmenu, user3, user4
... and they are not showing the test module I did (a simple html with a couple of words)
So my question is: is possible to use that positions? (they are present in the module manager, as you also have seen)
and if yes, how?
Thanks again Ivan, I'm trying to get the best from your template
Roberto
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25112
by ivan.milic
Replied by ivan.milic on topic Possible Positions for HotWine module
Open index.php of template and note this line:
$layoutdesign = $this->params->get("layoutdesign", "++logo=6=0,user3=6=0&++user1=12=0&++user2=12=0&++advert1=6=0,advert2=6=0&+paper+left=3=0,joom_content=5=0,right=4=0&+bottom_row+bottom1=3=0,bottom2=3=0,bottom3=3=0,bottom4=3=0&++copyright=12=0");
that value represents layout. Fro example this is one template row:
++advert1=6=0,advert2=6=0&
to add advert3 and advert4 modify it like this:
++advert1=3=0,advert2=3=0,advert3=3=0,advert4=3=0&
for info row format is:
1/12 menans one 12th of template width.
$layoutdesign = $this->params->get("layoutdesign", "++logo=6=0,user3=6=0&++user1=12=0&++user2=12=0&++advert1=6=0,advert2=6=0&+paper+left=3=0,joom_content=5=0,right=4=0&+bottom_row+bottom1=3=0,bottom2=3=0,bottom3=3=0,bottom4=3=0&++copyright=12=0");
that value represents layout. Fro example this is one template row:
++advert1=6=0,advert2=6=0&
to add advert3 and advert4 modify it like this:
++advert1=3=0,advert2=3=0,advert3=3=0,advert4=3=0&
for info row format is:
Code:
<row id>+<row class>+<module pos. name>=<width 1/12 * X>=<left offset 1/12 * Y>
The following user(s) said Thank You: Gracy
Please Log in to join the conversation.
Time to create page: 0.075 seconds