TinyPortal
Development => Support => Topic started by: Brandon05 on October 05, 2008, 03:31:29 AM
Simple question deserves simple answer. I can code the pages but dont know how or where to do it at?
My suggestion would be to use the php-type article to display your pages.
Design your page as you want, and the place it on your server; you can then use the php 'include' statement in the php article to get the page on the screen.
By naming the query title of your article (you have to save it first before it appears) you directly reference the page with your portal wrapped by specifying "index.php?page=" and the title.
You can edit the page in your design application and TP will get the latest version you saved on every request.
Using the include will require a relative path to the file, by referencing it as it relates to your location of the SMF index.php file..