inherit
190426
0
Jan 17, 2014 11:16:51 GMT -8
eventyde
11
February 2013
eventyde
|
Post by eventyde on Jan 17, 2014 6:01:33 GMT -8
Texas Well thank you! I feel stupid now! haha! Thanks again for your help!
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 17, 2014 6:20:23 GMT -8
eventyde: It happens to everyone Glad you were able to figure it out
|
|
Lupa
New Member
Posts: 59
inherit
whitewolfkay@gmail.com
198538
0
Feb 20, 2018 22:09:44 GMT -8
Lupa
59
August 2013
lupa
|
Post by Lupa on Jan 17, 2014 11:42:20 GMT -8
The url to the shop needs to be "/user?shop?items". The shop button I see only has "/shop". janihHey there, love the plug in and I have it on two forums I run. I have the navigation set to this above on both, and while it is working on the one, it is not on the other, instead linking the users back to their profiles for some reason. I'm going to fiddle with it but I don't really get it.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 17, 2014 12:18:51 GMT -8
Lupa: It's probably because one of the forums you have updated to the newer version of the shop and the other you haven't. The location for the shop changed when I updated to V2. If you want a menu button to go to the shop then you need to set it as /user?shop instead of /user?shop?items. Try doing that on the one that isn't working and that should fix it for you.
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 1:45:33 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 18, 2014 14:19:09 GMT -8
Hi Texas. I put in your new version and the give feature does not work. When a player buys and item it does show up in their inventory but when they go to give the item it vanishes. On the items I tested those are not the one on the JSON section but ones I inputted in the fields. marveldcriseandfall.proboards.com/
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 18, 2014 14:55:18 GMT -8
What version do you have?
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 1:45:33 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 18, 2014 16:15:22 GMT -8
What version do you have? 2.1.2
|
|
Former Member
inherit
guest@proboards.com
186582
0
Dec 4, 2024 1:45:33 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 19, 2014 8:41:43 GMT -8
Which page would you want to change. It's all customizable to a certain extent. Like how things are listed in the shop. Here is a screen shot of my shop: i41.tinypic.com/sw8yub.png Id like to change the widths of each column (ie. image, description, etc) I think it looks funny to have the images be in such a HUGE area. And that red button is ugly against my layout. Here is the link to my board too: harmoniesadieu.boards.netIf what I want can't be done, that fine, just thought I would ask. Thank you for your time. Also curious of this!
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 19, 2014 9:17:05 GMT -8
@greedsins: You need to add a name for each of the items in your JSON overwrite. Actually, if I were you I would just abandon the JSON overwrite altogether. It's not needed anymore and will not be supported in the next version. I'm sorry for the inconvenience but there is no need for that part of the plugin and it makes it harder for me to add new things because of it.
The "name" syntax is
item_name: "name"
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 1:45:33 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 19, 2014 11:18:45 GMT -8
On the items i tested that vanished I did add in the name and filled in all the fields and removed them from the JSON field. But ill test further and get back to you.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 19, 2014 11:22:15 GMT -8
@greedsins: You probably forgot to add commas. There needs to be a comma both before and after the new thing...and you may also want to try putting item_name in quotes...
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 1:45:33 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 19, 2014 11:43:27 GMT -8
I removed all of the items in the JSON field so its now blank and now only have the fields filled. Items just vanish when I try ti give them to other players.
When I click give and then Ok there is a pause like the command is not going through. When i click it again it says i do not have enough of the item and it vanishes from my profile.
Edit: I turned off all the other plug ins to see if one of them is messing with it and i get the same Gold Shop Error 301:
Sorry, you do not have that many of that item.
|
|
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 20, 2014 11:04:21 GMT -8
Like how things are listed in the shop. Here is a screen shot of my shop: i41.tinypic.com/sw8yub.png Id like to change the widths of each column (ie. image, description, etc) I think it looks funny to have the images be in such a HUGE area. And that red button is ugly against my layout. Here is the link to my board too: harmoniesadieu.boards.netIf what I want can't be done, that fine, just thought I would ask. Thank you for your time. Also curious of this! <script> $(document).ready(function() { $('.content.cap-bottom > table').css("table-layout", "auto") $('.picture').css("width","10%") }); </script> Try that in a header or footer code. I think that will fix your problem with the sizing
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 20, 2014 13:01:29 GMT -8
I recommend checking to make sure your viewing the shop page instead of just having it run on all pages.
<script>
if ( location.href.match( /\?shop ) ) {
$(document).ready(function() {
$('.content.cap-bottom > table').css("table-layout", "auto")
$('.picture').css("width","10%")
}
});
</script>
This problem will also be fixed in the next update. It was supposed to be fixed in the last. The way it's supposed to be set up is the width of the column is supposed to be no larger than 200px, but it is defined by the largest items width. However, instead of setting a max width, I accidentally just set it as the width...so it's stuck at 200px instead of limited to 100px.
@greedsins: That is an error in my coding. I accidentally forgot to make that optional thing optional. You MUST supply an amount...this will also be fixed in the next update.
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 4, 2024 1:45:33 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 13:12:04 GMT -8
Its odd. I gave an item to your account and it works fine. But when I gave it to someone elses who has a really old account it doesnt work. It is because they have items from the old version of the shop?
|
|