salazarboy
07-26-2007, 11:23 AM
I don't know if anyone has tried this but I have integrated the script into my VBulletin forum.
newforum.php - http://shadowhaze.net/misc.php?do=page&template=newforum
login.php - http://shadowhaze.net/misc.php?do=page&template=login
directory.php - http://shadowhaze.net/misc.php?do=page&template=directory
This is what you do to do it.
Add a new template in the style of your choice. You can name it whatever you want, it has to have the prefix
custom_ though.
You are then able to call the custom page using
http://shadowhaze.net/misc.php?do=page&template=test2 (http://shadowhaze.net/misc.php?do=page&template=test2)
Change the red code with your domain and the blue code with your template name accordingly.
newforum.php - http://shadowhaze.net/misc.php?do=page&template=newforum
login.php - http://shadowhaze.net/misc.php?do=page&template=login
directory.php - http://shadowhaze.net/misc.php?do=page&template=directory
This is what you do to do it.
Add a new template in the style of your choice. You can name it whatever you want, it has to have the prefix
custom_ though.
You are then able to call the custom page using
http://shadowhaze.net/misc.php?do=page&template=test2 (http://shadowhaze.net/misc.php?do=page&template=test2)
Change the red code with your domain and the blue code with your template name accordingly.