How do I insert a menu module to the top right of my site?


Author Message
Randy

Posted: 4/8/2009
Quote message 

:-( I just created my first Artisteer site. I need to have a small menu at the top right. The module that I inserted on my own is staying on the top left. I inserted the code for topnav into the index.php file and into template details.xml file. Both files are below. Here is the URL for the site with ?tp=1 added to the end so that you can see the module positions http://resolutionsofpalmbeach.com/?tp=1

Can someone please help me? It's probably simple for someone that understands this. I do not know how to write code.

Thanks!



<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
require_once dirname(__FILE__) . DS . 'functions.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/style.css" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/script.js"></script>
</head>
<body>
<div class="PageBackgroundGradient"></div>
<div class="Main">
<div class="Sheet">
<div class="Sheet-tl"></div>
<div class="Sheet-tr"><div></div></div>
<div class="Sheet-bl"><div></div></div>
<div class="Sheet-br"><div></div></div>
<div class="Sheet-tc"><div></div></div>
<div class="Sheet-bc"><div></div></div>
<div class="Sheet-cl"><div></div></div>
<div class="Sheet-cr"><div></div></div>
<div class="Sheet-cc"></div>
<div class="Sheet-body">
<div class="Header">
<jdoc:include type="modules" name="topnav" />
<div class="Header-jpeg"></div>
<div class="logo">
</div>


</div>

<jdoc:include type="modules" name="user3" />
<div class="contentLayout">
<div class="content">
<?php if ($this->countModules('breadcrumb') || artxHasMessages()) : ?>
<div class="Post">
<div class="Post-body">
<div class="Post-inner">
<div class="PostContent">
<jdoc:include type="modules" name="breadcrumb" />
<jdoc:include type="message" />

</div>
<div class="cleared"></div>

</div>

</div>
</div>
<?php endif; ?>
<jdoc:include type="component" />

</div>
<div class="sidebar1">
<jdoc:include type="modules" name="right" style="artblock" />

</div>

</div>
<div class="cleared"></div>
<div class="Footer">
<div class="Footer-inner">
<jdoc:include type="modules" name="syndicate" />
<div class="Footer-text"><p>Copyright &copy; 2009 Resolutions of Palm Beach.<br/>
All Rights Reserved.</p>
</div>
</div>
<div class="Footer-background"></div>
</div>

</div>
</div>
<p class="page-footer"><a href="http://www.arttechstudio.com">Joomla template</a> Art Tech Studio</p>

</div>

</body>
</html>





<?xml version="1.0" encoding="utf-8"?>
<install type="template" version="1.5">
<name>resolutions</name>
<creationDate>2009-04-07</creationDate>
<version>1.0</version>
<author></author>
<authorUrl></authorUrl>
<description>Artisteer-generated theme</description>
<files>
<fileName>functions.php</fileName>
<fileName>index.html</fileName>
<fileName>index.php</fileName>
<fileName>params.ini</fileName>
<fileName>ReadMe.txt</fileName>
<fileName>html/index.html</fileName>
<fileName>html/modules.php</fileName>
<fileName>html/com_contact/index.html</fileName>
<fileName>html/com_contact/category/default.php</fileName>
<fileName>html/com_contact/category/index.html</fileName>
<fileName>html/com_contact/contact/default.php</fileName>
<fileName>html/com_contact/contact/default_form.php</fileName>
<fileName>html/com_contact/contact/index.html</fileName>
<fileName>html/com_content/index.html</fileName>
<fileName>html/com_content/archive/default.php</fileName>
<fileName>html/com_content/archive/default_items.php</fileName>
<fileName>html/com_content/archive/index.html</fileName>
<fileName>html/com_content/article/default.php</fileName>
<fileName>html/com_content/article/form.php</fileName>
<fileName>html/com_content/article/index.html</fileName>
<fileName>html/com_content/category/blog.php</fileName>
<fileName>html/com_content/category/blog_item.php</fileName>
<fileName>html/com_content/category/default.php</fileName>
<fileName>html/com_content/category/default_items.php</fileName>
<fileName>html/com_content/category/index.html</fileName>
<fileName>html/com_content/frontpage/default.php</fileName>
<fileName>html/com_content/frontpage/default_item.php</fileName>
<fileName>html/com_content/frontpage/index.html</fileName>
<fileName>html/com_content/section/blog.php</fileName>
<fileName>html/com_content/section/blog_item.php</fileName>
<fileName>html/com_content/section/default.php</fileName>
<fileName>html/com_content/section/index.html</fileName>
<fileName>html/com_newsfeeds/index.html</fileName>
<fileName>html/com_newsfeeds/categories/default.php</fileName>
<fileName>html/com_newsfeeds/categories/index.html</fileName>
<fileName>html/com_newsfeeds/category/default.php</fileName>
<fileName>html/com_newsfeeds/category/index.html</fileName>
<fileName>html/com_newsfeeds/newsfeed/default.php</fileName>
<fileName>html/com_newsfeeds/newsfeed/index.html</fileName>
<fileName>html/com_poll/index.html</fileName>
<fileName>html/com_poll/poll/default.php</fileName>
<fileName>html/com_poll/poll/index.html</fileName>
<fileName>html/com_search/index.html</fileName>
<fileName>html/com_search/search/default.php</fileName>
<fileName>html/com_search/search/index.html</fileName>
<fileName>html/com_user/index.html</fileName>
<fileName>html/com_user/login/default_login.php</fileName>
<fileName>html/com_user/login/default_logout.php</fileName>
<fileName>html/com_user/login/index.html</fileName>
<fileName>html/com_user/register/default.php</fileName>
<fileName>html/com_user/register/index.html</fileName>
<fileName>html/com_user/remind/default.php</fileName>
<fileName>html/com_user/remind/index.html</fileName>
<fileName>html/com_user/reset/complete.php</fileName>
<fileName>html/com_user/reset/confirm.php</fileName>
<fileName>html/com_user/reset/default.php</fileName>
<fileName>html/com_user/reset/index.html</fileName>
<fileName>html/com_user/user/default.php</fileName>
<fileName>html/com_user/user/form.php</fileName>
<fileName>html/com_user/user/index.html</fileName>
<fileName>html/com_weblinks/index.html</fileName>
<fileName>html/com_weblinks/categories/default.php</fileName>
<fileName>html/com_weblinks/categories/index.html</fileName>
<fileName>html/com_weblinks/category/default.php</fileName>
<fileName>html/com_weblinks/category/index.html</fileName>
<fileName>html/com_weblinks/weblink/form.php</fileName>
<fileName>html/com_weblinks/weblink/index.html</fileName>
<fileName>html/com_wrapper/index.html</fileName>
<fileName>html/com_wrapper/wrapper/default.php</fileName>
<fileName>html/com_wrapper/wrapper/index.html</fileName>
<fileName>html/mod_mainmenu/default.php</fileName>
<fileName>html/mod_syndicate/default.php</fileName>
<fileName>script.js</fileName>
<fileName>images/spacer.gif</fileName>
<fileName>templateDetails.xml</fileName>
</files>
<images>
<fileName>template_thumbnail.png</fileName>
<fileName>images/Page-BgTexture.jpg</fileName>
<fileName>images/Page-BgGradient.jpg</fileName>
<fileName>images/Sheet-s.png</fileName>
<fileName>images/Sheet-h.png</fileName>
<fileName>images/Sheet-v.png</fileName>
<fileName>images/Sheet-c.png</fileName>
<fileName>images/Header.jpg</fileName>
<fileName>images/nav.png</fileName>
<fileName>images/item-center.png</fileName>
<fileName>images/item-separator.png</fileName>
<fileName>images/subitem-bg.png</fileName>
<fileName>images/Block-s.png</fileName>
<fileName>images/Block-h.png</fileName>
<fileName>images/Block-v.png</fileName>
<fileName>images/Block-c.png</fileName>
<fileName>images/BlockHeader.png</fileName>
<fileName>images/BlockHeaderIcon.png</fileName>
<fileName>images/BlockContentBullets.png</fileName>
<fileName>images/PostDateIcon.png</fileName>
<fileName>images/PostAuthorIcon.png</fileName>
<fileName>images/edit_unpublished.png</fileName>
<fileName>images/PostBullets.png</fileName>
<fileName>images/PostQuote.png</fileName>
<fileName>images/Button.png</fileName>
<fileName>images/Footer.png</fileName>
<fileName>images/edit.png</fileName>
<fileName>images/livemarks.png</fileName>
</images>
<css>
<fileName>css/style.ie6.css</fileName>
<fileName>css/style.css</fileName>
</css>
<positions>
<position>topnav</position>
<position>breadcrumb</position>
<position>left</position>
<position>right</position>
<position>syndicate</position>
<position>user3</position>
</positions>
</install>
 
lynts

Posted: 4/20/2009
Quote message 

K get out of that, go into admin go to install unistall upload your mod,,,then goto modules and activate the module and make sure position says Right, and that will put your mod in top right corner
 
lynts

Posted: 4/20/2009
Quote message 

ok scratch that sorry im stoned and its 420 so go to module manager go to new and where you see a whole bunch of options go to menu name it and your not done after that go to menu manager create your menu,, almost for got in menu manager make sure its enabled and that the position is set to right