-
Modified Header Menu
I was thinking to redesign the top navigation menu (Home, Upload, Watch, etc) to something that looks more stylish. The problem is that the way I want to do it requires the header to be different on each page, and all pages are sharing a single header file. Any thoughts on the best method of loading a different header navigation menu for each page?
-
This would have been easy if the script was not encrypted as you could have easily changed the name of each header and then the includes code to reflect.
I don't think that this is currently possible at present times.
-
If you want a different navigation bar in each page, you just have to erase that bit of code from header.tpl and add it into the top of the other tpl files (index.tpl, video.tpl, upload.tpl, etc...) individually. That will allow you to change the links for each page, although it will be a bit of a hastle to set up initially.
-
That may work. I'll have to put some thought into how to make sure the bottom header elements (the ones for after someone is logged in - My Videos, etc) stay in the proper placement. If that's what I have to do then it might be worth the extra effort.
Maybe a nice flash header would do better (even though it's still the same on all pages), but I'm beyond being a novice at doing flash. I'll have to play around and see what happens.