Greetings MPDev, and congratz for the great work.
I'm trying to display the last posts in my site frontend wich runs on Postnuke... but I just cannot make vaispy.php display anything if ran or called from outside the forum path.
I tried copying it to the site root (modifying the "require once" command to adress the full path of global.php), tried an iframe, calling if with an include, with a require, etc and nothing seems to work, it just displays a blank page.
EDIT: finally, it was simpler than I though. I just added a full path call in my frontend in the form of:
require_once('http://www.site.com/forum/vaispy.php');
|