PDA

View Full Version : 8WayRun.Com - Random Header



admin
17-04-2010, 01:48 PM
I'm an unemployed computer programmer... if you appreciate the work I have done on this mod, please don't hesitate in offering me a donation by clicking the "Support Developer" link to the right of this text.
I had to rewrite this mod because it stopped working in vB4x. It now requires a product installation; don't blame me, blame vB4x.

This script does not use Javascript!
I wrote this mod for my own website last year (http://www.8wayrun.com/). I was looking for a way to create a random header situation, while also letting people select the random header through their UserCP and force a header depending on what forum they are on. If you go to my website (http://www.8wayrun.com/), a random character will appear on your header, if you ctrl+refresh, a new character will show up... if you go to our character specific forums, the character in the random header will be forced to the character of that specific forum... I have done my best to make this script as simple as possible.

Product Demo:
http://www.8wayrun.com/
http://www.8wayrun.com/customstyles/...der/header.php (http://www.8wayrun.com/customstyles/exm-blue-dark/header/header.php)
Installation Procedure:

Upload all the files in the "upload" directory of the attached zip file to your forum root.
.
Import the product file called "product-header.xml" in the Product Manager of vBulletin.
.
RANDOM OPTION: Put the images you want randomized into the "header" folder that you just uploaded in the previous step.
This randomized option will work with any JPG, GIF or PNG image extension.
.
SELECTED OPTION: If you want, you can let users SELECT which header they want on places where the script would normally randomize.

Create a new "Single-Selection Menu" profile field in your adminCP.
For each selection option, enter an image's filename as an option.
Set Default: None
Field Required: No
Field Editable: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
Display Page: Options: Other

After you submit, this field will be given a name (ex: field9). Make sure to remember this name.
This selected option will work with any image extension defined in an image's filename
.
FORCED OPTION: If you want to FORCE an image on specific forum, upload the image, to the "header/forums" directory.
Images are forced by their forum ID, so if the forum you want to force is forum 38, then name the image "38.png".
By default, this selected option will only work with the PNG image extension.
If you want to change this extension to something else, open up the included "header/header.php".
Find and edit the fourth line in this file which by default should state: $forced = ".png";
.
NOTE: This script has a heirarchy of importance when searching for images.

The first thing it will look for is the FORCED OPTION.
If it doesn't find a forced image, it will use the SELECTED OPTION.
If it doesn't find a selected image, it will use the RANDOM OPTION.


Usage Procedure:
Anywhere you want to use this random script, just link to this script, instead of an image.
header/header.php?fid={vb:var forum.forumid}&pid={vb:var bbuserinfo.field9}Notice the field9 above, this should match the field name given to you in a previous step.
You can use this script anywhere you would normally use an image; whether it be your logo image, or even the background image to your header or website.