Quote:
Originally Posted by bki
Very nice.... installed.
But can someone help me how and where to add the image link to the logo.
I have tryed evrything, but with no luck.
PHP Code:
<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">
|
Replace that bit of code with this:
PHP Code:
<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">
That will allow you set to set the logo in the Title Image field in the style manager.