New Module Position

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
littlerama
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Tue Jul 20, 2010 6:03 am
Location: India

New Module Position

Post by littlerama » Fri Jul 15, 2011 12:16 pm

hi all,
i have created a new module position "user6"

<div id="kdm" class="clearfix">
<jdoc:include type="modules" name="user6" style="xhtml" />
</div>

right before <div id="ja-containerwrap<?php echo $divid; ?>"> in index.php

i changed my ja-purity to fixed width 900px. now my problem is the said module is being shown on leftside. the header is center. The attachment is herewith

Thanks a lot in advance
You do not have the required permissions to view the files attached to this post.

User avatar
sone12
Joomla! Champion
Joomla! Champion
Posts: 5446
Joined: Wed Oct 11, 2006 1:12 pm
Location: Kristiansand, Norway
Contact:

Re: New Module Position

Post by sone12 » Fri Jul 15, 2011 12:52 pm

Mod note: Topic moved to » Default Template: JA Purity in Joomla! 1.5

First, undo the action that messed it all up. Try to explain us where in the template you want the modules to show.
Kristian P. Granrud

littlerama
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Tue Jul 20, 2010 6:03 am
Location: India

Re: New Module Position

Post by littlerama » Fri Jul 15, 2011 12:56 pm

ok sone12. i deleted all the mess what i did a couple of minutes ago.
i want to show a sliding module exactly under hornav bar. and the ja-purity template should be with the width of 900px.

Thanks a million for responding soon.

User avatar
sone12
Joomla! Champion
Joomla! Champion
Posts: 5446
Joined: Wed Oct 11, 2006 1:12 pm
Location: Kristiansand, Norway
Contact:

Re: New Module Position

Post by sone12 » Fri Jul 15, 2011 1:14 pm

Okey, to me thats sounds like just above the component?

If so, try insert your code just like this.

<div id="slide"><jdoc:include type="modules" name="user6" style="xhtml" /></div>
<jdoc:include type="component" />

and some css ;) #slide{ width:900px;}
Kristian P. Granrud

littlerama
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Tue Jul 20, 2010 6:03 am
Location: India

Re: New Module Position

Post by littlerama » Fri Jul 15, 2011 1:21 pm

no dear, it dint help me. you can check the status here after updating your code.
http://www.sreesatyacreations.com

User avatar
sone12
Joomla! Champion
Joomla! Champion
Posts: 5446
Joined: Wed Oct 11, 2006 1:12 pm
Location: Kristiansand, Norway
Contact:

Re: New Module Position

Post by sone12 » Fri Jul 15, 2011 1:21 pm

littlerama wrote:no dear, it dint help me. you can check the status here after updating your code.
http://www.sreesatyacreations.com
Your site is in offline mode. Cant see it ;)
Kristian P. Granrud

littlerama
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Tue Jul 20, 2010 6:03 am
Location: India

Re: New Module Position

Post by littlerama » Fri Jul 15, 2011 1:22 pm

sorry i forgot to give you the details.
Username: xxxxxx
Password: xxxxxxx
Last edited by sone12 on Fri Jul 15, 2011 1:49 pm, edited 1 time in total.
Reason: removed login details

littlerama
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Tue Jul 20, 2010 6:03 am
Location: India

Re: New Module Position

Post by littlerama » Fri Jul 15, 2011 2:00 pm

hello sone12, have you gone thru my site.

reply awaited.

littlerama
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Tue Jul 20, 2010 6:03 am
Location: India

Re: New Module Position

Post by littlerama » Fri Jul 15, 2011 2:12 pm

I love youooooooooooooooooooooo! i am stupid. idiot and any other. really!!!
instead of copying the 1st line, i did total 2 lines. thats why total messed up. later reading thrice i understood.
Sorry sone12. Really thank you very much. you made my day.

now i am in the sky.
Bye

Rama

User avatar
sone12
Joomla! Champion
Joomla! Champion
Posts: 5446
Joined: Wed Oct 11, 2006 1:12 pm
Location: Kristiansand, Norway
Contact:

Re: New Module Position

Post by sone12 » Fri Jul 15, 2011 2:25 pm

Yes I took a look at your site. Btw...delete the user you made for me. The login information have been in public for some minutes, and thats not good. Bad peoples can destroy your site! So, for the future, dont post login information in the forum.
littlerama wrote:Really thank you very much. you made my day.
Cool! Good luck with your website.
:D
Kristian P. Granrud

User avatar
MCNX
Joomla! Intern
Joomla! Intern
Posts: 90
Joined: Sat Aug 08, 2009 3:37 am
Location: Australia

Re: New Module Position

Post by MCNX » Fri Jul 22, 2011 4:47 am

I helped me a lot too! Cheers mate!

User avatar
foXXXi
Joomla! Guru
Joomla! Guru
Posts: 705
Joined: Thu Mar 01, 2007 1:41 pm
Location: south africa
Contact:

Re: New Module Position

Post by foXXXi » Fri Sep 30, 2011 11:29 am

Hi there,
Hopefully this fix will be able to help me too.. but I don't know which file I am supposed to be editing?
On my template, I only have a few module positions: Headerright - which contains the login box, then user3 which contains the menu items, then left and right and footer.
Essentially, I need to create a module position below user3 and above right which I would like to call Search - this is where I am going to put my search module..

Any ideas?
Samantha Prinsloo
Creative Designs
Website Designer, Graphic Designer
http://www.creative-designs.co.za

Adam256
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Feb 02, 2012 4:47 pm

Re: New Module Position

Post by Adam256 » Thu Feb 02, 2012 4:52 pm

foXXXi wrote:Hi there,
Hopefully this fix will be able to help me too.. but I don't know which file I am supposed to be editing?
On my template, I only have a few module positions: Headerright - which contains the login box, then user3 which contains the menu items, then left and right and footer.
Essentially, I need to create a module position below user3 and above right which I would like to call Search - this is where I am going to put my search module..

Any ideas?
I have a similar query as foXXXi. Can someone help answer this?


Locked

Return to “Templates for Joomla! 1.5”