Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Deleting Karma

How may I be able to delete Karma after adding it? I added karma to me to test out the shopping cart. http://dragonx.net/community anyway of deleting or removing adding history?

«1

Comments

  • put a negative amount.

    grep is your friend.

  • Can you tell me how?

  • Plus I want to remove history not amount as I stated.

  • x00x00 MVP
    edited February 2013

    you want to remove it for one user or do you want to wipe all history?

    Note you don't usually do this, but you can using the database.

    grep is your friend.

  • yes i want to remove it

  • @Srggamer said:
    yes i want to remove it

    @x00 asked you an either or question. Can you be more specific

    There was an error rendering this rich post.

  • I want to remove by karma history is it possible?

  • I am presuming you mean ALL history of every single User

    I think this is done via the dB. I am sure when @x00 is back on he may be able to elaborate

    There was an error rendering this rich post.

  • Yes that's right. Thank you

  • x00x00 MVP
    edited February 2013

    you could truncate (not drop) the following tables

    GDN_KarmaBankBalance
    GDN_KarmaBankTrans
    GDN_KarmaBankTransTally
    GDN_KarmaRulesTally

    grep is your friend.

  • Do you mind telling me how to get to these files? I'm new with vanilla.

  • @Srggamer said:
    Do you mind telling me how to get to these files? I'm new with vanilla.

    YOu need to do this in your database, not in vanilla.

  • What Database?

  • I think this is a joke.

    grep is your friend.

  • edited February 2013

    @Srggamer : Here is something that might help :

    http://computer.howstuffworks.com/internet/basics/internet.htm

    What Database?

    The database that was set up when you installed Vanilla. maybe mysql ? You should become familiar with your server the set up where files are and why. Not sure we can teach you all that here even if we wanted to.

    You can search google and ask something like : "What is my data base?" or Ask your host to guide you, also ask them how to get to the error console, you will need that.

  • ahhh, that database, Im really sorry but their are lot of database meanings floating around the web. Thanks for your help I shall look into this.

  • And just so you know I stated in WHICH/WHAT database not what is a database

  • Plus I installed it with Cpanel

  • you installed Karma though via ftp ?

    In the Karma ( plugin ) it should show you the db assets, which you could then go in via phpmyadmin and change.

    There was an error rendering this rich post.

  • Thank you very Much and yes I use FTP not any SQL server database

Sign In or Register to comment.