Former Member
inherit
guest@proboards.com
265695
0
Nov 21, 2024 19:20:59 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 7, 2022 8:58:53 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Hello, sir! I installed the vanilla version of this and it worked, but I then uninstalled that and installed "Jackpot Only" version of this and it isn't working. I have the HTML custom page set up with ID prize-wheel, all settings filled out in the plugin, the plugin is enabled, and it is located under the Yootil and Monetary System plugins. Because the vanilla plugin was working, I know it is the "Jackpot Only" version that is problematic. Do you know if the Jackpot Only version is broken or if there is something extra I may need to do that isn't noted in the OP? I've got well over a decade of experience with proboards so I'm very familiar with plugins and know I'm not making any total rookie mistakes, but hopefully I did make some sort of mistake, cuz then it can be fixed! Thank you for your time! I used the vanilla version of this plugin on my previous forum and it was stupendous. Hoping I can get the Jackpot Only version working and get to enjoy this plugin again on my new server <3 <3 Forum: realmofvalhalla.freeforums.netIt is a braaand new forum I made literally minutes ago, this wheel is the first thing I'm doing.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 7, 2022 12:19:45 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Hello, sir! I installed the vanilla version of this and it worked, but I then uninstalled that and installed "Jackpot Only" version of this and it isn't working. I have the HTML custom page set up with ID prize-wheel, all settings filled out in the plugin, the plugin is enabled, and it is located under the Yootil and Monetary System plugins. Because the vanilla plugin was working, I know it is the "Jackpot Only" version that is problematic. Do you know if the Jackpot Only version is broken or if there is something extra I may need to do that isn't noted in the OP? I've got well over a decade of experience with proboards so I'm very familiar with plugins and know I'm not making any total rookie mistakes, but hopefully I did make some sort of mistake, cuz then it can be fixed! Thank you for your time! I used the vanilla version of this plugin on my previous forum and it was stupendous. Hoping I can get the Jackpot Only version working and get to enjoy this plugin again on my new server <3 <3 Forum: realmofvalhalla.freeforums.netIt is a braaand new forum I made literally minutes ago, this wheel is the first thing I'm doing. the problem is likely the html on your custom page. The correct code should have prize_wheel_jackpots instead and look like this <div class='container show-user'><div class='title-bar'><h2><center>Daily Spin</center></h2></div><div class = 'content cap-bottom'><div class='ui-tabMenu'></div><div class = 'pad-all-double clear'></div></div></div>
<script type="text/javascript">
var prizewheelTitle = proboards.plugin.get('prize_wheel_jackpots').settings.prize_wheel_title;
if(prizewheelTitle == '')
{ prizewheelTitle = 'Prize Wheel';}
if(proboards.data('user').is_logged_in == 1){ profileprizewheel();}</script>
|
|
Former Member
inherit
guest@proboards.com
265695
0
Nov 21, 2024 19:20:59 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 7, 2022 12:47:35 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Thank you very much! That made the wheel appear properly, I'm surprised and grateful for the speedy reply. It does seem to have another hiccup, after the wheel lands on the slot, it takes the winner to the message page but stops there. It doesn't generate a message, choose a recipient, or send the message. I made you an admin on the forum (it's a completely blank forum with the sole purpose of using this specific wheel, so I don't mind you having admin powers haha) realmofvalhalla.freeforums.net/page/prize-wheel-jackpotsYou know how these darn things go. Fix a bug, find 10 more. The life of a coder is a frustrating one, I'm sorry!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 7, 2022 23:13:56 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Thank you very much! That made the wheel appear properly, I'm surprised and grateful for the speedy reply. It does seem to have another hiccup, after the wheel lands on the slot, it takes the winner to the message page but stops there. It doesn't generate a message, choose a recipient, or send the message. I made you an admin on the forum (it's a completely blank forum with the sole purpose of using this specific wheel, so I don't mind you having admin powers haha) realmofvalhalla.freeforums.net/page/prize-wheel-jackpotsYou know how these darn things go. Fix a bug, find 10 more. The life of a coder is a frustrating one, I'm sorry! Prize Wheel Jackpots 1.pbp (9.99 KB) this version supports https which was why it wasn't working. Also you need to have " 1 " under Jackpots Enabled so it knows who to send to
|
|
Former Member
inherit
guest@proboards.com
265695
0
Nov 21, 2024 19:20:59 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 8, 2022 10:30:52 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Perfection! Thank you for clarifying my mistake, I for some reason thought that field was specifying which slice was the jackpot so I had it empty since they're all jackpots. Silly me. That is rectified. Great news is that all function is, well, functioning! Lesser news is more of an aesthetic issue, but one nonetheless. Every slot in this is a jackpot, but it is still advertising 1 specific jackpot and took out the first slice for it. Is there a way to have the lefthand jackpot advertisement removed, since they are all equally jackpotty, and have the first slot (yellow) return to its normal self? I imagine I could remove the lefthand jackpot advertisement myself with CSS but I don't know how to revert the yellow slice to a normal slice, so I have to ask for help, I'm sorry From what I can tell, this is the only remaining issue. Spinning, winning, and sending the message all worked in my test!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 8, 2022 13:00:04 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Perfection! Thank you for clarifying my mistake, I for some reason thought that field was specifying which slice was the jackpot so I had it empty since they're all jackpots. Silly me. That is rectified. Great news is that all function is, well, functioning! Lesser news is more of an aesthetic issue, but one nonetheless. Every slot in this is a jackpot, but it is still advertising 1 specific jackpot and took out the first slice for it. <button disabled="" class="c-attachment-insert--linked o-btn--sm">Attachment Deleted</button> Is there a way to have the lefthand jackpot advertisement removed, since they are all equally jackpotty, and have the first slot (yellow) return to its normal self? I imagine I could remove the lefthand jackpot advertisement myself with CSS but I don't know how to revert the yellow slice to a normal slice, so I have to ask for help, I'm sorry From what I can tell, this is the only remaining issue. Spinning, winning, and sending the message all worked in my test! Nah the all Jackpots was a hack to the original. The display on the left is for the small slice which will have less of a chance than the other slices. Undoing that would take too much work for me.
|
|
Former Member
inherit
guest@proboards.com
265695
0
Nov 21, 2024 19:20:59 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 8, 2022 16:47:09 GMT -8
Okay, thank you for your time.
|
|
jugo
New Member
Posts: 40
inherit
267035
0
Nov 24, 2022 16:10:17 GMT -8
jugo
40
October 2022
jugo
|
Post by jugo on Nov 8, 2022 8:12:03 GMT -8
I'm confused how to set up jackpot
|
|