Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 6

CurtisOdenToddericgillettex00 +2 guests

Nuggets

This discussion is related to the Nuggets addon.
Nuggets
«134567

Comments

  • Uploaded version 1.0 of Nuggets.
  • Posts: 2,419
    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

  • Uploaded version 1.0.1 of Nuggets.
  • Uploaded version 1.0.2 of Nuggets.
  • Posts: 2,419
    Yeeeeehah! Nuggets work for me now, thanks for persisting MySchizoBuddy!
    pic

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

  • VazVaz
    Posts: 292
    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.
  • Posts: 1,799
    when u create the nugget u have to then select where u want it to show
    by default it is disabled
  • VazVaz
    Posts: 292
    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.
  • Uploaded version 1.1 of Nuggets.
  • Posts: 1,799
    So when u click save it doesn't take u to the main form?
    check ur nuggets.php file and post whats in there
  • VazVaz
    Posts: 292
    edit - SORRY! I got it working (CMHOD 777 DUH!)
  • Posts: 2,419
    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

  • Uploaded version 1.1.1 of Nuggets.
  • Posts: 1,799
    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 :)
  • Posts: 783
    pretty coool , nice progress!!
  • Posts: 157
    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?!
  • Posts: 2,419
    nugget.php needs to be writeable!

    Should be a read-me saying this MySchizoBuddy.

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

  • Posts: 2,419
    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

  • Posts: 1,799
    ur folder should be 777 permission I'll check it Wanderer
  • Posts: 1,799
    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
  • Posts: 2,419
    Ripper mate, works beautifully "In Comments" when authenticated of course.

    Posted: Thursday, 5 April 2007 at 4:48PM

  • Posts: 74
    This is REALLY a great extension!

    Thanks
  • Posts: 9
    Just HAD to chime in with my adoration for this extension! And yes - LOVE the delicious (clever) food nugget-ness!!
  • Posts: 223
    Hi, how can I include a php file? Putting this in a nugget doesn't appear to work for me:
    <?php include('/var/www/virtual/site.com/header.inc'); ?>
  • Posts: 1,799
    what is that header.inc suppose to do?
  • Posts: 433
    I can see the nuggets I create in every place I put them EXCEPT "in comments." Is there something special I am supposed to add to the nugget HTML to get it to work?
  • Posts: 1,799
    no there is nothing special to be done.
    In comment nuggets require a positive weight.
    post screenshot of ur nugget list

    PLus most importnatly
    is ur theme list based or table based.
    I didn't make In Comments for tabled based themes
  • Posts: 433
    Sorry - that was my bit of stupidity. I had 0 as the weight. I changed it to 1 and now it shows. Here is one request - having the ability to have it show before the most recent comment.
  • Posts: 1,799
    meaning before all comments
  • Posts: 433
    No, not EVERY comment, just the most recent one- such as, after I post this, it will appear between my post in the one I am responding to.
Sign In or Register to comment.