forum/global.php
1. find this code:
PHP Code:
$templatesused.=',pagenav,pagenav_curpage,pagenav_firstlink,pagenav_lastlink,pagenav_nextlink,pagenav_pagelink,pagenav_prevlink';
replace it with:
PHP Code:
$templatesused.=',pagenav,pagenav_curpage,pagenav_firstlink,pagenav_lastlink,pagenav_nextlink,pagenav_pagelink,pagenav_prevlink,$tplink';
2. find this code:
PHP Code:
$header='';
$footer='';
replace it with:
PHP Code:
$header='';
$tplink='';
$footer='';
3. find this code:
PHP Code:
eval("\$header .= \"".gettemplate('header')."\";");
eval("\$footer .= \"".gettemplate('footer')."\";");
replace it with:
PHP Code:
eval("\$header .= \"".gettemplate('header')."\";");
eval("\$tplink .= \"".gettemplate('neo_got_insane')."\";");
eval("\$footer .= \"".gettemplate('footer')."\";");
now create a custom template called
neo_got_insane and place your html code in there.
all you have to do now is place your
$tplink variable, wherever you want (except header and footer). bam.. you are done.. (did you liked that bam thing?)