Hey everyone,
I know this is out of the normal but I know some of you are amazing at the Dolphin script. My website www.DollyParton.com.au has a slider on the homepage and beside it is an empty block. I really want to put either the login box or the shoutbox there and really can not work out how to do it. I was wondering if this is something anyone would be able to help me with?
The script that I have from the template homepage is:
<div class="promoBox">
<div class="clear_both"></div>
<div class="promoLeftBlock">
<div id="gallery_wrap">
<div id="photos" class="galleryview">
<div class="panel">
<img src="templates/tmpl_nad/gallery/img/gallery/01.jpg" />
<div class="panel-overlay">
<div class="promoH"><bx_text:_PromoHeader1 /></div>
<div class="promoT"><bx_text:_Promo_text1 /></div>
</div>
</div>
<div class="panel">
<img src="templates/tmpl_nad/gallery/img/gallery/02.jpg" />
<div class="panel-overlay">
<div class="promoH"><bx_text:_PromoHeader2 /></div>
<div class="promoT"><bx_text:_Promo_text2 /></div>
</div>
</div>
<div class="panel">
<img src="templates/tmpl_nad/gallery/img/gallery/03.jpg" />
<div class="panel-overlay">
<div class="promoH"><bx_text:_PromoHeader3 /></div>
<div class="promoT"><bx_text:_Promo_text3 /></div>
</div>
</div>
<div class="panel">
<img src="templates/tmpl_nad/gallery/img/gallery/04.jpg" />
<div class="panel-overlay">
<div class="promoH"><bx_text:_PromoHeader4 /></div>
<div class="promoT"><bx_text:_Promo_text4 /></div>
</div>
</div>
<div class="panel">
<img src="templates/tmpl_nad/gallery/img/gallery/05.jpg" />
<div class="panel-overlay">
<div class="promoH"><bx_text:_PromoHeader5 /></div>
<div class="promoT"><bx_text:_Promo_text5 /></div>
</div>
</div>
<ul class="filmstrip">
<li><img src="templates/tmpl_nad/gallery/img/gallery/frame2-1.jpg" alt="" title="" /></li>
<li><img src="templates/tmpl_nad/gallery/img/gallery/frame2-2.jpg" alt="" title="" /></li>
<li><img src="templates/tmpl_nad/gallery/img/gallery/frame2-3.jpg" alt="" title="" /></li>
<li><img src="templates/tmpl_nad/gallery/img/gallery/frame2-4.jpg" alt="" title="" /></li>
<li><img src="templates/tmpl_nad/gallery/img/gallery/frame2-5.jpg" alt="" title="" /></li>
</ul>
</div>
</div>
</div>
<div class="promoRightBlock">
_Log In
</div>
<div class="clear_both"></div>
</div>
__page_main_code__
<bx_include_auto:_sub_footer.html />
and the block I speak about is:
<div class="promoRightBlock">
_Log In
</div>
<div class="clear_both"></div>
I have tried changing it to the system name _Log In but it does not show the login box only the text as you can see on the website homepage. I am hoping your expertise will be able to help me. I look forward to any help you guys can offer.

I am adding rep to you now.