Version: 1.00, by Brad
Developer Last Online: Nov 2023
Version: 3.0.x
Rating:
Released: 08-18-2003
Last Update: Never
Installs: 2
Re-useable Code Translations
No support by the author.
Modification: Simple vB powered web page (svBpwp). By: Brad.loo
This is a external script that will allow you to add extra pages to your vBulletin that intergrate with your style settings. It allows you to use all of vBulletin's built in style vars in your html code so you never have to worry about updating flat html files to match you new board's style every again.
The script supports multiple pages via one file and one template using <if> condition tags unlike its vB 2 counter part. Also you may use all global variables and templates in your code.
Updates:
2.0 beta 2 released - beta 2 solves all reported bugs in beta 1 but adds no new funconality. If you are running beta 1 it is recomended that you upgrade. To do so download the zip file attached in this thread and upload the new pages.php
How to use this script:
Heres a quick list of variables allowed to be used with this script, they are off the top of my head so I might have missed a few.
$bbuserinfo[] - Show's current users info if any $stylevar[] - vBulletin's build in style var's $vboptions[] - vBulletins options $showdate - Current date $showwelcome - Could be useful for welcome panels or the like, use this variable in conditions when you want to show certain info to a guest or regged member. Reports false if user is guest and ture is user is member. $navbar - Shows navbar $header - Shows contents of the HEADER template $footer - Shows contents of the FOOTER template $headinclude - Shows contents of the headerinclude template $gobutton - Displays go button (go button template) $timezone - Shows content of timezone template. $_REQUEST['getpage'] and $page - Use to determain code to display per page.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
nice and simple like you said, i have somthing alot simpler than this that is working with vb3(it just calls the template lol) but nice none the less, i may use this to help a friend with some pages for his vb3
nice and simple like you said, i have somthing alot simpler than this that is working with vb3(it just calls the template lol) but nice none the less, i may use this to help a friend with some pages for his vb3
Thanks for the comments, let me know if you find anything this script is lacking.
I added a new variable to the file amd have uploaded a new zip file. If you have downloaded the script before I made this post make sure to grab it again, no version name change.
Basicly now you can use $page instead of $_REQUEST['getpage'] in your conditions. The old way still works tho .
The next steap for this script is admin cp intergration but I wont fool with that until RC.