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 Jun 29, 2014 0:34:15 GMT -8
For me I find that the shop items don't look too big on the profile, but either way. They mentioned the Max-width/Height thing and I know that that is out now, even if not three different settings like they want
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2014 7:09:11 GMT -8
Lovely! However, trading is not working (at least in the last release, as announced), and allowing members to trade items and gift each other,is all it needs to be perfect! Can't wait for the next release! Trading isn't released yet
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2014 7:10:30 GMT -8
peterdo you mean this? Because I have no idea how to implement the below onto the site. xD Integrating Into Custom Profile & Mini Profile Templates
If you need to display the profile items in a different place, then you can use an element with the id "monetary_shop_items".
if you need to display the items in the mini profile somewhere else, then you can use an element with the class name of "monetary_shop_items". You need to edit the profile template and add an element with the id of "monetary_shop_items". i.e <div id="monetary_shop_items"></div>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2014 7:11:26 GMT -8
I noticed you put the image size for both shop view and profile view the same. How come? I think having smaller images in profile is better and having slightly larger in the shop would make sense. Then don't set any widths in the settings, override them via CSS.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2014 7:11:59 GMT -8
Link me to the thread where you see that.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2014 7:14:21 GMT -8
ok, so a few people discussing image size settings...
It's staying as it is. The way it's done in 0.4.2 is not changing.
- Settings for mini profile - Settings for profile and shop
If you don't want the images sized for a specific page (i.e shop), then don't set any size in the settings, target them via CSS. Same goes for the profile, if you want bigger or small images and don't want the shop images changed, then target the ones on the profile page with CSS.
|
|
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 Jun 29, 2014 7:18:18 GMT -8
Peter! I had an idea that I don't know if you'd be able to implement.
Would it be possible to make an option for items that "grow" given time or posts.
Eg it starts as say an egg. Joe Bloggs makes say 10 posts. The egg starts to hatch. After say 100 Post the egg breaks open and after say 100 posts they see a new pet if this makes sense?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2014 7:21:40 GMT -8
Peter! I had an idea that I don't know if you'd be able to implement. Would it be possible to make an option for items that "grow" given time or posts. Eg it starts as say an egg. Joe Bloggs makes say 10 posts. The egg starts to hatch. After say 100 Post the egg breaks open and after say 100 posts they see a new pet if this makes sense? Definitely possible. Do you have any example images at certain stages? Not sure if it would be good for this plugin, but you could sell the egg in the shop, then another plugin could pickup on that and then do the whole hatching and grow stuff.
|
|
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 Jun 29, 2014 7:29:41 GMT -8
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 1, 2024 20:54:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 29, 2014 8:33:52 GMT -8
ok, so a few people discussing image size settings... It's staying as it is. The way it's done in 0.4.2 is not changing. - Settings for mini profile - Settings for profile and shop If you don't want the images sized for a specific page (i.e shop), then don't set any size in the settings, target them via CSS. Same goes for the profile, if you want bigger or small images and don't want the shop images changed, then target the ones on the profile page with CSS. Im not an expert in css. Where would I go to change the profile item size? I know it may of already been said but I just want to make sure i'm doing it right. I haven't had much luck with altering css in the past. ^^
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Jun 29, 2014 10:32:19 GMT -8
|
|
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 Jun 29, 2014 21:38:51 GMT -8
Peter - is there any way I could add some code in to stop the monetary shop system new lining automatically in the miniprofile?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 30, 2014 2:24:26 GMT -8
Peter - is there any way I could add some code in to stop the monetary shop system new lining automatically in the miniprofile? Unfortunately not. You either would need to edit the mini profile template and use the custom class to position it, or fake it... .mini-profile .monetary_shop_items {
position: relative; top: -15px; }
|
|
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 Jun 30, 2014 2:26:12 GMT -8
I am actually using the miniprofile custom class - its just that its ignoring the instruction that the width is 840px for that field edit: Nm got it to all go on one row, now is there any way to force it to show on the left rather then to the right as text-align: left isn't working
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 30, 2014 2:31:07 GMT -8
I am actually using the miniprofile custom class - its just that its ignoring the instruction that the width is 840px for that field Width is 840px? Woah, that's one big mini profile Maybe link me to something I can see so I can get a better idea
|
|