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 Jul 3, 2014 20:06:45 GMT -8
xDD -goes to do so-
One more question - if using javascript I add something extra in on the shop page it won't break anything will it? I'm thinking of adding some multi coloured awnings with a way to show the category name and a brief description and also adding different little pixel shops to the tabs
|
|
inherit
172873
0
Jun 5, 2018 18:35:07 GMT -8
Hoofbeats
101
October 2011
jesuslover488448
|
Post by Hoofbeats on Jul 4, 2014 0:27:05 GMT -8
So far I absolutely love this code. However, I have a couple of questions. Is there a way that staff members can give items to members without having to buy the items first? and (because I'm coding illiterate) is there a certain code that would allow me to move the item images on the profiles below the status stuff? Thanks!
Oh, and on a side note, how do I you give items to other members? It might be that I'm blind (or the fact that it's 3am), but does that have anything to do with the gifting, and if it does, what would the code look like?
Thanks again!
|
|
inherit
210954
0
Sept 26, 2014 8:35:32 GMT -8
lillyeh
:P
23
July 2014
lillyeh
|
Post by lillyeh on Jul 4, 2014 10:49:03 GMT -8
Some ideas? -Trading (I know that you are working on it, Yay!) -Removing items out of shops, but the items still remain in the member's inventory -A page for "My items" And the members can group the items (Put the items into groups). Instead of showing all the items the user owns on the profile, show a link to the inventory option -Limited amount of specific items for sale -Easier way to stock items -Members can gift each other I am not sure if some of these are added already, but I would like to have them
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 2, 2024 4:48:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 4, 2014 19:18:21 GMT -8
lillyeh -Removing items out of shops, but the items still remain in the member's inventory This one I can answer since I've already used it. ^^ Simply create an item but leave the category slot blank. Then just give the items out manually using the gift items section. They will stay in their inventory but will not show up in the shop.
|
|
inherit
211086
0
Nov 1, 2014 11:42:25 GMT -8
shortcake
1
July 2014
shortcake
|
Post by shortcake on Jul 4, 2014 19:57:45 GMT -8
When using the tapatalk app, I didn't receive any in-game currency. Why is this?
|
|
inherit
207150
0
Jul 3, 2014 16:54:16 GMT -8
Firefly Unicorn
142
March 2014
fireflyunicorn
|
Post by Firefly Unicorn on Jul 4, 2014 20:07:55 GMT -8
shortcake - No plugins run on mobile and I would guess that they don't run on tapatalk either. You'd have to post using the desktop view.
|
|
inherit
210954
0
Sept 26, 2014 8:35:32 GMT -8
lillyeh
:P
23
July 2014
lillyeh
|
Post by lillyeh on Jul 5, 2014 14:09:41 GMT -8
lillyeh -Removing items out of shops, but the items still remain in the member's inventory This one I can answer since I've already used it. ^^ Simply create an item but leave the category slot blank. Then just give the items out manually using the gift items section. They will stay in their inventory but will not show up in the shop. The problem is, people can still search it up and buy it
|
|
inherit
211138
0
Jul 6, 2014 2:04:54 GMT -8
kyfres
1
July 2014
kyfres
|
Post by kyfres on Jul 5, 2014 17:56:44 GMT -8
The system seems not to be updated when posting replies from the Tapatalk app or from a browser on my smartphone
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 6, 2014 1:56:43 GMT -8
xDD -goes to do so- One more question - if using javascript I add something extra in on the shop page it won't break anything will it? I'm thinking of adding some multi coloured awnings with a way to show the category name and a brief description and also adding different little pixel shops to the tabs Nope, you can modify fine, as it's part of the DOM.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 6, 2014 1:59:20 GMT -8
So far I absolutely love this code. However, I have a couple of questions. Is there a way that staff members can give items to members without having to buy the items first? and (because I'm coding illiterate) is there a certain code that would allow me to move the item images on the profiles below the status stuff? Thanks! Oh, and on a side note, how do I you give items to other members? It might be that I'm blind (or the fact that it's 3am), but does that have anything to do with the gifting, and if it does, what would the code look like? Thanks again! Gift items is one way, however giving am item...hmm, not yet, maybe in the future once I have other things done. You can move the items anywhere you like on the profile, there is some instructions in the first post. Trading will allow people to give / trade items.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 6, 2014 2:04:38 GMT -8
Some ideas? -Trading (I know that you are working on it, Yay!) -Removing items out of shops, but the items still remain in the member's inventory -A page for "My items" And the members can group the items (Put the items into groups). Instead of showing all the items the user owns on the profile, show a link to the inventory option -Limited amount of specific items for sale -Easier way to stock items -Members can gift each other I am not sure if some of these are added already, but I would like to have them Removing items from the shop; Yeah, while it is possible to do, I'm going to add in a new option to "hide" the item on the shop page, so then it won't be listed or possible to buy it, but will remain in peoples inventory. A page for items? If I do more stuff with the items members buy, then yes, I will likely move them to a new page, but for now, am going to work on other stuff. Limited amount of items for sale? For specific member or for all? If so, there is no way to do stock control, not without changing a lot of stuff, or using a super forum key. I decided that I didn't want to go down that route, so made it so that you can limit on how many of that item a member can own. Gifting will come under trading.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 6, 2014 2:05:44 GMT -8
The system seems not to be updated when posting replies from the Tapatalk app or from a browser on my smartphone Plugins don't work for mobile devices. You can try it in desktop view, but it's untested.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 6, 2014 4:11:08 GMT -8
Not a big change on the look, but it's coming along. I decided that you can trade as many items as you want in one trade. I was going to limit it, but I tweak all the HTML and code to allow it. Still a lot to do, but yeah, getting there
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 2, 2024 4:48:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 6, 2014 7:30:25 GMT -8
Not a big change on the look, but it's coming along. I decided that you can trade as many items as you want in one trade. I was going to limit it, but I tweak all the HTML and code to allow it. Still a lot to do, but yeah, getting there I cant wait for trading!!
|
|
inherit
210954
0
Sept 26, 2014 8:35:32 GMT -8
lillyeh
:P
23
July 2014
lillyeh
|
Post by lillyeh on Jul 6, 2014 12:46:35 GMT -8
About the trading system. Can other trade coins for items?
|
|