Welcome Visitor, Please Login or Register Now |
|
Saturday, December 21, 2024 12:53 PM |
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Instructions to creating New Pages |
Edit Delete Quote |
First Post Posted on: 04-02-10 01:02 PM |
|
|
|
I'm new to this software and I've so far spent 3 days trying to put it together. I'm trying to create new custom pages with links to existing pages and I'm still not sure the order to start.\
\
Is there a "README" file or a set of instructions that clearly sets out the steps to create new pages with links and how to use the software in general?\
\
If not can somebody please help?\
\
Thanks |
|
|
|
|
|
mewsoft |
Administrator Team Member |
Posts: 5381 |
Joined: 12-21-24 12:53 PM |
Location: knxoville, TN, USA |
|
|
|
|
|
|
|
|
|
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 2 Posted on: 04-03-10 07:01 PM |
|
|
|
Thanks for that reply - but I'm still confused by the instructions given below. For a start the custom page I created does not have an .ext at the end in the Edit Language File page. \
\
My questions are mixed with the instructions in the capital fonts:\
\
Custom page boys has been created.\
\
Edit the language files boys.page.pm (IN THE LANGUAGE MANAGER MY NEW PAGE HAS NO .EXT AT THE END)from the Language Manager for each language. Also edit the template file boys.page.shtml from the template editor (WHAT FORM OF EDITING DO I SPECIFICALLY NEED TO DO IN THE TEMPLATE EDITOR TO BE ABLE TO CALL THE PAGE UP WITH A LINK?) for each them. To insert a link in your templates for this page, insert the class in your templates. (DO I HAVE TO INDIVIDUALLY INSERT THE CLASS INTO EVERY PAGE IN THE TEMPLATE TO BE ABLE TO CALL IT UP WITH A LINK AND WHERE EXACTLY SHOULD I INSERT THE CLASS?)\
\
Thanks |
|
|
|
|
|
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Re: Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 3 Posted on: 04-04-10 01:43 AM |
|
|
|
Hi Mewsoft, I'm really struggling with this and getting more & more confused as I muddle through.\
\
Can you create a one page for me that I can use as a live example to do the rest? |
|
|
|
|
|
|
raider |
Registered Member |
Posts: 74 |
Joined: 08-01-06 04:16 PM |
|
|
|
|
PM |
|
|
|
|
Re: Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 4 Posted on: 04-04-10 06:43 AM |
|
|
|
Hi, You can use any html editor to create your page and then paste it into your html template. The only non standard stuff is where you use [[ variable ]] to call specific text from your associated language file ie mypage.page.shtml and associated mypage.page.pm you would call some_variable value from your .pm by putting in your html template [[some_variable]]
as an example: page_title = "My Page" in your language file Putting [[page_title]] in your template will display My page on your web page
To call your page from other pages you can put the in each html template you want the link in or add it to one of the CLASS files to have it appear in all ie Top_Navigation. Obviously your page html template should refer to any of the classes you need to maintain the look and feel such as header, footer etc etc which are called by . Ahmed has done a demo custom page in the script already - just look at your html template editor for Test.page.shtml or it may be Mypage.page.shtml I cant remember which. Anyways I hope that helps, was just passing through and thought Id offer some help |
Developing a UK Auction Site : Http://www.eBaSyi.com |
|
|
|
|
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Re: Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 5 Posted on: 04-06-10 02:57 AM |
|
|
|
RAIDER WROTE:... "ANYWAYS I HOPE THAT HELPS, WAS JUST PASSING THROUGH AND THOUGHT ID OFFER SOME HELP" I'm really glad you did and appreciate your suggestions, which I followed to the letter, alas with no joy!!! I'm beginning to think that I may not have installed the software properly although I had reviewed the process & re-installed it again several times. Based on your example I created a page: "Our Services" using the Template Editor/New Custom Page Name box. The script created the page "Our Services.page.shtml" in the Template Editor and "Our Services" in the Language Manager, but without the .pm extension. (Is that as it should be?) The page "Our Services.page.shtml" in the Template Editor has the following variables: <TR><TD WIDTH="100%">[[page_title]]</TD></TR> <TR><TD WIDTH="100%">[[page_body_text]]<BR> To be able to call the page up on my site, do I replace the variable [[page_title]] with [[Our Services.page.shtml]] or do I leave both variables as they are? - To show the link to the page at the bottom of all my web pages on the site, do I include the following line to the Class Editor page "Bottom_Navigation"?: <td align="center" class="botnavlnk" nowrap><A href=" <!--CLASS::Page:Our Services--> ">[[our services]]</a> <font color="#465E00" size="2">|</font></td> Or should it be?: <td align="center" class="botnavlnk" nowrap><A href=" <!--CLASS::Our Services--> ">[[our_services]]</a> <font color="#465E00" size="2">|</font></td> I think I had followed your example closely and I have tried all the other examples I found in the forum but nothing seems to be working for me at the moment. I would appreciate your comment on the above. Thanks |
|
|
|
|
|
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Re: Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 7 Posted on: 04-06-10 08:17 AM |
|
|
|
Mewsoft, I'm getting a WARNING notice on this forum about "_editor_url" and I'm sure if the message is being sent from you.\
\
I'm not a programmer and therefore not entirely sure where and how to set the _editor_url.\
\
However, my original problem persists -and the way I see it, it'll be a shame to let another day go to waste without getting help to see the nature of the problem I'm having with your software. |
|
|
|
|
|
|
raider |
Registered Member |
Posts: 74 |
Joined: 08-01-06 04:16 PM |
|
|
|
|
PM |
|
|
|
|
|
raider |
Registered Member |
Posts: 74 |
Joined: 08-01-06 04:16 PM |
|
|
|
|
PM |
|
|
|
|
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Re: Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 11 Posted on: 04-06-10 09:21 AM |
|
|
|
RAIDER: Thanks for the offer.\
\
Should that be link to the admin page? |
|
|
|
|
|
mewsoft |
Administrator Team Member |
Posts: 5381 |
Joined: 12-21-24 12:53 PM |
Location: knxoville, TN, USA |
|
|
|
|
|
|
|
|
|
|
blkcloud |
Registered Member |
Posts: 56 |
Joined: 09-23-06 05:05 PM |
|
|
|
|
|
|
|
|
|
Re: Instructions to creating New Pages |
Edit Delete Quote |
Reply #: 15 Posted on: 04-08-10 03:28 AM |
|
|
|
Hi Raider – thanks for taking a look. I created the following page OurServices and the template named it: “OurServices.page.shtml” <!--CLASS::Header--> <DIV ALIGN="center"><CENTER> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="0" BGCOLOR="#FFFFFF" CELLSPACING="0"> <TR><TD ALIGN="center" WIDTH="100%"> <!--CLASS::Top_Navigation--> <!--CLASS::Top_Area--> <!--CLASS::Welcome_Area--> <!--------------------------------------------------> <TABLE BORDER="0" ALIGN="center" VALIGN="middle" WIDTH="600" CELLSPACING="1" CELLPADDING="4"> <TR><TD WIDTH="100%">[[page_title]]</TD></TR> <TR><TD WIDTH="100%">[[page_body_text]]<BR> <B>How to edit these custom files</B><BR> Edit the language files <B>OurServices.page.pm</B> from the Language Manager. Also edit the template file <B>OurServices.page.shtml</B> from the template editor for each them.<BR> </TD></TR> </TABLE> <!--------------------------------------------------> <BR> <!--CLASS::Bottom_Navigation--> <!--CLASS::Bottom--> </TD></TR> </TABLE> </CENTER></DIV> <!--CLASS::Footer--> This page “OurServices” was created by the template in the Language Manager with the varible names “page_body_text” and “page_title” I inserted in the “Bottom_Navigation” page in the Class Editor the following link ….. <td align="center" class="botnavlnk" nowrap><A href="<!--CLASS::Page:OurServices-->">[[ourservices]]</a> <font color="#465E00" size="2">|</td> …… in the hope that it would create a link “Our Services” at the bottom of every page, which can be used to call up the page from the website: I know I’ve probably got confused over time and made a simple and obvious mistake, but I really appreciate your help with this. Thanks |
|
|
|
|
|
|
|
|
|
Mewsoft and Mewsoft Logos are registered trademarks.
® Corporation. All Rights Reserved.
Copyright -
Privacy -
Terms of Use
| Page Load: 1.0477 Seconds |
|