X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How do you remove the dialog box from static pages? (https://forum.x-cart.com/showthread.php?t=13299)

wjbrewer 04-07-2005 11:38 PM

How do you remove the dialog box from static pages?
 
Whenever I make a root level static page it puts all of the infomation in the dialog box. Does anyone know how to avoid this? I can't figure it out.

balinor 04-08-2005 04:39 AM

You sure you are using the root static pages and not the embedded static pages? Root pages shouldn't have a dialog box around them.....

wjbrewer 04-08-2005 09:21 AM

Hi. I'm sorry, they are the embedded pages. Thanks.

B00MER 04-08-2005 09:54 AM

you'll need to make a new dialog_new.tpl file, with:

Code:

{title}
{content}


And change the pages.tpl to use the new dialog_new.tpl instead of dialog.tpl in the include towards the bottom. :wink:

wjbrewer 04-08-2005 12:53 PM

Hi. It worked well. I had to change it to

Code:

{$title}
{$content}


I think that is what you meant. I just wanted to clarify in case anyone else needs to do this. Also the 'pages.tpl' is in customer/main.

Thanks a lot.


All times are GMT -8. The time now is 03:09 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.