Hi guys. Can anyone see a reason as to why this code would freeze on me?
print $IN->header();
# GForum::Message::sent_messages();
use GForum;
GForum::do_func('message_list');
exit;
}
If I comment out the bits in red, it runs fine, but obviously just gives a blank page.
Basically, all I want to achive, is some way to show the normal PM system front-page (where you can view sent/recieved PM's all on one page).
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Code:
sub pm_normal { print $IN->header();
# GForum::Message::sent_messages();
use GForum;
GForum::do_func('message_list');
exit;
}
If I comment out the bits in red, it runs fine, but obviously just gives a blank page.
Basically, all I want to achive, is some way to show the normal PM system front-page (where you can view sent/recieved PM's all on one page).
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

