You would use the same files I posted above, but you would have to remove some code from the myvbindex file and place it in the include file...
First, in myvbindex.php you would need to find:
// Show Avatar
You would highlight everything below that, up to:
// Online Users
(about 45 lines of code)
Remove that from the myvbindex.php file, and paste it in the include.php file right before:
// Current Poll
Then you would find:
// Weather - by JJR512
Highlight everything below that up to:
// Search Box
Remove that and paste it in your include.php file right under the last code you added.
|