inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Dec 10, 2016 12:35:11 GMT -8
m2marsh, Thank you for the screenshot. I'll look through the code as I make my modifications to see if I can find where the discrepancy may be coming into play. If it's coming off of the same variable, then I'm not sure what's going on - but I'll dig around and see what I can find. Yes. It'll be a few days before I have the mods done, but it'll be an attachment in this thread.
|
|
inherit
226892
0
Nov 24, 2024 14:02:56 GMT -8
m2marsh
Come find us again y'all!
925
November 2015
m2marsh
|
Post by m2marsh on Dec 10, 2016 12:54:56 GMT -8
m2marsh , Thank you for the screenshot. I'll look through the code as I make my modifications to see if I can find where the discrepancy may be coming into play. If it's coming off of the same variable, then I'm not sure what's going on - but I'll dig around and see what I can find. Yes. It'll be a few days before I have the mods done, but it'll be an attachment in this thread. What is weird (to me) is that I have been paying attention as I play and I don't see that discrepancy. Could it have to do with a browser issue or OS issue? I use the latest version of Chrome. And run a PC on Windows 7.
|
|
inherit
226892
0
Nov 24, 2024 14:02:56 GMT -8
m2marsh
Come find us again y'all!
925
November 2015
m2marsh
|
Post by m2marsh on Dec 10, 2016 14:36:22 GMT -8
m2marsh , Thank you for the screenshot. I'll look through the code as I make my modifications to see if I can find where the discrepancy may be coming into play. If it's coming off of the same variable, then I'm not sure what's going on - but I'll dig around and see what I can find. Yes. It'll be a few days before I have the mods done, but it'll be an attachment in this thread. What is weird (to me) is that I have been paying attention as I play and I don't see that discrepancy. Could it have to do with a browser issue or OS issue? I use the latest version of Chrome. And run a PC on Windows 7. Lynx Just heard back from the gal who took the screenshot. She is using FireFox v 48.0.2 and Windows 10 on a desktop PC.
|
|
inherit
157863
0
Nov 20, 2024 10:35:15 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Dec 12, 2016 9:10:55 GMT -8
I was just wondering if anyone besides me (and my members) are having this issue. First, we've been all having a ball with this plugin, I just wanted to say that.
When I changed the candy image to a dragon image, suddenly we can only pick up ONE dragon at a time. Now this is ONLY on my main site. However, on my test sites (I like to play it on the side of what I'm doing when I'm there.) I am having no issues at all. Sometimes I get 2 dragons to put in my cage, sometimes one or even six dragons at one time. It varies just like the candies always had done.
So, I can't figure out what I had done differently on my main site (where my friends are at) to make only one dragon at a time to be picked up.
....
My thoughts so far.... it might be that I used the version I had gotten from the first page of this thread on one site, where the other one was from the plugin library. (Just now thinking about it, I'm going to go look and see what version I have uploaded to each site.) However, if they are different, the one thing I'm worried about, if I redownload the plugin, I don't want my members to lose their number count that they have been working on, and have to start over.
I had seen somewhere where someone asked if there was a way to erase the count when they are ready to start over. I can't see where that was asked/addressed if it was at all, much less to see where I can re-add the original count if it's possible.
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Dec 12, 2016 10:19:58 GMT -8
I think the Halloween features need to be turned on to get multiple items. To reset to 0 I think you can clear your key data.
I would like a way to list the top users, and perhaps edit their count manually.
|
|
inherit
157863
0
Nov 20, 2024 10:35:15 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Dec 12, 2016 10:28:02 GMT -8
I think the Halloween features need to be turned on to get multiple items. To reset to 0 I think you can clear your key data. I would like a way to list the top users, and perhaps edit their count manually.Ooo. Ok I'll try that to see what happens. Thanks. (I think I did turn them off on that one site.) Edited to say: Yep that did the trick. Thanks mikemcd
|
|
inherit
226892
0
Nov 24, 2024 14:02:56 GMT -8
m2marsh
Come find us again y'all!
925
November 2015
m2marsh
|
Post by m2marsh on Dec 13, 2016 5:13:55 GMT -8
I think the Halloween features need to be turned on to get multiple items. To reset to 0 I think you can clear your key data. I would like a way to list the top users, and perhaps edit their count manually.Ooo. Ok I'll try that to see what happens. Thanks. (I think I did turn them off on that one site.) Edited to say: Yep that did the trick. Thanks mikemcd if you scroll up a bit, Pro Member "Someone" has explained how to go into the code and make it so you can get variable numbers of prizes even with the Halloween feature turned off. Or, wait a bit as she has indicated she is updating the plug-in to have things like that being more user-friendly to modify.
|
|
inherit
157863
0
Nov 20, 2024 10:35:15 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Dec 13, 2016 8:47:00 GMT -8
m2marshThanks for the heads up. I see that now. I did notice that he was in the process of updating (making an addition to make it admin friendly to modify.) I'll keep an eye out for when he's ready. Oh and Lynx.... no hurries on my account. We are still having fun in the meantime.
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Dec 13, 2016 17:52:34 GMT -8
Lynx I've figured out how to add the info to the profile pages. It's not fancy, but it can be refined. It's good enough for me. Here is the code. You can add a new JS Component to the plugin and paste this right in. $(document).ready(function () {
if(window.location.href.indexOf("user") > -1) {
var xmuserID = proboards.data('user').id;
var xmuserprizeBag = pb.plugin.key('sh_obj_amount').get(xmuserID);
var tableRef = document.getElementById('center-column').getElementsByTagName('tbody')[1];
// Insert a row in the table at the last row
var newRow = tableRef.insertRow(tableRef.rows.length);
// Insert a cell in the row at index 0
var newCell = newRow.insertCell(0);
var newCell2 = newRow.insertCell(1);
// Append a text node to the cell
var newText = document.createTextNode('Hidden Items Found:');
newCell.appendChild(newText);
var newText2 = document.createTextNode(xmuserprizeBag);
newCell2.appendChild(newText2);
}
});
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Dec 14, 2016 17:24:38 GMT -8
Probably no need for a new JS component. It could just be added in, sans the first line, as a function in the current JS component - with a slight modification to have it check for the variable value for that option.
EDIT: I haven't forgotten about the mods I said I'd add. I've got the options in, but testing them is breaking the plugin at the moment. Please have patience while I bug-fix it.
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Dec 16, 2016 13:05:37 GMT -8
I'm getting told a user has an error with key permissions. Usually works for them.
|
|
inherit
234441
0
Jan 12, 2023 22:46:54 GMT -8
TheSupremePatriot
106
July 2016
thesupremepatriot
|
Post by TheSupremePatriot on Dec 16, 2016 15:16:08 GMT -8
How would I add the prize count to the member list? Thanks /)
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Dec 16, 2016 20:52:09 GMT -8
How would I add the prize count to the member list? Thanks /) That is a bit more complicated. The key the user's data is stored in is a super user key. For everyone to be able to see it in the member list it would have to be on a super forum key. That's beyond my abilities. Appending it to the member page is possible after the data is stored in the right area though. For example, if you look above where I paste the code for getting it listed in the user's profile, you will only be able to see it on your profile page, and not others. They can see theirs on their profile page, but you can't see each others. The key isn't accessible to anyone but that user the data belongs to.
|
|
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 Dec 17, 2016 12:38:27 GMT -8
Hi, Lynx ~
Do you know if there is a size limit for the images?
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Dec 17, 2016 13:48:15 GMT -8
Hi, ♥ ℒʊ√ ♥. Where? In the images tab in the build, or via the UI? If the UI, there shouldn't be, as those need to be images linked from elsewhere.
|
|