Quote:
Originally Posted by Mobo
Thanks for the help kh99. Trying to follow what you suggested, I did this...
|
Hmm...well, I thought at first there was a typo in the code but I threw it in a test site and it works here without an error. I dont have the vBExperience stuff, but at least it's not a typo in the code.
Have you tried just using the example:
Code:
function prepare_output($id = '', $options = array())
{
$this->block_data['mymodification'] = 'Content to show in the tab.';
}
To see if that works at all?
ETA: Never mind - you that much working before we started.
Lynne may have a point, I was assuming that stuff was set elsewhere.