Former Member
inherit
guest@proboards.com
244427
0
Nov 21, 2024 19:26:04 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 24, 2017 8:11:37 GMT -8
Hello, i've done all the intallation guidlines but when i try using Example 2 , i get this error : Error-1 mp-info-holder (The plugin version is 1.1.1) Plugins that might interfer: NPC Profiles : V,1.0.2 Site: ugbase.boards.net Make sure you have the correct theme selected in the Current Theme dropdown at the top of the Mini-Profile layout template before adding that element to it. Templates are theme-specific. Thanks, i solved it
|
|
Amy
New Member
Anything unrelated to elephants is irrelephant.
Posts: 33
inherit
251934
0
Apr 23, 2018 5:31:13 GMT -8
Amy
Anything unrelated to elephants is irrelephant.
33
January 2018
amyalsandair
|
Post by Amy on Jan 22, 2018 7:37:56 GMT -8
If you add this to the Javascript component of any of your mini-profiles it should hopefully populate the HTML you added. I did that, but money info does not show up. Here's a link to a thread: pokeshuffle.proboards.com/thread/21/maroon-trail-659-660 (info should appear on the back side) Btw, thank you for this wonderful plugin! Edit: just found out that Level Up Meter plugin doesn't work either. Edit2: nevermind. I just had to place Custom Mini Profile Creator plugin above the others! ^^'
|
|
inherit
241095
0
Jan 13, 2019 12:48:01 GMT -8
jupitus
2
January 2017
jupitus
|
Post by jupitus on Jan 24, 2018 0:06:53 GMT -8
I solved the problem! Sorry for very very late!
|
|
Amy
New Member
Anything unrelated to elephants is irrelephant.
Posts: 33
inherit
251934
0
Apr 23, 2018 5:31:13 GMT -8
Amy
Anything unrelated to elephants is irrelephant.
33
January 2018
amyalsandair
|
Post by Amy on Jan 30, 2018 6:05:38 GMT -8
Hi!
First of all, I love your plugin and it's been a great option for spending our forum's money.
I'd like to know which powers the staff should have so they would also be able to apply themes to other members. ^^
Thanks in advance.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 30, 2018 8:56:41 GMT -8
Hi! First of all, I love your plugin and it's been a great option for spending our forum's money. I'd like to know which powers the staff should have so they would also be able to apply themes to other members. ^^ Thanks in advance. Staff with the Edit Profiles permission should be able to apply mini-profile themes to users as those staff will have the ability to edit what's selected in a user's custom fields.
|
|
inherit
242619
0
Jul 7, 2019 14:10:29 GMT -8
ScrewDriver
10
March 2017
jokerface
|
Post by ScrewDriver on Feb 19, 2018 8:19:41 GMT -8
Hi, I installed your plugin in hopes of being able to add the stars and some extra text fields for the mini-profiles, since the theme I'm using doesn't provide those as shown in the picture below. However, I'm beginning to notice that I don't completely understand what I'm supposed to do and maybe I'm not that good with coding as I have thought before. I've followed the instructions you've provided, yet nothing happens. Did I not need to add this plugin, or is it something I'm doing wrong? When choosing which example to use in my profile, I've tried to choose options 1 or 2, yet the profile doesn't change to those. Should I add something to the Themes > Layout Templates > Mini-Profile or what is it that I don't understand? I apologize in advance if this is a stupid question and if you feel like I'm wasting your time. You can find my forum here.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 20, 2018 9:14:00 GMT -8
ScrewDriver, the purpose of this plugin is to grant individual users the ability to have completely different mini-profiles than the one that's used in whichever theme they're currently on. If you're just looking to add stars to the existing mini-profile you should modify Themes > Layout Templates > Mini-Profile to add stars and text fields to the theme's mini-profile instead of using my plugin as it's not needed to make that modification. I would recommend posting in the Templates board if you need further assistance with the template modification required to make that change.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 27, 2018 13:43:57 GMT -8
BrianI'm not sure when this problem began or what might have caused it as I only recently noticed it. I use this plugin to cause "badges" to show up in mini-profiles when various custom profile fields are checkmarked or otherwise filled out/active. They have worked since I first installed it and coded it with your help, but I see now that it is no longer working. For example, this is part of the JS I have in the plugin: // OTM Winner // if(user.otmwinner) $(this).find('.otmwinnerbadge').append('<a href="http://alcryst.forums.net/thread/41" target="_blank"><img title="OTM Winner - 1 or more Of The Month awards" src="http://elite-equestrian.com/brady/files/BadgeOTMWinner.png"></a>'); And here is this specific code's corresponding bit in the mini-profile: <span class="otmwinnerbadge"></span> From what I can see, none of the badges caused by this plugin are working anymore. I'm not sure if it's a plugin conflict perhaps? (I can give you permission through a forums.net ticket to mess with my forum if you need)
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 27, 2018 14:11:26 GMT -8
₪» ⅀ ƪ Ƒ «₪, going by console errors alone I'm pretty sure the last line of this part is responsible: // creates a single line comment. It's not used to close comments. You would use /* to open a multiple line comment and */ to close it just like in CSS. So the closing braces on the last line are still rendering and causing an error because the parser doesn't know what to do with them. With the way it's currently formatted this is what it sees when it reaches these lines:
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 27, 2018 14:18:53 GMT -8
Ohhh goodness. Goes to show what JS ignorance can do to a simple little code x.x Sorry about that, thank you for educating me, I'll keep that in mind! I knew CSS and HTML had different ways to comment out code so I figured the // was JS' form, I'm glad to be informed otherwise and know how to handle it next time. As you probably guessed, all is fixed now. :)
|
|
inherit
254836
0
Jun 24, 2023 23:53:29 GMT -8
sau226
21
May 2018
sau226
|
Post by sau226 on May 8, 2018 4:15:23 GMT -8
Does anyone have say a code example from this board that lets me go and make a small verified icon a bit like the staff icons on here show up for a group? I dare say that with a small bit of modification the one from here might work.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 8, 2018 8:02:52 GMT -8
Does anyone have say a code example from this board that lets me go and make a small verified icon a bit like the staff icons on here show up for a group? I dare say that with a small bit of modification the one from here might work. All we're doing on here to accomplish it is adding relative position CSS to the mini-profile, then adding an absolute positioned image using JS if their group name matches the one we specify. This is done using the special Default mini-profile in the plugin which gets added for everyone regardless of whether or not they have a mini-profile theme selected.
|
|
inherit
254836
0
Jun 24, 2023 23:53:29 GMT -8
sau226
21
May 2018
sau226
|
Post by sau226 on May 10, 2018 4:41:58 GMT -8
Thanks a lot. Sorry but are there say any extra bits for me to add say an on hover tag or something?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 10, 2018 7:46:58 GMT -8
|
|
inherit
247066
0
Aug 26, 2024 20:13:37 GMT -8
Hiro
20
July 2017
scouthiro
|
Post by Hiro on Jun 11, 2019 22:41:33 GMT -8
Any chance that this plugin will be updated for v6?
|
|