Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorJazzman
    • CommentTimeDec 11th 2006
     # 1
    Instead of having people post appreciation and thankyou notes they can simply click the thanks link and have their username appear under that post (MySchizoBuddy)
  1.  # 2
    What about the opposite, having an insult link too? That way people could have a nicer way of saying FU, and other people can ignore it.
    •  
      CommentAuthoroutbreak
    • CommentTimeMar 5th 2007
     # 3
    haha, i actually downloaded this and changed it to "douche!" with a thumbs down. my friends and i are jerks.
    •  
      CommentAuthorØ
    • CommentTimeMar 5th 2007
     # 4
    I did the same thing...
    •  
      CommentAuthorWanderer
    • CommentTimeMar 5th 2007
     # 5
    Could you duplicate it, modify one and install it twice?

    Posted: Tuesday, 6 March 2007 at 8:23AM (AEDT)

  2.  # 6
    Dont see why not aslong as you changed all the names..
  3.  # 7
    Yeah, except package them together as a better addon.
  4.  # 8
    How do you remove a "thanks" if you put it on the wrong post? If you can't right now, could you add that as a feature? Thanks!
  5.  # 9
    I still want it as a feature, but to delete "thanks" from the wrong post, I went into the database table LUM_ThankfulPeople and deleted the row for that comment.
  6.  # 10
    That would seem obvious too :)

    But an insult feature would be excellent ;)
    •  
      CommentAuthoroutbreak
    • CommentTimeMar 9th 2007
     # 11
    definitely.

    maybe have two icons. thumbs up and thumbs down, then have the ability to delete your thanks/insult at any time.
  7.  # 12
    Maybe a middle finger instead of a thumbs down :)

    jk
    • CommentAuthorDetective
    • CommentTimeMar 10th 2007
     # 13
    I want to modify ThankfulPeople by limiting "thanks" to the first comment of a discussion in a certain category. Does anyone know how can i determine if:
    - some comment is the first of a discussion
    - the category id

    I have looked in the documentation and searched in the forums, but i haven't found anything. I don't know much about the framework ... :(
    •  
      CommentAuthorJazzman
    • CommentTimeMar 10th 2007
     # 14
    I will take all your suggestions into the next release :)
    • CommentAuthorbirdmanx35
    • CommentTimeMar 10th 2007
     # 15
    That's great news :)

    Since you're so busy and have so many addons, you should really state what's going to be updated when. At least PMs you don't have to do much updating to, ty bschultz.
    •  
      CommentAuthorgasface
    • CommentTimeJul 26th 2007
     # 16
    "Yeah, except package them together as a better addon."
    •  
      CommentAuthorVaz
    • CommentTimeJul 29th 2007 edited
     # 17
    Thanks for addon :)! Is it possible for you to add a function in your next release to 'remove' thanks you have left? Also, I'd like to add the thumbs up icon next to 'thanks' writing. What line must I edit?

    edit -
    Found out how to get the icon up there. Just incase anyone else was stuck:

    default.php:

    function Comment_ThankfulPeople(&$CommentGrid) {
    $Comment = &$CommentGrid->DelegateParameters['Comment'];
    if ($Comment->AuthUserID !== $Comment->Context->Session->UserID) {
    $CommentList = &$CommentGrid->DelegateParameters['CommentList'];
    $CommentList .= '<---------IMG TAG + URL HERE--------> <a href="./" onclick="ThankfulPeople(\''.$Comment->Context->Configuration['WEB_ROOT'].'extensions/ThankfulPeople/addthanks.php\','.$Comment->CommentID.'); return false;">'.$Comment->Context->GetDefinition('Thanks').'</a>';
    }
    }


    EDIT 2 -

    Has anyone got a version with the code within renamed (so multiple versions can run?). I tried renaming myself but it keeps messing up.
    •  
      CommentAuthorVaz
    • CommentTimeJul 31st 2007 edited
     # 18
    anyone? :|
    • CommentAuthorklod
    • CommentTimeAug 20th 2007 edited
     # 19
    I have downloaded this add on, unzip + install it but nothing changes... Have I miss something ?

    More precisely :
    - I have the number of thanks in my user account
    - I don't see where I can "thank" on a comment or in a discussion
    - Which permissions are required ?
    >>> I logged under another administrator and I could see the "thank" link. So some 2 points are linked...
    - Can I thank myself ?
    >>> after some tests, seems that I can't
    - Would it be possible to say when writing a comment if you allow or not such thanks ?
    • CommentAuthorrobertpate
    • CommentTimeSep 13th 2007
     # 20
    Has anyone seen this before? Doesn't seem like it would be caused by interaction with another add ons. This extension seems to work for others, though. Could this be caused by my own mysql server being funky?


    Error Message
    An error occurred while retrieving data.
    Affected Elements
    ThankfulPeople.CommentGrid_InitThankfulPeople();

    The error occurred on or near: You have an error in your SQL syntax near 'on tp.UserID = u.UserID where m.DiscussionID = '10' ' at line 1
    • CommentAuthorklod
    • CommentTimeSep 14th 2007
     # 21
    Any chance to have a new version of this genuine add-on in a near future ?
    If yes, what would be the changes
    Many thanks in advance
    •  
      CommentAuthorfmimoso
    • CommentTimeOct 10th 2007 edited
     # 22
    Yet another one...

    Notice: Undefined index: ThankfulPeople in /home/myserver/public_html/library/Framework/Framework.Functions.php on line 522

    Notice: Undefined index: ThankfulPeople in /home/myserver/public_html/library/Framework/Framework.Class.SqlBuilder.php on line 68

    Notice: Undefined index: ThankfulPeople in /home/myserver/public_html/library/Framework/Framework.Class.SqlBuilder.php on line 117

    Notice: Undefined index: ThankfulPeople in /home/myserver/public_html/library/Framework/Framework.Class.SqlBuilder.php on line 117

    Notice: Undefined index: ThankfulPeople in /home/myserver/public_html/library/Framework/Framework.Class.SqlBuilder.php on line 68
    A fatal, non-recoverable error has occurred
    Technical information (for support personel):
    Error Message
    An error occurred while retrieving data.
    Affected Elements
    ThankfulPeople.CommentGrid_InitThankfulPeople();
    The error occurred on or near: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'as CommentID, tp. as UserID, u.Name as UserName from LUM_Comment m inner join ' at line 1
    For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs

    Any suggestion?

    Could it be related to http://lussumo.com/community/discussion/6945/databasephp-erased-oh-noes-helps/#Item_12 ?
    It happened simultaneously.
    •  
      CommentAuthorDinoboff
    • CommentTimeOct 10th 2007
     # 23
    Add the followings lines to database.php// Thankful People Table Structure
    $DatabaseTables['ThankfulPeople'] = 'ThankfulPeople';
    $DatabaseColumns['ThankfulPeople']['CommentID'] = 'CommentID';
    $DatabaseColumns['ThankfulPeople']['UserID'] = 'UserID';

    Also check that you have in settings.php:$Configuration['THANKFULPEOPLE_VERSION'] = '1.0';
  8.  # 24
    btw dinoboff, why do we need to add extension version number in the settings.php
    •  
      CommentAuthorDinoboff
    • CommentTimeOct 10th 2007
     # 25
    it is not my extension... but I suppose it is to ease the next upgrade.
    •  
      CommentAuthorjoefission
    • CommentTimeOct 24th 2007
     # 26
    Love this extension! For anyone else who has moved their conf/database.php file out of their web root, you'll need to edit line 44 from this:

    if (!AppendToConfigurationFile($Configuration['APPLICATION_PATH'].'conf/database.php', $Structure)) $Errors = 1;

    to this:

    if (!AppendToConfigurationFile($Configuration['DATABASE_PATH'], $Structure)) $Errors = 1;

    Where your conf/settings.php file has the $Configuration['DATABASE_PATH'] pointing to the location of your database.php file.

    Thanks for a great extension.
    • CommentAuthordan39
    • CommentTimeJan 23rd 2008 edited
     # 27
    If I wanted to create a new add-on that only works when the number of Thankful People for a particular user is greater than 1, what is the code that I use in that other add on?

    I'm basically looking for an "if" statement that figures out the Thankful People count for any particular user. Any ideas?

    Never mind, I figured it out.
    • CommentAuthorpguth
    • CommentTimeFeb 8th 2008 edited
     # 28
    If there should be "insult votes"-function please make it optional so the admin can deactivate this function (I dont like it).

    It would be nice if the amount of thankfull peoples who have voted for the initial discussion-post would be displayed on the overview-page/frontpage.
    • CommentAuthorQGdesigns
    • CommentTimeFeb 26th 2008
     # 29
    Dear people
    very new BUT NOT totally DUMB one here...I would like to use this extension BUT..it ain't got a read me file. It dont seem to work on the extension folder....and it changed the conf/extensions.php.....which with my small brain I feel very clever for fixing myself..said the little red hen BUT can someone tell moi where to put it. I love vanilla.....so its not wasted on me!

    Thanks
    •  
      CommentAuthorjimw
    • CommentTimeFeb 29th 2008
     # 30
    After you activate this extension, you will only see the ability to thank someone on the Comments page. Then on each person's account page they can see how many thank you's they have received.
  9.  # 31
    Been using this and love it, as does my userbase, I think. It'd be a great candidate for ajaxifying, so no page load is necessary after hitting thanks -- any plans (asking the author) or any tips (asking anyone) to leverage Mootools to make that happen?
    • CommentAuthorfysicsluvr
    • CommentTimeMar 30th 2008
     # 32
    I second that!
Add your comments
    Username Password
  • Format comments as