Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 7, 20222 yr i had member shop on for years now and now it wants me to buy it again? why? wheres my free updates?
November 7, 20222 yr i had member shop for many years it seems where are my free upgrades? says i have to buy it this interface of invision since the change has done this to me
November 7, 20222 yr 3 minutes ago, Donald Meek said: i had member shop for many years it seems where are my free upgrades? says i have to buy it this interface of invision since the change has done this to me
December 5, 20222 yr Hi, I have the issue where the image of the item bought doesn't show correctly in the myitems page as shown below (Pic 1). It's supposed to show like Pic 2. Pic 1 Pic 2 Please help. Thank you.
December 5, 20222 yr 19 minutes ago, Sirapat Kidwisala said: Hi, I have the issue where the image of the item bought doesn't show correctly in the myitems page as shown below (Pic 1). It's supposed to show like Pic 2. Pic 1 Pic 2 Please help. Thank you. Apart from above issue, I can't send item to others as well. The error is as shown below.
December 5, 20222 yr Also, is there any plans that you will have feature where user can create more than one bank account? I think that would be nice to have apart from having only one main bank account. Please consider. Thank you
December 15, 20222 yr On 12/13/2022 at 11:46 PM, 403 - Forbiddeen said: Hello, i found a bug. it's not working more the bonus for file downloads. Can’t reproduce in a quick test. Nothing has changed in MS and in the classes this particular hook extends. Make sure all the requirements are ok for it to work, like Downloads/Commerce integration enabled; file must have points to download; group should be allowed to submit paid files, etc.
December 17, 20222 yr On 12/15/2022 at 11:42 AM, Adriano Faria said: Can’t reproduce in a quick test. Nothing has changed in MS and in the classes this particular hook extends. Make sure all the requirements are ok for it to work, like Downloads/Commerce integration enabled; file must have points to download; group should be allowed to submit paid files, etc. We found another bug... it's not working the bank. we add money at the bank, but don't return the %.
December 17, 20222 yr Seems ok to me. Bank settings for my group: My test: I have 5000 points. Bank charges 10% to deposit: - My deposit is 50% (2500 points), so 2500 - 10% (bank charge) = 2250. That's exactly what shows to me:
December 17, 20222 yr Is there a way to format my items view as picture below. Because right now my membershop page is this view Also, is there a way to view items by categories like this? and after you click on view icon, it displays all the items under each category. Thank you. Edited December 17, 20222 yr by Sirapat Kidwisala
December 20, 20222 yr Why sometimes there are extra links in the breadcrumb and sometimes doesn't, but both have the same url of http://example/membersshop/view/54-ใบประกันสมุนไพรได้ชัวร์/ The most often one is as shown below where I just normally clicked from the main page of membersshop under newest item section The other type of breadcrumb is as shown below. For this the breadcrumb has extra category name then item name, and I'm not really sure how do I got this breadcrumb cos I just randomly clicked around the page. Edited December 20, 20222 yr by Sirapat Kidwisala added in the url
December 21, 20222 yr Is there any problem if you copy and paste both links? Do you get any error in any of them? Does both links works for you? Let me know if you got any error. Edited December 21, 20222 yr by Adriano Faria
December 21, 20222 yr 8 hours ago, Adriano Faria said: Is there any problem if you copy and paste both links? Do you get any error in any of them? Does both links works for you? Let me know if you got any error. I don't get any errors and both works for me. But now I know why the breadcrumb is not the same. When I first click on any of the item shown in the below pic It will link to this page with this breadcrumbs ( mainpage > membersshop) But when I refreshed the page itself, the breadcrumbs changed (mainpage > membersshop > category > item name) Edited December 21, 20222 yr by Sirapat Kidwisala
December 21, 20222 yr Probably because the dev who developed it changed it entirely to work ajaxed. Will take a look when I have to update it in a future version as it isn’t crashing your board. No ETA. No promise.
January 4, 20232 yr Would it be possible to add API endpoints so I can allow members to earn points and spend points externally from IPB? My goal is to create a Discord bot that rewards points for various things. I would just need API endpoints that would allow me to do the following... Add points to user. Remove points from user. Retrieve point count for user Withdraw points from bank for user Deposit points to bank for user Check points balance in bank for user
January 5, 20232 yr Would it be possible to give members to win random items with different win % for each items For example, Box 1 will random (A, B, C) and each of them have win % of (98%, 54%, 25% accordingly)
January 5, 20232 yr Hi, I bought the latest version of membersshop, and when testing it, it does not remove points when buying items from the shop? As you can see from the log here, I bought rock paper scissors etc and it did not remove the points when it was bought even though I won. If you generate purchase within the admin cp, it will remove the money properly as you can see here: Please let me know if its a setting I haven't changed or if it is a bug ? Also disabling items in the shop does not work, they are still active and can be bought: ---------- @Rick7C2 On 1/4/2023 at 10:02 PM, Rick7C2 said: Would it be possible to add API endpoints so I can allow members to earn points and spend points externally from IPB? My goal is to create a Discord bot that rewards points for various things. I would just need API endpoints that would allow me to do the following... Add points to user. Remove points from user. Retrieve point count for user Withdraw points from bank for user Deposit points to bank for user Check points balance in bank for user While not supported I'd assume you could insert in to the three tables that it uses for this, the points table to add the balance, the rewards table to signify what reward you are adding and the logs table to ensure it's logged why the user got / lost points etc. You might need to slightly modify the code to show the types in the membershop reward log section though. Edited January 5, 20232 yr by JR Network
January 5, 20232 yr 25 minutes ago, JR Network said: Please let me know if its a setting I haven't changed or if it is a bug ? Also disabling items in the shop does not work, they are still active and can be bought I’ll make some tests asap and will update it to fix if necessary. 42 minutes ago, Sirapat Kidwisala said: Would it be possible to give members to win random items with different win % for each items For example, Box 1 will random (A, B, C) and each of them have win % of (98%, 54%, 25% accordingly) I’m taking a note of requests and new features will come in a future version. No ETA. No promise.
January 6, 20232 yr 19 hours ago, JR Network said: Also disabling items in the shop does not work, they are still active and can be bought: Do you have FTP access to upload the file? This is a quick fix. The points I would have to makes some tests and will take a few days.