Quote:
Originally Posted by alaink2 Could you share how you did the cbox so we all can have it? You did a great job........thank for sharing it.... |
Ok, here's how I do it
1. create a tpl file and name it
shoutbox.tpl
then paste this code inside
Quote:
<li>
<div class="box" id="shoutbox">
<h1><span class="expand"><a id="exprss" class="expand-up"></a></span><a class="htitle">Shoutbox</a></h1>
<!-- CBOX CODE HERE -->
</div>
</li>
|
2. upload your shoutbox.tpl file inside your
sidebar_modules folder
3. after that edit your
sidebar.tpl
then add this code anywhere you want your shoutbox to appear.
Quote:
|
{assign var=sidebar_module value="shoutbox"}{include file=$the_template_sidebar_modules."/shoutbox.tpl"}
|
There you have it! Enjoy!