Does anyone know how to go about making an extra page in your phplinkbid directory as extra content as I want to make a page for downloads of phplb templates
create a file called yourtemplate.tpl upload it to tpl / your template name make a file called yourfile.php upload it to content folder add this code to it <?php $tpl->define('links', 'yourtemplate.tpl'); $tpl->parse('links'); $tpl->assign('linkstyle', 'link' . $cfg->getVar('page_flag')); $cfg->setVar('page_title', 'Your directory test page'); ?> PHP: go to www.your-directory.com/yourfile.html
Yes you are right scripts. You can also create a page from this option. I have added 'Advertisers' page same way to by deeplinks bidding directory. BTW thanks for this useful info Mike