inherit
225244
0
Apr 30, 2021 23:09:48 GMT -8
njrk97
11
September 2015
njrk97
|
Post by njrk97 on Apr 17, 2021 22:51:35 GMT -8
While i have been trying to learn progress has been slow and i figured at this point it would just be better to ask others far more experienced then me.
I'm trying somewhat to recreate the functionality of this plugin www.proboards.com/library/plugins/item/556 as while that plugin is handy, its ranking up system is strictly locked to post count and i wanted to transition it over to the Monetary plugin system instead, since the code is not open source i elected to instead try and create a plugin with similar functionality.
While i have several question for now ill ask one of the most core and basic ones i have not quite figured out.
What would be the best way to create a bar that goes below each users mini profile, so that every individual user, regardless of what theme they are using, has a bar. That way i have the framework i need to start messing with other code stuff itself and have it show up below everyone's miniprofile.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Apr 26, 2021 20:06:56 GMT -8
I'm trying somewhat to recreate the functionality of this plugin www.proboards.com/library/plugins/item/556 as while that plugin is handy, its ranking up system is strictly locked to post count and i wanted to transition it over to the Monetary plugin system instead The Level Up plugin is inspired by a header/footer code from an older version of Proboards and that code was also locked to post count. You can however "trick" the Level Up plugin into using the money total by editing the mini-profile of the theme as described in the Monetary support thread and adding a hidden secondary money amount display preceded by the text "Posts: " thus getting the Level Up plugin to grab that value rather than the actual post totals value that comes after it in the mini-profile If that does not suffice then you can create your own div in the miniprofile and simply add a CSS gradient to it
|
|
inherit
225244
0
Apr 30, 2021 23:09:48 GMT -8
njrk97
11
September 2015
njrk97
|
Post by njrk97 on Apr 28, 2021 21:03:45 GMT -8
I'm trying somewhat to recreate the functionality of this plugin www.proboards.com/library/plugins/item/556 as while that plugin is handy, its ranking up system is strictly locked to post count and i wanted to transition it over to the Monetary plugin system instead The Level Up plugin is inspired by a header/footer code from an older version of Proboards and that code was also locked to post count. You can however "trick" the Level Up plugin into using the money total by editing the mini-profile of the theme as described in the Monetary support thread and adding a hidden secondary money amount display preceded by the text "Posts: " thus getting the Level Up plugin to grab that value rather than the actual post totals value that comes after it in the mini-profile If that does not suffice then you can create your own div in the miniprofile and simply add a CSS gradient to it Thank you Very much for the help, that works like a charm.
|
|