The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Beginner needs help with basic graphic ?
I apologize for posting such a simple question, but I am new to this and I do not know the programming languages for editing the look of vbulletin.
I cannot seem to change the graphics at the top of the default vbulletin page to my own site's info. If you recall, the forum is built by default with Vbulletin in the upper left hand corner - but I need to change that to my own logo. It seems like everything I try so far has created some other kind of problem. Somebody please help a stupid newbie here with this problem. Thanks! |
#2
|
||||
|
||||
So you want to change the banner at the top of the page?
This is what a Test Style or Default code looks like for the Header in Admin CP > Styles & Templates > Style Manager > All Style Options > Common Templates > Header Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Code:
<!-- logo --> <a name="top"></a> <table border="0" width="958" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://legionofangels.net/banners/job960.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|