MyBB Community Forums

Full Version: Creating and calling templates on another template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have my portal.php

I make a template to be read off this portal.php
portal_ventrilostatus
In this php, I put my code..
<script type="text/javascript" 
src="http://view.light-speed.com/ventrilo.php?IP=voice.2c1c.net&amp;PORT=16350&amp;STYLE=2&amp;CHANNEL_WNOUSER=YES&amp;SHOW_IP_PORT=YES&amp;HELP=YES&amp;CONLINK=YES&amp;WIDTH=200&amp;FONTSIZE=10&amp;BGCOLOR=FFFFFF&amp;SN_BGCOLOR=409DE0&amp;SN_COLOR=FFFFFF&amp;INFO_BGCOLOR=3373A0&amp;INFO_COLOR=FFFFFF&amp;HELP_BGCOLOR=409DE0&amp;HELP_COLOR=000000&amp;CHANNEL_BGCOLOR=CCCCCC&amp;CHANNEL_COLOR=000000&amp;UN_BG=FFFFFF&amp;UN=000000&amp;METHOD=js"></script>{$search}
Save that.

Go into the portal.php and put in..
{$ventrilostatus}

Nothing happens. Any help?

Thanks,
Austin