Log in

View Full Version : How Do I Add html To Archive Header?


Frito
07-17-2004, 04:33 PM
How Do I Add html To Archive Header?

I want to put some links at the top of archives.
vBulletin Version 3.0.1

Can this be done through admin panel?

They said at Vb forums that You need to edit archive/index.php to alter the look of the archive. I tried inserting html in this file but it gets errors after.

Can anyone provide details- files to mod, where files are located,code sample?

Thank you
R.C

eoc_Jason
07-19-2004, 05:39 AM
The archive is controled by the archive/index.php file...

Depending on where you want your html placed, you might have to use echo statements. There is a chunk of the body that is outside of PHP tags IIRC.

The file structure is pretty simple, the 3 main sections are:
- Main Page
- Forums
- Threads

If you take the time to read over the file it is pretty self explanatory, if you don't understand PHP at all, then do yourself a favor and spend some time reading at www.php.net to learn some basics.