Quote:
Originally Posted by TheInsaneManiac
Does the flash rotation fix this:
|
yes you can use the flash rotation in version 2.1
Quote:
Originally Posted by TheInsaneManiac
In certain skins like dark_vb, the slideshow will cause scroll bars to be placed on smaller resolution monitors causing the ad to be cut off.
|
it s not the slideshow who cause this remember i said i am using in this script vbulletin templates {ad location }
it s your banner who cause this problem because it s too big
width=623px !!!!
to fix this : resize dark_vb.gif to 500/142px
Quote:
Originally Posted by OsideRida06
How do I remove the Sponsored Links from the bottom of the forum?
|
i dont undestand your question !
if you mean the ad title {Sponsored Links }
Admincp . Style Manager , Ad Location Templates ? , ad_footer_start
find & edit :
Code:
<td class="thead" align="left">Sponsored Links</td>
if you want remove the table :
Change :
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
$footer_codeS
</td>
</tr>
</table>
With :
Code:
<div align="center">
$footer_codeS
</div><br />
Quote:
Originally Posted by Vinyljunky
Im very sorry to hear of your sad loss.
Thank you for your time with this excellent mod.
Regards
VinylJunky
|
Thank you Vinyljunky