inherit
night-beam@hotmail.com
199270
0
Apr 16, 2019 16:21:52 GMT -8
mossymoss
1
September 2013
mossymoss
|
Post by mossymoss on Oct 31, 2017 19:27:15 GMT -8
Hey there, Peter! I had a quick question regarding notifications and the monetary shop. I understand that there's a monetary notification plugin that will show notifications to the user when they receive a donation, trade request, or a member of staff has modified their money; however, I was wondering if this was necessary for staff/admin to receive a notification of when a user purchases an item from the shop. Is there a place in which a log can be accessed for who bought what? Thanks for your help!
|
|
inherit
226706
0
May 6, 2020 8:16:16 GMT -8
timelapse
20
November 2015
timelapse
|
Post by timelapse on Nov 3, 2017 13:57:01 GMT -8
Hey, I'm having some troubles displaying bought items on the profile page. They show up just fine on the mini-profile when I use <div class="monetary_shop_items"></div> . However, this same code doesn't seem to do the same on the user profile page. I'd really appreciate some troubleshooting tips or help if anyone is able!
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Nov 10, 2017 4:52:08 GMT -8
I made cool icons to go in the yootil bar, but while I can change the image for the bank...I can't change it for the shop (and gift/trade)? Is there something I'm missing or a way to do this? I want all 3 to match and suit my RPG rather than use the default icons for the plugin. Can someone please help me? Peter ?
|
|
inherit
250596
0
Sept 30, 2018 15:10:00 GMT -8
kihyun
7
November 2017
kihyun
|
Post by kihyun on Nov 15, 2017 14:00:46 GMT -8
I've been using the Monetary Shop for about 2 months now and my members love it! By any chance is it possible to make it so the staff can track how many times an item has been bought or who has bought a specific item? I.e. a list of people who bought x item. This would be super helpful. Thanks! Only way possible would be record the data to a super forum key. This could be done via a 3rd party (request board), or if enough people show interest, then maybe in the future I can write an addon plugin to do it. Hello, Peter! First of all, I really appreciate of your time and efforts for making this amazing shop feature! I am using it in our forum redempire.ca and I have been distributing in-game items if members purchase in forum shop after earning points from activities. But currently I am having a bit of difficulty to find out who purchase when and how many times since I cannot check all member profiles for that. If you can add a tracking feature for staffs, I would more than appreciate! Or if there is another way to check the log easily, please let me know. Although I like this feature, without log/notification is critical for our management
|
|
inherit
233663
0
Apr 7, 2019 17:37:41 GMT -8
tobidadog
139
June 2016
tobidadog
|
Post by tobidadog on Nov 17, 2017 17:51:09 GMT -8
Hi Peter! Is there a way for members to be awarded for clicking a link? Thanks!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 28, 2017 13:02:09 GMT -8
Hi Peter ! Is there a way for members to be awarded for clicking a link? Thanks! Yes, I think there is a gift item feature. Take a look in the settings, should be a tab dedicated for that.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 28, 2017 13:03:53 GMT -8
I made cool icons to go in the yootil bar, but while I can change the image for the bank...I can't change it for the shop (and gift/trade)? Is there something I'm missing or a way to do this? I want all 3 to match and suit my RPG rather than use the default icons for the plugin. Can someone please help me? Peter ? How are you trying to change them currently? If there is no option in the settings to alter them, then you may need a little JS to do it so you can overwrite the settings.
|
|
inherit
233663
0
Apr 7, 2019 17:37:41 GMT -8
tobidadog
139
June 2016
tobidadog
|
Post by tobidadog on Nov 28, 2017 17:01:50 GMT -8
Hi Peter ! Is there a way for members to be awarded for clicking a link? Thanks! Yes, I think there is a gift item feature. Take a look in the settings, should be a tab dedicated for that. Just to clarify, I'm talking about getting rewarded for clicking an external link. Like if I wanted to link to something outside of the site! ^^
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 29, 2017 1:03:59 GMT -8
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Nov 29, 2017 9:29:08 GMT -8
I made cool icons to go in the yootil bar, but while I can change the image for the bank...I can't change it for the shop (and gift/trade)? Is there something I'm missing or a way to do this? I want all 3 to match and suit my RPG rather than use the default icons for the plugin. Can someone please help me? Peter ? How are you trying to change them currently? If there is no option in the settings to alter them, then you may need a little JS to do it so you can overwrite the settings. I went into the plugin settings. I changed the bank one (Monetary System plugin) there by providing an image link, so it works perfectly - but for any icons relating to the shop (Monetary Shop plugin) I can't find anywhere in the plugin settings to change them. So yes, I believe another method is required.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 30, 2017 5:42:40 GMT -8
Water Crystals, Here is a script you can use. Just add another line with the key for other images if you need to change them. $(function(){
// Shop: pdmsshop // Bank: pdmsbank // Stock: pdmsstock // Trade: pdmstrade // Donate: pdmsdonate yootil.bar.get("pdmsshop").find("img").attr("src", "http://yourdomain.com/image.png");
}); So for example if you want to do the trade one as well, add another line under the shop: yootil.bar.get("pdmsshop").find("img").attr("src", "http://yourdomain.com/image.png"); yootil.bar.get("pdmstrade").find("img").attr("src", "http://yourdomain.com/image2.png"); Place the code into the global footer.
|
|
inherit
251002
0
Dec 2, 2017 19:09:08 GMT -8
sennight
1
December 2017
sennight
|
Post by sennight on Dec 2, 2017 0:47:18 GMT -8
Water Crystals , Here is a script you can use. Just add another line with the key for other images if you need to change them. $(function(){
// Shop: pdmsshop // Bank: pdmsbank // Stock: pdmsstock // Trade: pdmstrade // Donate: pdmsdonate yootil.bar.get("pdmsshop").find("img").attr("src", "http://yourdomain.com/image.png");
}); So for example if you want to do the trade one as well, add another line under the shop: yootil.bar.get("pdmsshop").find("img").attr("src", "http://yourdomain.com/image.png"); yootil.bar.get("pdmstrade").find("img").attr("src", "http://yourdomain.com/image2.png"); Place the code into the global footer. Hi Peter, I'm really loving this code, thanks for still providing support for it o: I'm trying to do the same thing but having some noob issues, putting the code into the global footer with js script tags isn't changing the icon I designated. Also, is there a way to change the incoming gift icon? I was hoping to change it to an animated gif so that it's large and flash for people to notice they have a gift. Thanks in advance!!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 3, 2017 4:45:00 GMT -8
sennight, Gifts are a little more tricky as the key is dynamic. It's possible though, but let's fix the issue of it not working first. Forum URL with the script added?
|
|
Crow Valkairi
New Member
Proboards Support has always been excellent--in both their helpfulness and their response times <3
Posts: 185
inherit
193988
0
Nov 27, 2020 17:39:36 GMT -8
Crow Valkairi
Proboards Support has always been excellent--in both their helpfulness and their response times <3
185
May 2013
crowvalkairi
|
Post by Crow Valkairi on Dec 5, 2017 5:59:53 GMT -8
Peter Hello! Thank you for being such an awesome and long-term plugin creator and supporter! I have been using the Monetary System and Monetary Shop plugins almost since the beginning and I love them. However, I do have a question about gift codes. Once a code has been used, you can never reuse it. Even if you delete the entry from the plugin, the code is somehow stored forever in the data key. Is this intentional, or a mistake? I'd love to be able to use the same code for certain members (I use their name followed by a number) rather than having a billion numbers lol but I'm not versed at all in plugin creation/mechanics, so I'm not sure if that's a possibility. So far, I've just been keeping one entry in the plugin as a storage space where I write down all the codes I've used. But I imagine that has some issues with it as well. Thank you!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 5, 2017 6:35:44 GMT -8
Crow Valkairi, Codes are stored in the key for that user when they claim the gift. This is to prevent them from getting the gift again. When you remove that gift code, eventually the code is removed from the key to attempt to free up space, but this is only done on new codes being collected. github.com/PopThosePringles/ProBoards-Monetary/blob/master/modules/shop/gift.js#L354So yeah, the goal is to keep using unique codes, otherwise if a user does claim a gift and you remove the code, next time you use that code again, they won't be able to get the gift, as the old code would still remain, as it wouldn't have had a chance to get cleared out.
|
|