View Full Version : Insert new PHP page
ocean86
05-23-2010, 07:27 PM
Hi,
I want to create a new (blank) page like Home-Forum-Blogs-What's New, but I want to insert PHP code in these new pages. Is it possible?
Thank you and excuse me for bad english.
thedudleys
05-26-2010, 01:58 PM
here is the coding i have that i located by accident for making new pages for vb 4
its an attachment, but it should help you, there is a few spots that you will need to edit such as the following:
define('THIS_SCRIPT', 'test'); rename where it says test to 'what you want' and etc for the other parts in the PHP top half of the notepad with coding.
in the bottom half with the HTML you will need to edit the following:
<h2 class="blockhead">Title</h2> rename to what you want it.
then fill in your content in this area: <div class="blockrow">Text</div>
and that will help you with getting new pages setup, enjoy :)
pjdaley
05-26-2010, 03:08 PM
check out this article
https://vborg.vbsupport.ru/showthread.php?t=228112
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.