custom page wrapper
This modification is in the archives.
This lets you create a vBulletin page by just creating a template.
Installation - Upload "custom page wrapper 0.1.xml" plugin and activate it - Create a "page_test" template with anything in it - Test it out with "index.php?page=test" To create pages, add a template that begins with "page_" in the title. You can change that prefix editing the plugin. Enjoy PHP Code:
if ( !empty($_REQUEST['page']) ) {
Download This modification is archived and cannot be downloaded. |