RichieBoy67
06-29-2005, 10:00 PM
This will add a video trailer module to your VBAdvanced page. I don't think this is really a big deal or anything but I thought maybe a few people would enjoy it so here it is :)
You can see it here http://www.talkandmore.net/cmps_index.php? it is the second module down on the left side.
Step #1 - Go into styles@ Templates and create a template called video1..
Insert the following into the new template
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <!-- Module title here -->Video Trailers</strong></span></td>
</tr><tr>
<td class="$getbgrow" width="100%">
<div style="text-align: center">
// ## Your movie code is after these dots - you can replace the code I added with other feeds from movie-vault.com#########################
<script language="javascript" type="text/javascript" src="http://www.movie-vault.com/content/freecontent.js"></script>
</div>
</td>
</tr>
</table>
<br />
Step #2 - Go into VBA in your admincp and click on add module--
Title = Video1
Template to include = video1
Activate it and put it where you want....
Repeat the process for the other video feeds if you want but just use other names like Video2 etc.. These are from http://www.movie-vault.com
Thats it...
You can see it here http://www.talkandmore.net/cmps_index.php? it is the second module down on the left side.
Step #1 - Go into styles@ Templates and create a template called video1..
Insert the following into the new template
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <!-- Module title here -->Video Trailers</strong></span></td>
</tr><tr>
<td class="$getbgrow" width="100%">
<div style="text-align: center">
// ## Your movie code is after these dots - you can replace the code I added with other feeds from movie-vault.com#########################
<script language="javascript" type="text/javascript" src="http://www.movie-vault.com/content/freecontent.js"></script>
</div>
</td>
</tr>
</table>
<br />
Step #2 - Go into VBA in your admincp and click on add module--
Title = Video1
Template to include = video1
Activate it and put it where you want....
Repeat the process for the other video feeds if you want but just use other names like Video2 etc.. These are from http://www.movie-vault.com
Thats it...