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.
need help to update a "new" extension
i have a add-on called gift-system to enhance and raise the interactivity level for vanilla members,
the addon:
-a member (or any role you assign) can earn credits by posting in the forums
-for the credits they earn they can buy gifts for anyone else on the forum
-the gifts are graphics, icons or symbols (at least any kind of web compatible web-graphics)
-the gifts and the shop are displayed on a sub-memberprofile page
and such and further.
it was tested under vanilla 1.1.0 and it worked pretty well, but somehow not under 1.1.4
i made this add-on with a friend more than 1 year ago , he did the coding part and i did the conception part.
im not very familiar with the vanilla-core anymore, and my friend jumped off the vanilla train (a way too out of the box for him).
and thats the reason why i ask for help now.
the problem is only the creation of tables in the db , thats all.
the addon:
-a member (or any role you assign) can earn credits by posting in the forums
-for the credits they earn they can buy gifts for anyone else on the forum
-the gifts are graphics, icons or symbols (at least any kind of web compatible web-graphics)
-the gifts and the shop are displayed on a sub-memberprofile page
and such and further.
it was tested under vanilla 1.1.0 and it worked pretty well, but somehow not under 1.1.4
i made this add-on with a friend more than 1 year ago , he did the coding part and i did the conception part.
im not very familiar with the vanilla-core anymore, and my friend jumped off the vanilla train (a way too out of the box for him).
and thats the reason why i ask for help now.
the problem is only the creation of tables in the db , thats all.
0
This discussion has been closed.
Comments
just to make sure that not 234897987 people working on one and the same extension and to keep track of the whole thing, i'd like to give jimw first a try, because he contacted me as first
but thanks in advance anyways. (for now)
I'll be happy to send you what I did so far.
minisweeper do you have statics on this
call me old-fashioned but i'm not a real fan of public relations if it comes to alpha-state sourcecode
Mini or anybody: Is there an add-on that you know that has either added a field to the User table or keeps track of things by User?
fery: What was your original design? Can you please explain? I found that there is a settings table. It contains 3 fields: discussionanswer, discussionstart and systemstate. Are these at the system level or at the user level? And what about the coins?
i just realized that there is an "all my discussions history"- linkage in the panel, i think i should use it sometimes, so sorry for the late reply.
ps: i use often the term gift, just replace it in your head with shop item or whatever you like
profile:
in every user profile (panel) 2 links: buy a gift (for this user), this leads you to the store*.
and the link"view gifts",to see all (given) gifts and their messages/greetings.
store*: there was the amount of credits you have left , and the thumbnails with an mousover/hover popup window for the bigger sized,original images.
at bottom a textfield.
after you made a decision (checkbox)...
Add a message to your gift
admin:you was able to set up the amount that any member get- for each new thread , or reply.
you was able to setup the prices for your items, and you was able to delete items.
well have to go to work.. i finish this tonight
see you later.
the view gifts page (a subbpage of your profile) looks almost like the shop subbpage, just without the checkboxes, prices, and textbox at bottom, but! under each gift is the message of the sender (the one who send it). or was this text onli in the js hover? well hard to say, i havent seen this now for almost two years.
oh so short, but this is the whole description.
just a short question if i can...
allready any db/LUM tables created (they are mentioned everywhere in the default.php) ?