The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Couple of Coding Questions - help?
I have two questions I was hoping someone can help me with.
1) I cannt get my header to cover the whole top of the page - how do I remove the margains so my header fills the whole screen like on this site (mine is at www.rustysoaptraders.com) 2) On my site I review products several times a month - currently I have .php files call up my review page. The problem I have is that I have to put all these .php files in the main forums directory. As you can imagaine by the end of the year this driectory willbe very cluttered. How do I could these files so I can put these .php is a sub directory and pull them up. example: To pull a file now: www.rustysoaptraders.com/forums/review.php what I want: www.rustysoaptraders.com/forums/2004reviews/review.php Help!? |
#2
|
||||
|
||||
1. add a
Code:
margin: 0px; padding: 0px; 2. just put them into the directory, and then at the beginning of your script add a: chdir('..'); |
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
ok so the change directory code that you listed above should go in the .php file that im using to call the page?
|
#5
|
||||
|
||||
yes.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|