Quote:
08-09-03 at 07:08 AM dcevoclub said this in Post #188
Fatal error: Call to undefined function: gettemplate() in C:\Personal Sites\dcevoclub\vbulletin\webwelcome.php on line 156
eval("\$whosonline = \"".gettemplate('webwelcome_whosonline')."\";") ;
and webwelcome_whosonline template exisits
www.dcevoclub.com/main.php is the test for it
|
Change gettemplate to file_get_contents
Also you may have to go in the webwelcome_files and replace " with '
I have this hack working with vB 3 at the basic level. I'm still working out some tweaks but it is showing the correct information.