http://thevoidguild.net/index.php?optio ... &Itemid=41
added into Joomla, anyone know how ?
As you can read in the wowroster sdk ( )
You have the options to hide the header, menu and footer..
Let’s play a bit with that..
The code we’ll circle about is:
// Make the header/menu/footer show by default
$roster_show_header = true;
$roster_show_menu = true;
$roster_show_footer = true;
These can be inserted into the various pages of the roster.. (built in and addon's, play around with it but be sure to back up your files)
Variable Calls
These are added to index.php for some additional support
If you add these to your addon, you can turn off the header, footer and menu on the page, these are always enabled by default.
$roster->output['show_header'] = false; // Disable the roster header
$roster->output['show_menu'] = false; // Disable roster menu
$roster->output['show_footer'] = false; // Disable roster footer
Users browsing this forum: No registered users and 0 guests