Forums Index > Mewsoft Products > Auctionawy > Create new file ?
ettinet First Post Posted on: 02-26-08 01:58 AM
Create new file ?

Hi

i creacted a new "Create new file" in templates how i can see the page it web like "http://....."

what is the link?

Create new file thanks
mewsoft Reply #: 1 Posted on: 02-26-08 10:12 AM
Re: Create new file ?

Files created here are under your template directory. these are meant to be like custom templates or Help files when you need.

If you want to create pages that you can access from the program, it created with the help classes:

Insert a class like that:

<!--CLASS::Page:Your_Page_Name-->

This will create a language file called Your_Page_Name.lang.pm and will create a template file called Your_Page_Name.page.shtml.


This is an exmple of how to create unlimited custom pages. You create these pages from the admin center, under Template Editor. To link to this page in your templates, just insert the class <B><!--CLASS::Page:Page_Name--></B> in your templates, where <B>Page_Name</B> is the name of the page you want to create. The program automatically create a template file in the templates directory with the name <B>Page_Name.page.shtml</B> and a language files with the name <B>Page_Name.page.pm</B> in every language directory.<BR><BR> You can then edit these generated files in the normal way. Also you can use inside these files all the General Classes, your custom functions, and the banner classes. For example you may want to use the Header, Top and Bottom Navigations Classes.<BR>




You can access these pages directly and also create them by calling the ms.cgi:

http://www.domain.com/cgi-bin/auction/ms.cgi?action=GetPage&Name=Your_Page_Name&Language=English

Mewsoft Support
www.mewsoft.com