The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Albums redirect
My automotive site has no use for pictures/albums section. How can I make it that all album and picture sections redirect to a different program on my site? Instead of album.php it would redirect to garage.php. I tried editing the album.php page to have only the code
Code:
<html> <?php header( 'Location: http://www.yoursite.com/new_page.html' ) ; ?> --------------- Added [DATE]1259079008[/DATE] at [TIME]1259079008[/TIME] --------------- Nevermind, figured it out. Needed the code only. Code:
<?php header("Location: http://www.example.com/"); /* Redirect browser */ ?> |
#2
|
||||
|
||||
Why not just disable albums?
|
#3
|
|||
|
|||
Because since the links are all there, I will utilize them to take everyone to the garage system instead.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|