PhpBB3 Installation Instructions


Signup and Site Submission Required to fully install plugin.

  1. Paste the code in the Source file text box below at the end of includes/functions.php.
  2. 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();
  3. Find this
    'SITENAME' => $config['sitename'],
    After it, add:
    'TLA' => $tla_output,
  4. 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

Version 2.0.5

Ad Code

Clicky Web Analytics