In UBB.Threads 7, a /scripts/sample.inc.php file is provided to help you create your own custom pages as needed.
For example, you can duplicate the /scripts/sample.inc.php file to /scripts/mypage.inc.php Then create a /templates/default/mypage.tpl template file with the HTML for your page.
Then visiting ubbthreads.php?ubb=mypage will load that page.
I have tried unsuccessfully to make a generic page (inside of the forum directory). While there is a sample.inc.php script, there is no sample.tpl file I can use, and as a complete newbie with no real desire to learn php, I have no idea where to start.
Is this documented somewhere? I guess what I need is a step by step instruction on how to make generic pages (for dummies) - which I will use for static link collections, about-texts etc.
I am not trying to make anything complicated, just a static custom page with some plain html content.
While fiddling around with this, I got the following error when trying to view my page:
page_about_gpc not found!
Any help/pointers or links to instructions would be highly appreciated.