What does this hack do?
It allows you to add a vBulletin powered page and a linkt o it in the footer. This is useful when you want to for example link to a price list of your site, or a list of donators.
How do I install this hack?
Right, there's a number of steps.
Basic Steps
1. Download the .zip and unzip it.
File Edits
2. Open up "custom_file.php" with your favorite text editor.
3. Look for:
You must first be a
registered member to view any code.
and change 'custom_file.php' to what you're going to rename the file to.
4. Look for:
You must first be a
registered member to view any code.
And change this to the name of the template you're going to use (just make a name up)
5. Look for:
You must first be a
registered member to view any code.
And change Custom File Title to a title of your choice. This'll be added to the navbits. (fyi: when viewing a thread, this is the thread title)
6. Save the file to the name you selected in step 3.
Template Edits
7. Open up the template.html file.
8. Change the content to whatever you like. Its explained in the file.
9. Go into your style manager, and add the template to the name which you selected in step 4.
10. Go into your style manager again, and open the footer template.
11. Look for:
You must first be a
registered member to view any code.
12. Bellow it, add:
You must first be a
registered member to view any code.
and change your_file.php and your_title to the names which you chose in step 3 and 4 respectively.
That's it! You're done! If you're not sure on what to do, simply try the above steps on a test board.. its all logical after you've done it once ;)