Quote:
Originally Posted by D.Baker
Hey kami004,
How'd you go changing the random code separator from a comma to something else? It would be so good to be able to change that, then we could have rotating flash banners!
Thanks,
Drew
|
yes baker i changed the separator in version 2.1
if you have prb try edit the templates :
slideshow :template header
after :
Code:
<td align="$stylevar[right]" id="header_right_cell">
make sure you have :
Code:
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
header : template header
after :
Code:
$_phpinclude_output
make sure you have :
Code:
$ad_location[ad_header_end]
below navbar : template navbar
after :
Code:
<!-- / PAGENAV POPUP -->
</if>
make sure you have :
Code:
$ad_location[ad_navbar_below]
footer : template footer
before :
Code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />
make sure you have :
Code:
$ad_location[ad_footer_start]
before :
Code:
<if condition="$show['dst_correction']">
make sure you have :
Code:
$ad_location[ad_footer_end]
forumdisplay :
before :
Code:
<!-- Active Users in this Forum (and sub-forums) and Moderators -->
make sure you have :
Code:
$ad_location[ad_forumdisplay_afterthreads]
postbit : before
Code:
<!-- post $post[postid] popup menu -->
make sure you have :
Code:
$template_hook[postbit_end]