Psilocybin_vbulletin3_import6855
New Member
This is how to add clock module on vba CMPS - and works with all versions!
1. Download clocks.zip and upload those clocks in your server - public_html/clocks
2. In adminCP - vba CMPS - make template module - adv_portal_clock and copy this code bellow:
best place for module is on right or left side
change yoursite.com to your url (on two places)
VIEW DEMO
1. Download clocks.zip and upload those clocks in your server - public_html/clocks
2. In adminCP - vba CMPS - make template module - adv_portal_clock and copy this code bellow:
Code:
<tr>
<td class="$bgclass"> <object width="155" height="155">
<param name="movie" value="http://yoursite.com/clocks/clock2.swf">
<embed src="http://yoursite.com/clocks/clock2.swf" width="155" height="155">
</embed>
</object> </td>
</tr>
best place for module is on right or left side
change yoursite.com to your url (on two places)
VIEW DEMO