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.
Well I just followed the standard install procedure, but that's okay. I always figured if someone wanted to use our bandwidth to download files they could at least register for the board.
I am currently working on version 2.1 beta of this script.
The script is begin totally re-done in 2.1, pages will be stored in the db in a new table instead of begin controled via one template. Also each page will have its own options for perrmissions, page title (for the nav bar), and html. There will also be a default page that will list all current pages in your db. The default page is only called when a page is called that dosent exist in the db, or it can be called directly via pages.php?page=list.
All pages will be controled from a new admin cp script, to allow easy management of all pages.
2.1 will also pack alot of new fetures, these include:
Choose which style they page uses
Which template to use as the header/footer/headerinclude
I am currently working on version 2.1 beta of this script.
The script is begin totally re-done in 2.1, pages will be stored in the db in a new table instead of begin controled via one template. Also each page will have its own options for perrmissions, page title (for the nav bar), and html. There will also be a default page that will list all current pages in your db. The default page is only called when a page is called that dosent exist in the db, or it can be called directly via pages.php?page=list.
All pages will be controled from a new admin cp script, to allow easy management of all pages.
2.1 will also pack alot of new fetures, these include:
Choose which style they page uses
Which template to use as the header/footer/headerinclude
Page by page perrmissions (based on usergroups)
Page hit counters
2.1 beta is expected to be out shortly.
That sounds exciting! I am REALLY looking forward to that!