Setting up your proVistaB template is easy, once you know which files to edit, and how to edit them.
proVistaB includes several "overall_headers". This is necessary to allow the "Nav" buttons
to display your Current page.
Any mods that require edits to "overall_header.html, should be added to all of them.
First we will add your own logo, or logo's. proVistaB includes a rotating logo script.
Add your logo images to "styles/proVista/imageset/en/logo"
Add your logo images to all languages installed. This allows you to have different logo's
for different languages.
For appearance, all logo's should be the same size. If you have a small logo you want to
add to the rotation, edit the "canvas" size to be the same as your largest logo.
That way you will have a small logo on a large canvas, and it will not be stretched out.
By default, the logo size is 600x200.
This version of proVista is different from other versions, in that all the buttons pull their text from the
installed language files. proVistaB does not require different buttons for different languages!
All but 3 language variables already exist. You will have to add the 3 that do not.
$lang = array_merge($lang, array( 'TRANSLATION_INFO' => '', 'DIRECTION' => 'ltr', 'DATE_FORMAT' => '|d M Y|', // 01 Jan 2007 (with Relative days enabled) 'USER_LANG' => 'en-gb', '1_DAY' => '1 day', '1_MONTH' => '1 month', '1_YEAR' => '1 year', '2_WEEKS' => '2 weeks', '3_MONTHS' => '3 months', '6_MONTHS' => '6 months', '7_DAYS' => '7 days',
// begin proVista buttons 'NEW_TOPIC' => 'New Topic', 'SEND_REPLY' => 'Send Reply', 'FORWARD' => 'Forward', // end proVista buttons
This will need to be done for all installed languages.
Check the "install proVistaB/LANG_FILE_EDITS.txt" for additional languages.
The title of the links block is by default "your site name" links.
This can be changed, as well as the links themselves in "styles/proVista/template/links.html"
add "external" links in this format
I have included a rules link. For this to work correctly,
Copy rules.php (included in the "install proVista" folder, to your forum root.
Copy "proVista/template/rules.html" to all other installed themes to avoid errors.
You may change these rules by editing "proVista/template/rules.html"