PDA

View Full Version : Menu below graphic on Planetfall?


ajr
01-12-2006, 04:40 AM
Can anyone help me remove this? I have 2 places to view to see the diffrence between having the xtra menu and not...

Thanks - -

www.chicagosoundworks.com
www.portlandsoundworks.com

I am really new to this so don't laugh...
:D

Tom
01-12-2006, 10:28 AM
Hi :)

What exactly would you like to remove ? :) I may be able to help...

ajr
01-12-2006, 02:26 PM
Hey Tom,

It is the menu in the bar under the main header graphic, it dispalys "home", "contact us", "site map", "help" - on the right side of the page and today's date on the right side. it is gradient silver to gray.

Thanks,

AJR

ajr
01-12-2006, 07:47 PM
and i don't want to remove it - just the menu that is embedded in it, the gradient bar can stay...

thanks agian,


ajr

philip
01-13-2006, 07:04 AM
Hi AJR,

Just go to the administration panel,

on the administration menu, navigate to 'menu' then click on 'topmenu'

check all the items listed for topmenu, then click 'unpublish'.

That should do it! :)

ajr
01-13-2006, 01:24 PM
Philip,

nope - still showing up? :confused:

that is what i thought it was but...

thanks,

ajr

ajr
01-17-2006, 04:52 PM
Please - i have tried everything...

thanks,

AJR

ernst
01-18-2006, 07:52 AM
In administration go to MODULES ( not menu), locate "top menu" module and unpublish it.
That should do the trick....
The date however will still be there. If you want to remove that one as well you should edit your template.

ajr
01-18-2006, 05:21 PM
hey guys - thanks - but i must have a screwy template as I have gone through admin page by page and unpublished everything relating to "top menu" and after hard refreshing numerous times (usually it is instant) the change isn't there...
thinking of living w/it - but why would one template have it and the other not?

www.portlandsoundworks.com
www.chicagosoundworks.com

ajr
01-18-2006, 07:06 PM
<?php echo "<?xml version=\"1.0\"?>";
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

$collspan_offset = (mosCountModules("right") + mosCountModules("user2")) ? 2 : 1;
?>

<!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">
<HEAD>
<TITLE>
<?php echo $mosConfig_sitename; ?></TITLE>
<?php include ("editor/editor.php"); ?>
<?php initEditor(); ?>
<META http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>"/>
<?php include ("includes/metadata.php"); ?><LINK href="<?php echo $mosConfig_live_site;?>/templates/rhuk_planetfall/css/template_css.css" rel="stylesheet" type="text/css"/>
<LINK rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/templates/rhuk_planetfall/images/favicon.ico"/>
</HEAD>
<BODY class="page_bg">
<A name="up" id="up"></A>

<DIV align="center" >
<TABLE width="798" border="0" cellpadding="0" cellspacing="0" class="big_frame">
<TR>
<TD colspan="<?php echo $collspan_offset+1; ?>"><IMG src="<?php echo $mosConfig_live_site;?>/templates/rhuk_planetfall/images/top_bar.jpg" width="798" height="9"></TD>
</TR>
<TR>
<TD colspan="<?php echo $collspan_offset; ?>"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_planetfall/images/mambo_header.jpg" width="646" height="111" alt=""></TD>
<TD class="top_right_box" style="width: 151px;padding: 4px;" valign="top">
<TABLE cellpadding="0" cellspacing="1" border="0" width="120" class="contentpaneopen">
<TR>
<TD class="contentheading" width="145">
Search
</TD>
</TR>
<form action='index.php' method='post'>
<TR>
<TD>
<DIV class="searchblock" id="searchblock">
Enter Keywords:
<input size="15" class="inputbox" type="text" name="searchword" style="width:128px;" value="search..." onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" />
<input type="hidden" name="option" value="search" />
<DIV align="left"><input type="submit" value="GO" class="button" style="width:35px;"></DIV>
</DIV>
</TD>
</TR>
</form>
</TABLE>
</TD>
</TR>
<TR>
<TD colspan="<?php echo $collspan_offset+1; ?>" valign="middle" class="silver_box" style="height: 26px;">
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<TD class="silver_element"><a href="index.php?option=com_frontpage&amp;Itemid=1" class="silver_link">Home</a></TD>
<TD class="silver_element"><a href="index.php?option=com_contact&Itemid=3" class="silver_link">Contact Us</a></TD>
<TD class="silver_element"><a href="#" class="silver_link">Sitemap</a></TD>
<TD class="silver_element"><a href="#" class="silver_link">Help</a></TD>
<TD class="silver_right" align="right"><?php echo (strftime (_DATE_FORMAT_LC)); ?>&nbsp;&nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD valign="top" class="content_box">
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR valign="top">
<TD>
<!-- main content area -->
<DIV class="contentblock" id="contentblock" style="width:<?php echo 637 - (151 * ($collspan_offset-1)) ?>">
<?php include "pathway.php"; ?><BR>

<?php if (mosCountModules( "top" )) { ?>
<?php mosLoadModules ( 'top' ); ?>
<?php } ?>
<?php include ("mainbody.php"); ?><BR>
</DIV>


<?php if (mosCountModules( "bottom" )) { ?>
<DIV class="footerblock" id="footerblock">
<?php mosLoadModules ( 'bottom' ); ?><BR>
</DIV>
<?php } ?>

<?php include_once("includes/footer.php"); ?>

</TD>
</TR>
</TABLE>

</TD>
<?php if (mosCountModules("right") + mosCountModules("user2")) { ?>
<TD valign="top" class="middle_box" width="151" style="width:151px">
<DIV id="middle_box">
<?php if (mosCountModules( "right" )) { ?>
<DIV class="rightblock" id="rightblock" style="width:143px">
<?php mosLoadModules ( 'right' ); ?>
</DIV>
<?php } ?>



<?php if (mosCountModules( "user2" )) { ?>
<DIV class="user2block" id="user2block" style="width:143px">
<?php mosLoadModules ( 'user2' ); ?>
</DIV>
<?php } ?>
</DIV>
</TD>
<?php } ?>
<TD valign="top" class="right_box" width="151" style="width: 151px">
<DIV id="right_box">
<!-- far right menu -->
<DIV class="leftblock" id="leftblock" style="width:143px">
<?php mosLoadModules ( 'left' ); ?>
</DIV>

<DIV class="user1block" id="user1block" style="width:143px">
<?php if (mosCountModules( "user1" )) { ?>
<?php mosLoadModules ( 'user1' ); ?>
<?php } ?>
</DIV>

</DIV>
</TD>
</TR>
<TR>
<TD colspan="<?php echo $collspan_offset+1; ?>"><IMG src="<?php echo $mosConfig_live_site;?>/templates/rhuk_planetfall/images/top_bar.jpg" width="798" height="9"></TD>
</TR>
</TABLE>
</DIV>
</BODY>
</HTML>

ajr
01-18-2006, 07:07 PM
:) :mad: :D that didn't work - can i email anyone the html to remove the top menu items as outlined above?

THANKS!


ajr