inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 1, 2014 2:28:41 GMT -8
The only thing that I noticed is that on the shop page there is weird spacing for the "item image" and the "item name". ^ I used an earlier post to adjust one of the tables with CSS, but when trying it with the other columns for "second-child" and so forth it doesn't want to use the defined width. Not sure if only "first-child" works or if there is another thing I should be using for the other columns. My co-admin wondered if we will be able to set people for editing items like how the basic money plugin does. Already maxed the item limit for now. This was after adding only 147 items to the plugin out of about 300 items that we had when running in version 4. Definitely will need an extension for this plugin; already have a super key waiting.....^@,@^ ^ Personally I cannot wait. I have some items in version 4 that I used to do this with: aka Gift Boxes, Fortune Cookies, Chibi Packs. The person would buy the item, open it, and get a quote or random item based off of a group of ID's. It was pretty easy. What exactly are you trying to adjust? Let me know and I can write up a CSS rule to target it. A helper plugin for more items will be coming when the trade feature is released.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 1, 2014 2:36:25 GMT -8
Well, the new code to remove the description section took away the item names. I simply wanted the description section removed without it affecting anything else. div.container_monetaryshop div[id^=item_category_] table.list tr.head th.main, div.container_monetaryshop table#basket_items_list tr.head th.main {
display: none; }
div.container_monetaryshop div[id^=item_category_] table.list tr.item td:nth-child(3), div.container_monetaryshop table#basket_items_list tr.item td:nth-child(3) {
display: none; } You will need to target columns to resize them though, but that does the removing for you.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 1, 2014 2:50:31 GMT -8
@winged2, Thanks for helping
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 1, 2014 2:57:48 GMT -8
I have a bit of a suggestion Peter when you've got some time, would there be any way you could make buy items maybe if they have a tick box next to them get more expensive. So say for example a medic pack starts at $100, you buy a bulk or one it doubles to $200 You buy more it doubles to $400 etc Not sure if you saw this Peter but is this at all possible?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 1, 2014 3:05:22 GMT -8
Boy_WonderOnly way possible would be to base it on how many they currently own. So... I buy my first item at £10, I then go back and the code sees that I already own 1, so it bumps up the price by X amount (percentage increase?), I buy that, making it 2. I then go back and buy another, which increases even more because I already own 2. So basically it would need to be.. item_price + (total_currently_owned * percentage_increase) = Cost of item? Does that work for you?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 1, 2014 3:06:27 GMT -8
Yes that does! Its to mimick how it works in the Devil May Cry Games
|
|
inherit
212234
0
Aug 2, 2014 19:35:43 GMT -8
skitty
1
August 2014
skitty
|
Post by skitty on Aug 1, 2014 16:05:35 GMT -8
When I try to add an picture for the shop, it comes up as a blue question mark box, no matter what I try!! Please help!!
|
|
inherit
212248
0
Jul 29, 2016 18:40:16 GMT -8
damarossa
??????
2
August 2014
damarossa
|
Post by damarossa on Aug 2, 2014 4:27:29 GMT -8
I was wondering if there is a way for my members to select what items they want to show in their mini profiles? Like they click on a few images and select "show on mini profile" or something like that. It would be very handy, since most of them have more then 10 items, and they want to select what items to show.
Thanks for the reply :3
|
|
inherit
149168
0
Dec 27, 2014 12:27:25 GMT -8
Dakota*
893
November 2009
silvestern
|
Post by Dakota* on Aug 2, 2014 15:38:31 GMT -8
Hi! I have a couple questions(/suggestions?) First of all, how does trading work with the items? I have the permissions set so everyone can read and members and staff can write, but I can't figure out where to go/how to trade items with members? Second, as a suggestion, in the gold shop members were able to "give" other members items. This button was somewhere in the profile with the other buttons such as "Follow," "Edit Profile," etc. I run promos for my members where they can win shop items, but to give them to them I constantly have to create gift codes, and I would find it much easier and nicer if I could just purchase the time myself, give it to the member, then give myself back the money (that's what I used to do with the gold shop), which, yes, I found simpler than the gift codes haha! And it would also allow my members to be able to do other things if they could "give" each other items that they had. And finally, could you add in a way to choose how many of an item is removed when removing items? If a member has say 3 of one item, and I, as the admin, decide to remove one of those items because they have a one-time use, I can't just remove one, it removes all 3, so I have to give them money back to go and buy the other 2 that I didn't want to remove. So I would like to be able to choose how many of each item I remove just as members can choose how many of each item they want to refund. I hope that makes some sense haha! Thanks!
|
|
Former Member
inherit
guest@proboards.com
189070
0
Dec 4, 2024 1:45:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 2, 2014 15:46:10 GMT -8
Dakota* Trading has not been implemented yet, Peter added the option to tick trading so when it comes out you will have all your stuff ready, Peter also said that he will be adding the option to remove a certain amount of items and not all (as far as I can remember) as someone else asked that question too, defo a thing we need though! Forgot your second question, Trading will include giving items to others without them actually having to give you something, Be like trade something for nothing and they accept.
|
|
inherit
149168
0
Dec 27, 2014 12:27:25 GMT -8
Dakota*
893
November 2009
silvestern
|
Post by Dakota* on Aug 2, 2014 15:48:13 GMT -8
Okay, perfect! Thanks And do you know anything about the "giving" option I was talking about? It used to be in the gold shop, so I was hoping that would be something Peter would consider adding back in to this shop (:
|
|
Former Member
inherit
guest@proboards.com
189070
0
Dec 4, 2024 1:45:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 2, 2014 15:50:24 GMT -8
Dakota* Edited my first answer as you were posting this lol, see above
|
|
inherit
149168
0
Dec 27, 2014 12:27:25 GMT -8
Dakota*
893
November 2009
silvestern
|
Post by Dakota* on Aug 2, 2014 15:52:31 GMT -8
Thanks! And that sounds great
|
|
inherit
183482
0
Dec 17, 2015 17:39:35 GMT -8
Nevada Mikado
Your soul is mine
170
September 2012
nevam
|
Post by Nevada Mikado on Aug 2, 2014 17:23:55 GMT -8
I had that happen the first time, then suddenly it worked. My "base folder" ends in a / and the item image in the individual item area is just the file name. I had to mess around with the sizes to make them show up. Apparently having the item at 100% made it not visible. Profile / Shop Image Settings> I removed the 100% and put in the image dimensions then they showed. Wow... something so small lol but thank you! That fixed it
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Aug 2, 2014 18:47:32 GMT -8
The only thing that I noticed is that on the shop page there is weird spacing for the "item image" and the "item name". ^ I used an earlier post to adjust one of the tables with CSS, but when trying it with the other columns for "second-child" and so forth it doesn't want to use the defined width. Not sure if only "first-child" works or if there is another thing I should be using for the other columns. My co-admin wondered if we will be able to set people for editing items like how the basic money plugin does. Already maxed the item limit for now. This was after adding only 147 items to the plugin out of about 300 items that we had when running in version 4. Definitely will need an extension for this plugin; already have a super key waiting.....^@,@^ ^ Personally I cannot wait. I have some items in version 4 that I used to do this with: aka Gift Boxes, Fortune Cookies, Chibi Packs. The person would buy the item, open it, and get a quote or random item based off of a group of ID's. It was pretty easy. What exactly are you trying to adjust? Let me know and I can write up a CSS rule to target it. A helper plugin for more items will be coming when the trade feature is released. Right now I am using CSS from an earlier post to adjust r1c1 for the items at around 50px, that has helped r1c2 a little but not a lot. I need to adjust r1c3 (price) and c1c4 (buy area) to trim down the fat and allow r1c2 and r1c3 more space. R1c3 only needs to be about 80px, r1c4 likely 150. What exactly are you trying to adjust? Let me know and I can write up a CSS rule to target it. A helper plugin for more items will be coming when the trade feature is released. Right now I am using CSS from an earlier post to adjust r1c1 for the items at around 50px, that has helped r1c2 a little but not a lot. I need to adjust r1c3 (price) and c1c4 (buy area) to trim down the fat and allow r1c2 and r1c3 more space. R1c3 only needs to be about 80px, r1c4 likely 150. No problem. I do not know why the default of 100% makes the images not show up. Not a big deal but easy to fix on our part. I make all my items the same size anyhow. Good luck to you.
Just to point out some laughs, I changed my welcome to include an image which can be rolled over and have Zouken's tongue stick out. Someone pm'd me asking if we can put images in the welcome header of the shop (no you cannot but you can put it in the message area.)
|
|