Jaxel
03-22-2009, 03:21 AM
I'm trying to add a new block to my profile pages... this is the code I am using...
if (true)
{
$title = 'test';
$html = 'test';
eval('$template_hook[profile_right_mini] .= "' . fetch_template('memberinfo_block') . '";');
}
This doesnt seem to be working... why not?
--------------- Added 1237695991 at 1237695991 ---------------
Oh... I am using member_build_blocks_starts
if (true)
{
$title = 'test';
$html = 'test';
eval('$template_hook[profile_right_mini] .= "' . fetch_template('memberinfo_block') . '";');
}
This doesnt seem to be working... why not?
--------------- Added 1237695991 at 1237695991 ---------------
Oh... I am using member_build_blocks_starts