Quote:
Originally Posted by magnus
There is no "walkthrough" for this, as it requires a fair amount of hacking. This is why I simply had an "text" box. I few people have added what you're asking for, perhaps they'll share?
In vbgarage_viewgarage:
FIND:
HTML Code:
<tr>
<td class="tcat" colspan="3" align="right"><span class="smallfont">$vbphrase[vbgarage_footer]</span></td>
</tr>
REPLACE with:
HTML Code:
<tr>
<td class="tcat" width="50%" align="left"><span class="smallfont"><a href="$vboptions[bburl]/vbgarage.php?do=editgarage">$vbphrase[vbgarage_edit]</a></td>
<td class="tcat" width="50%" align="right"><span class="smallfont">$vbphrase[vbgarage_footer]</span></td>
</tr>
That should do it. 
|
I saved and reloaded the template it made no differnce... (I even checked the other style)