inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 14, 2017 9:08:10 GMT -8
Feature Request: is there any way to set up a prize wheel that does items instead of money? Like is there any way to set it up so every tab is technically a "jackpot" tab where I can put in a description of what it is..and have it alert admin to send to them? Albeit not it's design, that may be possible. Tag me again on Wednesday and I'll take A look at it Which version you want modified And do you want to keep the really small jackpot slice or just have them all the same size? I'm running version 3.3.3. I'd like to keep the smaller jackpot slice if at all possible. I want to keep it so they have to spend xp to spin the wheel, and then give away prizes instead (which obviously I'll do manually after it notifies me). I appreciate it. I'll tag you again on wednesday. <3
|
|
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 Mar 14, 2017 12:40:35 GMT -8
Albeit not it's design, that may be possible. Tag me again on Wednesday and I'll take A look at it Which version you want modified And do you want to keep the really small jackpot slice or just have them all the same size? I'm running version 3.3.3. I'd like to keep the smaller jackpot slice if at all possible. I want to keep it so they have to spend xp to spin the wheel, and then give away prizes instead (which obviously I'll do manually after it notifies me). I appreciate it. I'll tag you again on wednesday. <3 You do realize you will be ballz deep in handing out prizes like a never ending flood of sorrow. What is it you will be handing out manually? And then realize the security answer won't work for someone who can just forge a pm for everything. Any ideas on how to fix that scenario?
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 15, 2017 1:37:13 GMT -8
I'm running version 3.3.3. I'd like to keep the smaller jackpot slice if at all possible. I want to keep it so they have to spend xp to spin the wheel, and then give away prizes instead (which obviously I'll do manually after it notifies me). I appreciate it. I'll tag you again on wednesday. <3 You do realize you will be ballz deep in handing out prizes like a never ending flood of sorrow. What is it you will be handing out manually? And then realize the security answer won't work for someone who can just forge a pm for everything. Any ideas on how to fix that scenario? I'm aware. lol. I have a low member base and I actually trust them. I don't think they'll forge PMs. but in order to fix that..we could do passwords set for me for each prize maybe? Like it sends me a specific thing like in the jackpot that proves it?
|
|
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 Mar 15, 2017 12:44:29 GMT -8
You do realize you will be ballz deep in handing out prizes like a never ending flood of sorrow. What is it you will be handing out manually? And then realize the security answer won't work for someone who can just forge a pm for everything. Any ideas on how to fix that scenario? I'm aware. lol. I have a low member base and I actually trust them. I don't think they'll forge PMs. but in order to fix that..we could do passwords set for me for each prize maybe? Like it sends me a specific thing like in the jackpot that proves it? Check out the first post for beta download Don't think I'll make it official or nothing
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 15, 2017 22:24:01 GMT -8
for some reason it's not showing up in the profile tab. Tried to put it on a custom page and it won't show up there either. thecityofsin.freeforums.net/user/1/prize-wheelused this for the custom page: <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').settings.prize_wheel_title;
if(prizewheelTitle == '')
{ prizewheelTitle = 'Prize Wheel';}
if(proboards.data('user').is_logged_in == 1){ profileprizewheel();}</script> and it brought up a JS error. JS Error: TypeError: Cannot read property 'settings' of null
|
|
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 Mar 16, 2017 5:51:08 GMT -8
for some reason it's not showing up in the profile tab. Tried to put it on a custom page and it won't show up there either. thecityofsin.freeforums.net/user/1/prize-wheelused this for the custom page: <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').settings.prize_wheel_title;
if(prizewheelTitle == '')
{ prizewheelTitle = 'Prize Wheel';}
if(proboards.data('user').is_logged_in == 1){ profileprizewheel();}</script> and it brought up a JS error. JS Error: TypeError: Cannot read property 'settings' of null Ah yes, I changed the plugin ID to prize_wheel_jackpot <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_jackpot').settings.prize_wheel_title;
if(prizewheelTitle == '')
{ prizewheelTitle = 'Prize Wheel';}
if(proboards.data('user').is_logged_in == 1){ profileprizewheel();}</script> Try that perhaps
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 16, 2017 6:01:21 GMT -8
|
|
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 Mar 16, 2017 6:15:02 GMT -8
whoops it's called jackpots SSSSSSS plural duh change a dis her: proboards.plugin.get('prize_wheel_jackpot').settings.prize_wheel_title; to dat der proboards.plugin.get('prize_wheel_jackpots').settings.prize_wheel_title;
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 16, 2017 6:32:11 GMT -8
-smiles- Thank you worked. I really appreciate you taking this on for me. I know it was kind of a specialty request and I appreciate you taking time out for it anyway.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 16, 2017 6:38:42 GMT -8
# is not a valid color string....I ahven't put any #'s in lol..and I click on the red thing that appears to tell me that and it spins the wheel. O.o
|
|
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 Mar 16, 2017 6:39:03 GMT -8
-smiles- Thank you worked. I really appreciate you taking this on for me. I know it was kind of a specialty request and I appreciate you taking time out for it anyway. hey, some users are nice people. And anyone can see that if they see the way they talk/post. I know you are a nice person so I like to be nice. An hour of my time wasn't so bad. I totally didn't clean up the code or anything so it looks atrocious and mostly not used, so I'm leaving it in beta lol.
|
|
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 Mar 16, 2017 6:40:14 GMT -8
# is not a valid color string....I ahven't put any #'s in lol..and I click on the red thing that appears to tell me that and it spins the wheel. O.o Ah I put in # before the color fields as a default. Is this in the console?
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 16, 2017 6:42:56 GMT -8
not that I can see
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 16, 2017 6:44:11 GMT -8
weird it fixed itself without me touching anything.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 16, 2017 6:45:17 GMT -8
If you don't mind, I'll keep you on my members list in case I need help again. That way you have access.
|
|