PhpBB3 Installation Instructions
Signup and Site Submission Required to fully install plugin.
- Paste the code in the Source file text box below at the end of includes/functions.php.
- In includes/functions.php, find this:
// The following assigns all _common_ variables that may be used at any point in a template. $template->assign_vars(array(
Before it,add$tla_output = tla_ads();
- Find this
'SITENAME' => $config['sitename'],
After it, add:'TLA' => $tla_output,
- You should be able to use {TLA} as short code in the template for the url http://www.yourdomain.com you submitted
Package Info
If you are having problems make certain that all of the function declarations in the php code given to you have been added to includes/functions.php
