Dyzz
New Member
Posts: 44
inherit
147981
0
Oct 2, 2019 9:49:15 GMT -8
Dyzz
44
October 2009
caelum
|
Post by Dyzz on Oct 12, 2014 9:57:58 GMT -8
I'm struggling with this code, I have a mini-profile customized, as well as custom profile fields, and have tried coding this into the area I need it to be in, in my mini-profile, but I can't seem to get it in place. I'm not sure what I'm doing wrong, I've tried a variety of different ways to code this in, from div class, to span class. My site: egyptianwarriors.proboards.com/
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 19, 2014 8:31:05 GMT -8
Dyzz, I don't see the plugin on your forum anymore. If you still need help with this, let me know
|
|
inherit
222990
0
Nov 25, 2018 12:40:21 GMT -8
Leyuna Avarae
17
July 2015
genesisstone
|
Post by Leyuna Avarae on Jul 17, 2015 21:13:49 GMT -8
I need stats that go up only for specific boards that Dungeon masters can monitor. Is there any way you could do something like that?
|
|
inherit
222856
0
Apr 9, 2016 12:18:46 GMT -8
lateral.tech
7
June 2015
unplugged
|
Post by lateral.tech on Aug 20, 2015 9:46:16 GMT -8
Peter Is there any way to edit the stats? Kinda like the karma plugin or monetary system plugin.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 20, 2015 10:28:53 GMT -8
lateral.techNope, it's just a simple plugin that is based on post count like the pre v5 days.
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Jul 8, 2017 14:01:25 GMT -8
Hi Peter ! Is there any way of editing the look of these stats a little more. You say that we can edit them using the custom element simple-rpg-stats? I'm a bit new to using plugins so sorry to sound stupid but could you explain this a little more to me? What do I have to put where in the mini profile so that I can edit the look of the stats? The stats themselves are awesome. I don't want or need to make them more complicated. I'm just trying to make a custom mini profile and looking to make them look snazzy? Hope you can help
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Jul 9, 2017 16:21:43 GMT -8
Hi Peter ! Is there any way of editing the look of these stats a little more. You say that we can edit them using the custom element simple-rpg-stats? I'm a bit new to using plugins so sorry to sound stupid but could you explain this a little more to me? What do I have to put where in the mini profile so that I can edit the look of the stats? The stats themselves are awesome. I don't want or need to make them more complicated. I'm just trying to make a custom mini profile and looking to make them look snazzy? Hope you can help Hi, sorry - still struggling with the above if anyone can help?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 11, 2017 3:12:31 GMT -8
You can add the element with that class and then style the way the stats look. Just add the element to the mini profile template, and the plugin should be able to fine it and populate it with the stats.
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Jul 11, 2017 9:15:22 GMT -8
You can add the element with that class and then style the way the stats look. Just add the element to the mini profile template, and the plugin should be able to fine it and populate it with the stats. Hi Peter, sorry but can you dumb that down at all? By element do you mean $[elementname] <-- this thing? Is that an element? Or do you mean a div class? And if the RPG Stat is called Strength (for example) do I need to call it simple_rpg_stats_strength or just strength? Sorry to sound like an idiot but if you could give me an example of the code I need to put in the miniprofile for it to pick up the details, that would be much appreciated. Thanks,
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 12, 2017 1:42:39 GMT -8
JD, Unfortunately you can't target each stat. The element is for all of them (it acts as a wrapper around them). So all you need to do is add an element with the class "simple-rpg-stats". In theory you shouldn't even need to do this unless you want to move the stats around, as it should already have the class. Maybe link me to your forum so I can double check that. If it doesn't have the class or you want to move them around, then use something like this... <div class="simple-rpg-stats"></div> The code will try and find it for each mini profile and fill it in with their stats.
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Jul 12, 2017 4:35:49 GMT -8
JD , Unfortunately you can't target each stat. The element is for all of them (it acts as a wrapper around them). So all you need to do is add an element with the class "simple-rpg-stats". In theory you shouldn't even need to do this unless you want to move the stats around, as it should already have the class. Maybe link me to your forum so I can double check that. If it doesn't have the class or you want to move them around, then use something like this... <div class="simple-rpg-stats"></div> The code will try and find it for each mini profile and fill it in with their stats. Ah thanks Peter, That's all I needed to know. I was kind of hoping to change them individually so I could put them in inside their own div boxes for customization so if that's not doable then I'll just have to a have a looksie and rethink things a little. But thanks for your help with the div tag. I'll use it if I can Many thanks for your help!
|
|
inherit
255032
0
Aug 17, 2018 5:42:48 GMT -8
scaison3406
7
May 2018
scaison3406
|
Post by scaison3406 on May 17, 2018 7:51:15 GMT -8
I don't know if Peter is still around, I don't think so, But I need help with this. I am trying to use this plugin, but it isn't showing on the profile and I just don't know what to do. KoZ
This is my site. I just cannot figure out where to put the code to get it to show on the Profile. Any help would be greatly appreciated! I would like it Above the Experience because I want it to show as Level for my RPG site.
|
|
inherit
255032
0
Aug 17, 2018 5:42:48 GMT -8
scaison3406
7
May 2018
scaison3406
|
Post by scaison3406 on Jun 18, 2018 10:19:06 GMT -8
Still need help with this. I have it disabled at the moment, but I can't get it to work. Any help would be appreciated.
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 2, 2022 18:41:18 GMT -8
it don't show up for me, i dunno
|
|
inherit
269533
0
Jun 30, 2024 0:11:35 GMT -8
motherseriesrpg
2
June 2024
motherseriesrpg
|
Post by motherseriesrpg on Jun 9, 2024 0:40:48 GMT -8
Hi there Peter, I was wondering, could you please add the source code for this Plug-in if possible, on its GitHub perhaps? I need to add a maximum level/stat cap to it, and I know it's As-Is, I don't want to bother ya! But I would really appreciate if the source was added so people could tweak it as they need. Thanks so much for providing this plug-in and for taking the time to read my post, either way!
|
|