Quote:
Originally Posted by DragonByte Tech
You can add the shoutbox to the CMS by switching to manual deployment and follow the on-screen instructions to add the variable to the FORUMHOME and one of the CMS templates 
|
Could you clarify this? I found in an earlier thread that deployment is done now in instances. Can't find any on-screen instructions for the adding to forumhome.
Currently I'm trying to get this on a CMS widget, which seems to be the elusive goal for several people here. What I've done is to make a new HTML widget, point it towards a new template and inserted this code into the blank template:
Quote:
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_siteicons}/html.png" alt="" /> {vb:raw widget_title}</h3>
</div>
<div class="cms_widget_content_restore_widget_content">
{vb:raw static_html}
{vb:raw show.vbshout_instance1}
</div>
</div>
</div>
|
It's not working, and needless to say I haven't really a clue what I'm doing. :P