Quote:
Originally Posted by John1uk
is there a way i can have the text "forum sponsored by:" above the small banners on my forum
thanx
john
|
In forumhome_forumbit_level1_nopost look for:
HTML Code:
$vbphrase[sponsored_by] <a href="vB.Sponsors/link.php?f=$forum[forumid]" title="$forum[sponsor_name]" target="_blank">
<if condition="$forum[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1">
Add a line break (<br/> tag) after:
HTML Code:
<a href="vB.Sponsors/link.php?f=$forum[forumid]" title="$forum[sponsor_name]" target="_blank">
That should do it. I'm not able to verify that right now though.