butch First Post Posted on: 01-15-11 08:45 PM
help

still can not get a new page to work\ the program will create the page but i can not open it form \ the main program or home page.\ it adress www.xxxxx.xxx/xxx/xxxx/<--class:: new page -->\ it will not change the class::\ then 404 page. what do i look for ??
mewsoft Reply #: 1 Posted on: 01-16-11 04:03 PM
Re: help

This is the help when you create a new page called Test:


Code: HTML
</p><p>Custom page <b>Test</b> has been created.<br /><br />Edit the language files <b>Test.page.pm</b> from the Language Manager for each language. Also edit the template file <b>Test.page.shtml</b> from the template editor for each them. To insert a link in your templates for this page, insert the class <b>&lt;!--CLASS::Page:Test--&gt;</b> in your templates.<br /><br />

so after you create it insert the class:


Code: HTML
</p><p><strong>&lt;!--CLASS::Page:Test--&gt;</strong></p><p>

in your template, this class will insert only the link part not the full url so to display a link say Test page:


Code: HTML
</p><p>&lt;a href=&quot;<strong>&lt;!--CLASS::Page:Test--&gt;&quot;</strong>&gt;Test Page&lt;/a&gt;</p><p>

To access the page direct r using the direct URL generated by the program , it will be like this:


Code: HTML
</p><p><a href="http://domain.com/cgi-bin/auction/auction.cgi?action=GetPage&Name=Test&Lang=English">http://domain.com/cgi-bin/auction/auction.cgi?action=GetPage&amp;Name=Test&amp;Lang=English</a></p><p>


Mewsoft Support
www.mewsoft.com