Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Nuggets

edited October 2008 in Vanilla 1.0 Help
Nuggets
«13456710

Comments

  • Options
    Uploaded version 1.0 of Nuggets.
  • Options
    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. pic

    Posted: Tuesday, 3 April 2007 at 4:00PM

  • Options
    Uploaded version 1.0.1 of Nuggets.
  • Options
    Uploaded version 1.0.2 of Nuggets.
  • Options
    Yeeeeehah! Nuggets work for me now, thanks for persisting MySchizoBuddy!
    pic

    Posted: Tuesday, 3 April 2007 at 7:56PM

  • Options
    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.
  • Options
    when u create the nugget u have to then select where u want it to show
    by default it is disabled
  • Options
    I can't see anything to enable or select where it must go. It sends me back to that page where I can create a nugget.
  • Options
    Uploaded version 1.1 of Nuggets.
  • Options
    So when u click save it doesn't take u to the main form?
    check ur nuggets.php file and post whats in there
  • Options
    edit - SORRY! I got it working (CMHOD 777 DUH!)
  • Options
    image
    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

  • Options
    Uploaded version 1.1.1 of Nuggets.
  • Options
    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 :)
  • Options
    pretty coool , nice progress!!
  • Options
    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?!
  • Options
    nugget.php needs to be writeable!

    Should be a read-me saying this MySchizoBuddy.

    Posted: Thursday, 5 April 2007 at 7:29AM

  • Options
    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

    Posted: Thursday, 5 April 2007 at 10:04AM

  • Options
    ur folder should be 777 permission I'll check it Wanderer
  • Options
    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
Sign In or Register to comment.