TinyPortal

Development => Feedback => Topic started by: archangel on February 10, 2007, 12:06:48 AM

Title: Custom pages
Post by: archangel on February 10, 2007, 12:06:48 AM
Is there a way to make custom pages on TP, just like on php-fusion ?..that will realy help alot
Title: Re: Custom pages
Post by: SRaven on February 10, 2007, 12:14:56 AM
What I did was create my html page, uploaded it to my directory, then created a php article and just put:
include('yourpage.html');  into the php article



Title: Re: Custom pages
Post by: archangel on February 10, 2007, 12:26:45 AM
yes, i thought at that 2, but the problem is i have to make alot of updates on the custom pages and this isn't the best solution 
Title: Re: Custom pages
Post by: Skhilled on February 10, 2007, 02:02:55 AM
There are too many step involved with that process. Why not just create articles within TP. You can then display them wherever you'd like and even link them to each other.
Title: Re: Custom pages
Post by: brianjw on February 10, 2007, 03:57:42 AM
I saw the term "Custom pages". If you want each of your members to have their own custom page then look in the Block Code Snippets Index as it is listed there... :)

Brianjw
Title: Re: Custom pages
Post by: Assistance on February 13, 2007, 05:29:07 AM
how about the custom action mod on SMF
Title: Re: Custom pages
Post by: brianjw on February 13, 2007, 11:42:34 PM
Quote from: Assistance on February 13, 2007, 05:29:07 AM
how about the custom action mod on SMF
He would have to make the FAQ with html or some php, he would have to update it constantly so boards work ;)