Ah ok, I missunderstood PitchouneN64ngc's posting.
--------------- Added [DATE]1223802497[/DATE] at [TIME]1223802497[/TIME] ---------------
I exactly got the same setup now.
While using the hook parse_template I got the same problem as jawatkin. Everything is being displayed except the Notifications stuff.
However, if I switch to the hook global_setup_complete, nothing is displayed at all.
Anyone knows what I could be missing here? The custom template name is mylogin.
Plugin: Custom Template
Code:
eval('$mylogin = "' . fetch_template('mylogin') . '";');
Plugin: Cache Custom Templates
Code:
$globaltemplates = array_merge($globaltemplates, array('mylogin'));