inherit
151011
0
Nov 25, 2023 5:40:04 GMT -8
nina
599
January 2010
nina1
|
Post by nina on Feb 7, 2014 11:07:15 GMT -8
Premature happiness here. I can't figure out how to get this out of my dropbox and then what to do with it when I do. Disregard...I see this has been closed.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 7, 2014 12:06:54 GMT -8
A assume all is well?
|
|
inherit
151011
0
Nov 25, 2023 5:40:04 GMT -8
nina
599
January 2010
nina1
|
Post by nina on Feb 10, 2014 8:06:54 GMT -8
Well, I did figure out my dropbox... a plus. The slot appears on the title bar to the news fader (V.5 version). I'd like it to be its own board under the FUN FUN FUN category. Thanks Todge. I really really like this feature...I'm not a big word game player, but this I will play! samanthastone.proboards.com/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 10, 2014 16:26:25 GMT -8
To remove it from the home page, put this in the Main Header..
<style type="text/css"> #slot_machine { display: none; } </style>
To add the slot machine in any of your boards or categories, put this in either the Board or Category Header(s).
<center> <div id="slot_machine" style="width: 110px; height: 150px; background-repeat: no-repeat;"> <img id="pullit" src="#" border="0"> <img id="slot0" src="#" border="0"> <img id="slot1" src="#" border="0"> <img id="slot2" src="#" border="0"> </div> </center> <script type="text/javascript"> <!-- document.getElementById('pullit').src = proboards.plugin._plugins["one_arm_bandit"].images.onearmbandit2; document.getElementById('pullit').parentNode.style.backgroundImage = 'url('+proboards.plugin._plugins["one_arm_bandit"].images.onearmbandit1+')'; // --> </script>
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 21, 2014 16:47:26 GMT -8
In theory it could be done with CSS styling, but not easily, and it wouldn't work in all browsers.
It would be easier if you had your own reel and button images and then reconfigure it to display them instead.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 22, 2014 18:37:45 GMT -8
Ooops, thank you. I'll fix that in the next update.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Mar 2, 2014 14:03:34 GMT -8
TodgeI noticed some discrepancies between the PMs: Each has a different time/date layout either missing the day or including it etc. The dates are a straight forward date strings added to the PM titles at the winners end, so I assume it has something to do with the winners settings or geographic locations. If you prefer I can change that so that the date is added at YOUR end instead, so that dates should be displayed according to your settings, regardless of the winners settings. The only issue with that is if you ever remove or disable the plugin the winning dates will disappear, being replaced with a seemingly random set of numbers.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Mar 26, 2014 9:25:03 GMT -8
I've currently got it set to 1 in 125 but it seems my members are super lucky! How do I raise the odds? Like say I wanted to do 1 in 300. What would I put in the plugin settings? I didn't think anyone would be using this with the one in the database... Good to know someone is. If you have 2 '7's in 2 reels and 1 in the remaining reel, you will have a winning chance of around 1 in 225. or if you only have one reel with 2 '7's and the other 2 with 1, you should get odds of around 1 in 305.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Mar 27, 2014 10:17:04 GMT -8
Cooool
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Apr 23, 2014 15:07:35 GMT -8
Todge, I forgot all about this. Very cool ~ great job.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Apr 24, 2014 12:43:42 GMT -8
Hi, Todge ~
Is there any EASY way for you to make this act somewhat like a casino slot win and have the winners name immediately put into a board announcement ~ with perhaps a time limit on how long the announcement would stay up?
Being notified in a PM can be delayed gratification if the admin isn't around. If it's a lot of work, don't worry about it. But if it's not . . .
Or is there a code I could put in the header (preferably, since I have a lot of themes) that could make this happen (perhaps even with an image such as flashing lights or fireworks)?
It would add more excitement to the game for all the members if they saw winners announced instantly.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 24, 2014 13:39:23 GMT -8
The easiest way would be to have a box displayed in the header with the last winners name etc.
Unfortunately that would require a key for storage, and so could not be a header code, and a different type of key to the one already used in the plugin, so while I could include it within the existing plugin, it will then mean that this plugin would then use 2 keys, and one of them would have to be a Super Forum key.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Apr 24, 2014 13:54:01 GMT -8
I would hate to have that happen for anyone who doesn't want this feature ~ but it would be worth it for me. I love the idea of an "instant announcement". It would make the win more exciting for everyone. It would have more of the feel of a R/L gaming room and slot win. But it's no hurry, Todge. If you wish to undertake it, it is definitely a project you can do when you are willing.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 24, 2014 14:02:16 GMT -8
If you are prepared to wait for it (I have a few other things I need to get done first), I'll add that to a separate version of this plugin.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Apr 24, 2014 15:37:33 GMT -8
Todge, that is not a problem. I use my plugin space carefully and try not to utilize them if a code will work. So yes, I am very willing to wait. I appreciate your willingness to undertake the project, and time is not of the essence.
Thank you so much!
|
|