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

SrggamerSrggamer HardCore Gamer ✭✭✭

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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    Can you tell me how?

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    yes i want to remove it

  • 422422 Developer MVP

    @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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    I want to remove by karma history is it possible?

  • 422422 Developer MVP

    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    What Database?

  • I think this is a joke.

    grep is your friend.

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

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

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    Plus I installed it with Cpanel

  • 422422 Developer MVP

    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.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

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

Sign In or Register to comment.