Tommo
07-26-2005, 12:19 AM
Hi,
Following on from the long co-op thread does anyone know how to get the link vault script working with this script??
here is the setup for phpbb which works ..can anyone tell me the small changes I'd need to make and where to put the the first bit of code??
2. Edit the phpBB file page_tail.php which is found in the forum includes folder by finding line
$template->pparse('overall_footer'); , and add the following code just before it.
include ($phpbb_root_path . '../xxxxxxxxxxxxxxxxxx.php');
$disp_links = DisplayLinks(3,'',' | ','','');
$template->assign_vars(array('LINK_VAULT' => $disp_links));
3. To display the links edit the overall_footer.tpl which you will find in your specific template folder eg. ...forum/templates/subsilver/ and where you want the links to display insert the following code.
{LINK_VAULT}
Following on from the long co-op thread does anyone know how to get the link vault script working with this script??
here is the setup for phpbb which works ..can anyone tell me the small changes I'd need to make and where to put the the first bit of code??
2. Edit the phpBB file page_tail.php which is found in the forum includes folder by finding line
$template->pparse('overall_footer'); , and add the following code just before it.
include ($phpbb_root_path . '../xxxxxxxxxxxxxxxxxx.php');
$disp_links = DisplayLinks(3,'',' | ','','');
$template->assign_vars(array('LINK_VAULT' => $disp_links));
3. To display the links edit the overall_footer.tpl which you will find in your specific template folder eg. ...forum/templates/subsilver/ and where you want the links to display insert the following code.
{LINK_VAULT}