Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

getting rid of tabs in upper right hand corner

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-16-2004, 07:59 PM
 
sherwood sherwood is offline
 

Member
  
Join Date: Apr 2004
Posts: 16
 

Default getting rid of tabs in upper right hand corner

Can anyone advise me of how to get rid of the 3 tabs in the upper right hand corner of X-cart. I have tried to use {* *} but if that is correct I am not doing it in the right page because its not working.

Thank you!!!!
Reply With Quote
  #2  
Old 05-16-2004, 09:11 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

I head.tpl you will see the line:

Code:
{include file="customer/top_menu.tpl"}

on or about line 8. Either delete this line, or comment it out like this:

Code:
{* {include file="customer/top_menu.tpl"} *}
Reply With Quote
  #3  
Old 05-17-2004, 04:46 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default

Some other ways of getting rid of the speed bar:

1. Log in to your admin
2. go to "speed bar" link under Administration section
3. uncheck all the speed bar links
4. Click apply

~~~~~~~~~~
You can also go to top_menu.tpl and comment out
Quote:
{if $speed_bar}
<tr>
<td valign=top align=right>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<td>{include file="customer/tab.tpl" tab_title="`$speed_bar[sb].title`"}</td>
<td width=1>[img]{$ImagesDir}/spacer.gif[/img]</td>
{/if}
{/section}
</tr>
</table>
</td>
</tr>
{/if}

Or like telafirma said, if you want to get rid of the whole top_menu.tpl, comment it out.

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote
  #4  
Old 05-17-2004, 03:02 PM
 
sherwood sherwood is offline
 

Member
  
Join Date: Apr 2004
Posts: 16
 

Default head.tpl not letting me make changes

Hi,

I tried commenting the fields out but upon clicking save I receive a permission denied error-file not saved. If I try to make any changes to the head.tpl file I get this error. Does anyone have any ideas of what is happening here???

Angie
Reply With Quote
  #5  
Old 05-17-2004, 03:26 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

It sounds like who ever installed your X-Cart changed all the file permissions so that you can not write to them.

The file permissions for your templates should be set to either 644 or 666. i would set them to 644 first and see if that will let you write to them.

If you are unsure how, then contact the individual that installed your X-Cart, or your hosting company.
Reply With Quote
  #6  
Old 05-17-2004, 03:29 PM
 
mlfnet mlfnet is offline
 

Member
  
Join Date: Apr 2004
Posts: 12
 

Default Server Permissions

The file you are trying to save is not writable by your web-server (i.e. apache).

In *nix you need to set the permissions of the file using the 'chmod' and ownership using the 'chown' commands. See your webmaster for details. (most likely something like 'chown apache:www skin1/customer/*.tpl' and 'chmod 664 skin1/customer/*.tpl' will do).

If you're running on windows, you'll have to ask someone else.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:01 PM.

   

 
X-Cart forums © 2001-2020