-
AuthorPosts
-
toloekka Friend
toloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
March 22, 2011 at 8:15 pm #161786Hi.
I would like to add a module position and use “mod_wrapper” under the main content. See attachment “module-position.jpg”.
And I would like to have the same styling as modules placed in left or col-mass-top and so on. See the same attachment.
I have managed to make a module position under the main content adding this to “content.php” with the name “flue_posisjon”:
<jdoc:include type="modules" name="flue_posisjon" />
But this do not get the styling that I want and do not show the title of this module (mod_wrapper).
See attachmnet “flue-posisjon.jpg”.Hope someone can help.
toloekka
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 23, 2011 at 8:18 am #382840Hi,
I understand your mean is that: you want to add a module (mod_wrapper) is under main content. It has style is same left module and show its title. Am I right?
Do you give me link to your website?toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
March 23, 2011 at 8:32 pm #382942Hi khoand.:)
We want to have a module position under main content where we can use any type of modules. In our case we will use mod_wrapper in that wanted position, and yes, we want to have the same style as the left (and the right) modules and show the title like they do.
Unfortunately our site is still offline. But if you edit your hosts file with inserting this:
217.170.195.123 fluefiskesiden.no www.fluefiskesiden.no
and go to http://www.fluefiskesiden.no, you can see it.
toloekka
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 24, 2011 at 3:23 am #382968Hi,
you just create new module and set its position is content-mass-botekritter Friendekritter
- Join date:
- June 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
March 24, 2011 at 4:05 am #382975Take a look at the tutorial below.
http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
March 24, 2011 at 7:06 am #382999<em>@khoand 229787 wrote:</em><blockquote>Hi,
you just create new module and set its position is content-mass-bot</blockquote>Hi again khoand. 🙂
I have tried conten-mass-bot, but that position goes under left. See my attachment “content-mass-bot.jpg”.
toloekka
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
March 24, 2011 at 7:38 am #383004<em>@ekritter 229795 wrote:</em><blockquote>Take a look at the tutorial below.
http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/</blockquote>
Hi ekritter. 🙂
I have managed to make my own position with this method with other templates, but with this JA T3 Framework that this template teline_iv use, I cant figure it out. The index.php file in the template folder is totaly different. It is just this:
<?php
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_('Missing jat3 framework plugin');
}The JA T3 Framework that the template teline_iv use, use blocks to position modules with this file,
/templates/ja_teline_iv/core/etc/layouts/default.xml. I have tried to edit this file, but not succeded.Styling things is also different, it is two template.css files. One here, /templates/ja_teline_iv/css/template.css and one here, /plugins/system/jat3/base-themes/default/css/template.css.
It is also differences in this JA T3 Framework compare to other templates that I do not have control over (yet).
Of cource, I can also missunderstand things in this JA T3 Framework that I hope I understand.
toloekka
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 24, 2011 at 9:09 am #383019Hi,
You try position content, content-bottom. If it doesn’t work, do you give me layout default?ekritter Friendekritter
- Join date:
- June 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
March 24, 2011 at 3:22 pm #383077OOPs, I forgot this is a T3 template …… I will try to take a look later and post it. Sorry, I forgot to read carefully … :-[
It might be sometime this weekend before I can get to it.
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
March 24, 2011 at 5:41 pm #383097<em>@khoand 229855 wrote:</em><blockquote>Hi,
You try position content, content-bottom. If it doesn’t work, do you give me layout default?</blockquote>Hi again.
I have tried “content-bot” (content-bottom), but then I do not have the right styling and it do not show the title. See my attachment “content-bot.jpg”.
The position “content” do not show anything at all.
Both “content-bot” and “content” is not a default position. I have to type in those manualy.What do you mean by layout default, do you mean the “default.xml” file that have the positions/blocks? If so, here it is.
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="header" type="header"></block>
<block name="topmegamenu" type="topmega"></block>
<block name="mainnav" type="mainnav"></block>
<block name="topbar" type="topbar"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
<block name="topsl1" type="spotlight" special="left" specialwidth="66">sl1-l,sl1-r</block>
<block name="topsl2" type="spotlight">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" main-inner="1" colwidth="17">
<block name="content-top" style="raw">content-top</block>
<block name="content-bottom" style="raw">content-bot</block>
<block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
<block name="content-mass-bottom">content-mass-bot</block>
<block name="right-mass-top">col-mass-top</block>
<block name="right-mass-bottom">col-mass-bot</block>
<block name="inset1">left</block>
<block name="right1">right1</block>
<block name="right2">right2</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
<block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>
</layout>toloekka
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
March 24, 2011 at 5:56 pm #383108<em>@ekritter 229935 wrote:</em><blockquote>OOPs, I forgot this is a T3 template …… I will try to take a look later and post it. Sorry, I forgot to read carefully … :-[
It might be sometime this weekend before I can get to it.</blockquote>
Hi again ekritter.
🙂 It is easy to overlook (is that good english?) sometimes – you are not alone. 🙂
I appreciate that you will take a look at this.
toloekka
April 30, 2011 at 8:39 pm #389200<em>@toloekka 229961 wrote:</em><blockquote>Hi again.
I have tried “content-bot” (content-bottom), but then I do not have the right styling and it do not show the title. See my attachment “content-bot.jpg”.
The position “content” do not show anything at all.
Both “content-bot” and “content” is not a default position. I have to type in those manualy.What do you mean by layout default, do you mean the “default.xml” file that have the positions/blocks? If so, here it is.
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="header" type="header"></block>
<block name="topmegamenu" type="topmega"></block>
<block name="mainnav" type="mainnav"></block>
<block name="topbar" type="topbar"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
<block name="topsl1" type="spotlight" special="left" specialwidth="66">sl1-l,sl1-r</block>
<block name="topsl2" type="spotlight">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" main-inner="1" colwidth="17">
<block name="content-top" style="raw">content-top</block>
<block name="content-bottom" style="raw">content-bot</block>
<block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
<block name="content-mass-bottom">content-mass-bot</block>
<block name="right-mass-top">col-mass-top</block>
<block name="right-mass-bottom">col-mass-bot</block>
<block name="inset1">left</block>
<block name="right1">right1</block>
<block name="right2">right2</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
<block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>
</layout>toloekka</blockquote>
I have the same problem with content-bot its somthing wrong with the style. If you have solved this please tell us how.
Thank you and waiting your reply.Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 30, 2011 at 9:54 pm #389213What do you want in that location? A single module or multiple modules? WHat style do you expect? Please say exactly so we can take a look.
May 1, 2011 at 1:56 pm #389278<em>@phill luckhurst 237766 wrote:</em><blockquote>What do you want in that location? A single module or multiple modules? WHat style do you expect? Please say exactly so we can take a look.</blockquote>
Hello phill
Please take a looke on the attachments porblems is:
1. There is no style in content-bot when i use a module the background disappear.2. What is this line i want delete it, if there is no modules in content-bot and content-top its showen thats line.
3. User5 have a problem its not like the user4 and the others users positions.
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 1, 2011 at 2:12 pm #389282Can you PM me an admin logon and ftp details so I can take a look. Please include a link to this thread in your PM so I can easilly find it again.
1 user says Thank You to Phill for this useful post
-
AuthorPosts
This topic contains 29 replies, has 6 voices, and was last updated by toloekka 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum