Notice: Undefined variable: DisplayNuggetString in /forum/extensions/Nugget/default.php on line 675
Am I the only one getting this error, 6 times on the Nugget Settings page and once on every other page? I feel cheated that I'm not able to use such a great add-on.
This addon didnt seem to work for me. After enabling the addon, I went to the settings bit. Created a nugget clicked save and then nothing.. No further options showed.
minor CSS fixes for IE, Safari and Opera. nothing imp
Now I'm just going to redo the whole form from scratch for 1.2, it will be all cosmetic, no additions in functionality.
All additional functions will be made for 2.0
Nuggets are perfect. cheap, healthy, cook fast. Students dream :)
Ok great job I love it! but why isn't it saving the code I insert when creating a new nugget??!!
I mean after creating a new nugget and inserting the code and save it etc. then go back and try to edit it, I don't find my code??!!
Any thoughts?
Thanks.
*Edit*
Btw, I installed Nuggets v1.1.0 and it works fine, strange huh?!
Should this work in an "In Comments" Nugget? <?php echo $this->Context->Session->User->Name; ?> It works in a Page Manager page, it prints the current user's name but in a Nugget it errors with... Notice: Undefined variable: Context in /forum/extensions/Nugget/default.php(732) : eval()'d code on line 1
Wanderer open up default.php scroll down to this function AllowPHP() add this to it global $Context then u can use this as a php code <?php echo $Context->Session->User->Name; ?> use $Context instead of $this->Context
Comments
Am I the only one getting this error, 6 times on the Nugget Settings page and once on every other page?
I feel cheated that I'm not able to use such a great add-on.
Posted: Tuesday, 3 April 2007 at 4:00PM
Posted: Tuesday, 3 April 2007 at 7:56PM
by default it is disabled
check ur nuggets.php file and post whats in there
Mmmm, Nuggets, do we all love the analogy?
Frozen, cooked, pan, weight, serving!
Very clever don't you all think?
Posted: Wednesday, 4 April 2007 at 4:24PM
Should be a read-me saying this MySchizoBuddy.
Posted: Thursday, 5 April 2007 at 7:29AM
<?php echo $this->Context->Session->User->Name; ?>
It works in a Page Manager page, it prints the current user's name but in a Nugget it errors with...
Notice: Undefined variable: Context in /forum/extensions/Nugget/default.php(732) : eval()'d code on line 1
Posted: Thursday, 5 April 2007 at 10:04AM
scroll down to this function AllowPHP()
add this to it
global $Context
then u can use this as a php code
<?php echo $Context->Session->User->Name; ?>
use $Context instead of $this->Context