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

Few questions! help really appreciated. + PICS! (56k =A-OK!)

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-29-2003, 05:54 PM
 
vold vold is offline
 

Member
  
Join Date: Sep 2003
Posts: 25
 

Default Few questions! help really appreciated. + PICS! (56k =A-OK!)

http://www.metafilms.net/upload_images/help.png


or you can visit the test site right now at www.metafilms.net/xcart/

also, i would like to know where i would edit so i can have a background image. thx!!!

oh and 1 more thing. the left vertical menu box(the grey background of behind the Catergories); where can i edit the width of this at?? i looked everywhere and i cannot find. i know where to edit the right vertical menu box but where the left one is a mystery to me. Any help on any of these subjects is appreciated! THX!!
Reply With Quote
  #2  
Old 11-30-2003, 04:53 PM
 
vold vold is offline
 

Member
  
Join Date: Sep 2003
Posts: 25
 

Default

UPDATE: PLEASE HELP ME!!!!!!!!!!!!!! THX

http://www.metafilms.net/upload_images/help2.gif
Reply With Quote
  #3  
Old 11-30-2003, 05:21 PM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

Default

See this post

http://forum.x-cart.com/viewtopic.php?t=6029&highlight=left+menu

__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote
  #4  
Old 11-30-2003, 05:49 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Learning how to use webmaster mode wouldn't hurt either!

Good Luck!

PS Nice artwork!
Reply With Quote
  #5  
Old 12-01-2003, 01:52 PM
 
vold vold is offline
 

Member
  
Join Date: Sep 2003
Posts: 25
 

Default

Quote:
Originally Posted by adpboss
Learning how to use webmaster mode wouldn't hurt either!

Good Luck!

PS Nice artwork!

hey! what's webmaster mode? lmk THX! KEKE
Reply With Quote
  #6  
Old 12-01-2003, 01:53 PM
 
vold vold is offline
 

Member
  
Join Date: Sep 2003
Posts: 25
 

Default

Quote:
Originally Posted by DogByteMan

doesn't answer my question plz help me! here is my menu.tpl and home.tpl code!


menu.tpl:

Code:
<TABLE WIDTH=180 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=3> [img]imgmenuhead/menuhead_01.gif[/img]</TD> </TR> <TR> <TD ROWSPAN=2> [img]imgmenuhead/menuhead_02.gif[/img]</TD> <TD WIDTH=125 HEIGHT=24 BGCOLOR=#3B536F> {$link_begin}[img]{$ImagesDir}/{$dingbats}[/img]{$link_end} {if $link_href} <font face="Tahoma" color="#FFFFFF" size="1">{$menu_title}</font> {else} <font face="Tahoma" color="#FFFFFF" size="1">{$menu_title}</font> {/if} </TD> <TD ROWSPAN=2> [img]imgmenuhead/menuhead_04.gif[/img]</TD> </TR> <TR> <TD> [img]imgmenuhead/menuhead_05.gif[/img]</TD> </TR> </TABLE> <TABLE border=0 cellPadding=5 cellSpacing=0 width="125%"> <TR> <TD colspan="3" class=VertMenuBox>{$menu_content} </td> </td> </TD></TR> </TABLE>

home.tpl:

Code:
{* $Id: home.tpl,v 1.50 2003/04/09 07:41:05 olga Exp $ *} { config_load file="$skin_config" } <html> <head> <title>{$lng.txt_site_title} {if $main eq "catalog"} {if $location eq ""} {$lng.txt_subtitle_home} {else} {strip} {section name=position loop=$location start=0 } {if %position.last% eq "true"} - {$location[position].0|escape}{/if} {/section} {/strip} {/if} {elseif $main eq "product"} {if $product.product ne ''} - {$product.product}{/if} {elseif $main eq "help"} {$lng.txt_subtitle_help} {elseif $main eq "cart"} {$lng.txt_subtitle_cart} {elseif $main eq "checkout"} {$lng.txt_subtitle_checkout} {elseif $main eq "order_message"} {$lng.txt_subtitle_thankyou} {/if} </title> { include file="meta.tpl" } <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> <body background="background.gif"> </head> { include file="rectangle_top.tpl" } { include file="head.tpl" } <table border=0 width="75%" cellpadding=0 cellspacing=0 align="center"> <tr> <td class=VertMenuBox2 width=1> <td class=VertMenuBox width=150 valign=top> { include file="customer/categories.tpl" } {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""} {include file="customer/special.tpl"} {/if} { include file="help.tpl" } </td></td> <td width=20></td> <td valign=top> {include file="customer/home_main.tpl"} </td> <td width=20></td> <td width=150 valign=top> { include file="customer/menu_cart.tpl" } {if $login eq "" } { include file="auth.tpl" } {else} { include file="authbox.tpl" } {/if} { include file="news.tpl" } {if $active_modules.Interneka ne ""} { include file="modules/Interneka/menu_interneka.tpl" } {/if} </td> </tr> </table> { include file="rectangle_bottom.tpl" } </p> </body> </html>

THX
Reply With Quote
  #7  
Old 12-01-2003, 01:55 PM
 
vold vold is offline
 

Member
  
Join Date: Sep 2003
Posts: 25
 

Default

Quote:
Originally Posted by adpboss
Learning how to use webmaster mode wouldn't hurt either!

Good Luck!

PS Nice artwork!

Hey! What is webmaster mode? let me know, THX! keekles
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 10:30 AM.

   

 
X-Cart forums © 2001-2020