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

The hardest one ever!!!

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-04-2003, 11:57 AM
 
John7 John7 is offline
 

Senior Member
  
Join Date: Jan 2003
Posts: 136
 

Default The hardest one ever!!!

The hardest one ever!!!


I need to completely remove the bread crumbs navigation and the dialog name from every page and still have everything else work right.

How can I do this?

Is this the hardest challange yet?
Reply With Quote
  #2  
Old 04-04-2003, 12:04 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

remove location.tpl or comment out its contents.
restore original if you need it back from skin1_original/
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #3  
Old 04-04-2003, 12:23 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

may be easier to just blank out the location.tpl file replacing it with an empty template and to alter the dialog.tpl by changing from:

Code:
<TABLE border=0 cellPadding=2 cellSpacing=0 {$extra}> <TR> <TD height="20" class=DialogTitle background="{$ImagesDir}/dialog_bg.gif" valign=bottom>{$title}</TD> </TR> <TR><TD class=DialogBorder><TABLE border=0 cellPadding=10 cellSpacing=0 width="100%"> <TR><TD class=DialogBox>{$content} </TD></TR> </TABLE></TD></TR> </TABLE>
to
Code:
<TABLE border=0 cellPadding=2 cellSpacing=0 {$extra}> <TR> <TD height="20" class=DialogTitle background="{$ImagesDir}/dialog_bg.gif" valign=bottom></TD> </TR> <TR><TD class=DialogBorder><TABLE border=0 cellPadding=10 cellSpacing=0 width="100%"> <TR><TD class=DialogBox>{$content} </TD></TR> </TABLE></TD></TR> </TABLE>
easy
__________________
ex x-cart guru
Reply With Quote
  #4  
Old 04-04-2003, 12:35 PM
 
John7 John7 is offline
 

Senior Member
  
Join Date: Jan 2003
Posts: 136
 

Default Thats right along the line I was thinking.

Thats right along the line I was thinking.

I commented out the areas you deleted.

Here is what my code ended up looking like for the dialog.tpl


Code:
{* $Id: dialog.tpl,v 1.14 2002/10/22 10:27:05 olga Exp $ *} <TABLE border=0 cellPadding=2 cellSpacing=0 {$extra}> {*<TR> *} {*<TD height="20" class="contents-blue" valign=bottom>{$title}</TD> *} {*</TR> *} <TR><TD class="contents-blue"><TABLE border=0 cellPadding=10 cellSpacing=0 width="100%"> <TR><TD class="contents-blue">{$content} </TD></TR></TABLE></TD></TR></TABLE>

Why did this seem like such a hard ting to do?
It wasnt hard at all.

Thanks for your inspiration.

JOhn
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 03:21 PM.

   

 
X-Cart forums © 2001-2020