Quote:
Originally Posted by Lynne
Right now, I look at your plugin and you are performing operations on the variable $pagetext. I thought you wanted to do stuff to the signature? Shouldn't that be a different variable name?
|
Now THAT is what I'm definately not sure of. Again, I pulled a couple of other modifications apart, basically combining them and reworking them, and ended up with this. So I'm not even sure which variable I need to use in place of that if anything at all...
--------------- Added [DATE]1302124353[/DATE] at [TIME]1302124353[/TIME] ---------------
Ok lol, I've tried:
PHP Code:
$pagetext =& $this->fetch_field('signature', 'post');
and
PHP Code:
$pagetext =& $this->fetch_field('updatesignature', 'post');
and
PHP Code:
$pagetext =& $this->fetch_field('modifysignature', 'post');
And none of those seem to work, so apparently I'm still using the wrong variable lol