#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 9, 2018 9:19:04 GMT -8
Hello c: I was curious is there a way to remove this; I tried searching through the thread but didn't really find an answer unless I overlooked it sorry. Based on my tests the Monetary System plugin is adding that information to the mini-profile. I suggest going into Plugins > Manage in your admin area and reordering the plugins so that the NPC Profiles plugin comes after the Monetary System plugin. That way the Monetary System plugin will add its information to your mini-profile instead of the NPC mini-profile it's being replaced with since the NPC mini-profile won't exist on the page yet at the time that information is being added.
|
|
inherit
251916
0
Aug 7, 2019 10:45:16 GMT -8
sam8432
6
January 2018
sam8432
|
Post by sam8432 on Mar 3, 2018 15:40:22 GMT -8
Hi,
Recently all of the members on my site, legomessage.boards.net, lost access to their NPC profiles because the sword icon that is usually used to enable them has disappeared. Do you know why this is?
Thank you!
|
|
inherit
230464
0
Feb 18, 2023 17:22:41 GMT -8
mellotangelo
32
April 2016
mellotangelo
|
Post by mellotangelo on Mar 3, 2018 18:43:14 GMT -8
Hi, Recently all of the members on my site, legomessage.boards.net, lost access to their NPC profiles because the sword icon that is usually used to enable them has disappeared. Do you know why this is? Thank you! Hey all! Came here to say the same thing. Do let me know if there is any way to fix it. My members and I love this plugin, so thank you all for your work on it.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Mar 5, 2018 9:10:14 GMT -8
Hi, Recently all of the members on my site, legomessage.boards.net, lost access to their NPC profiles because the sword icon that is usually used to enable them has disappeared. Do you know why this is? Thank you! Hey all! Came here to say the same thing. Do let me know if there is any way to fix it. My members and I love this plugin, so thank you all for your work on it. Same problem here. It didn't disappear completely, just moved to the right bottom of the page which is very inconvenient.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 5, 2018 9:31:03 GMT -8
|
|
inherit
230464
0
Feb 18, 2023 17:22:41 GMT -8
mellotangelo
32
April 2016
mellotangelo
|
Post by mellotangelo on Mar 5, 2018 11:11:20 GMT -8
I didn't actually know that you could access the NPC profiles at the bottom right of the screen until yesterday, when one of my members pointed it out to me. Thankfully that works well, but what's missing for us is the sword icon at the end of a post. Without it, if we make a mistake with our NPC profiles, we can't change it. Strangely enough, I just found out that some topics have it, and some don't. I was wondering if my blacklisted categories had to do it with it, but removing them didn't change anything. Thank you for your help!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 5, 2018 12:11:22 GMT -8
Thanks, mellotangelo. I dunno why I didn't get as far as investigating the buttons in the posts considering that's likely used way more than the PBN bar button. I think I know why this is happening. On February 20th there was a code push that fixed how certain plugin data saves when it comes to any checkboxes, dropdowns, etc. plugin authors include in the plugin components. But because it saved a different way when I first created the plugin I always had it check against whether or not your selections for the blacklist settings returned a value at all since no selection returned null. Now that those settings always return an array the plugin always goes into whitelist mode because the array exists and assumes that you can't post in those boards because it's reading the board list in the plugin settings as a whitelist. I'll try to get an update out today, but for the time being I think changing the dropdown to Whitelist and adding all of the boards users are allowed to apply NPCs in to the whitelist should restore functionality for now. Tagging sam8432 and Eclipse to review the above as well.
|
|
inherit
251916
0
Aug 7, 2019 10:45:16 GMT -8
sam8432
6
January 2018
sam8432
|
Post by sam8432 on Mar 5, 2018 15:25:14 GMT -8
Thanks, mellotangelo. I dunno why I didn't get as far as investigating the buttons in the posts considering that's likely used way more than the PBN bar button. I think I know why this is happening. On February 20th there was a code push that fixed how certain plugin data saves when it comes to any checkboxes, dropdowns, etc. plugin authors include in the plugin components. But because it saved a different way when I first created the plugin I always had it check against whether or not your selections for the blacklist settings returned a value at all since no selection returned null. Now that those settings always return an array the plugin always goes into whitelist mode because the array exists and assumes that you can't post in those boards because it's reading the board list in the plugin settings as a whitelist. I'll try to get an update out today, but for the time being I think changing the dropdown to Whitelist and adding all of the boards users are allowed to apply NPCs in to the whitelist should restore functionality for now. Tagging sam8432 and Eclipse to review the above as well. They work now. Thank you so much!
|
|
inherit
230464
0
Feb 18, 2023 17:22:41 GMT -8
mellotangelo
32
April 2016
mellotangelo
|
Post by mellotangelo on Mar 5, 2018 16:26:36 GMT -8
Thanks, mellotangelo . I dunno why I didn't get as far as investigating the buttons in the posts considering that's likely used way more than the PBN bar button. I think I know why this is happening. On February 20th there was a code push that fixed how certain plugin data saves when it comes to any checkboxes, dropdowns, etc. plugin authors include in the plugin components. But because it saved a different way when I first created the plugin I always had it check against whether or not your selections for the blacklist settings returned a value at all since no selection returned null. Now that those settings always return an array the plugin always goes into whitelist mode because the array exists and assumes that you can't post in those boards because it's reading the board list in the plugin settings as a whitelist. I'll try to get an update out today, but for the time being I think changing the dropdown to Whitelist and adding all of the boards users are allowed to apply NPCs in to the whitelist should restore functionality for now. Tagging sam8432 and Eclipse to review the above as well. They work now. Thank you so much! Yup, that did the trick. It's great to have it back! Thank you for your help, and for making the plugin in the first place!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 5, 2018 18:39:47 GMT -8
sam8432, mellotangelo, Eclipse: Version 1.1.4 has now been accepted to the library. This should fix the issue without having to perform the whitelist workaround. Once you have the latest version installed you can change the dropdown back to Blacklist, remove all the boards from the blacklist, and add in any that are meant to be blacklisted.
|
|
inherit
230464
0
Feb 18, 2023 17:22:41 GMT -8
mellotangelo
32
April 2016
mellotangelo
|
Post by mellotangelo on Mar 6, 2018 8:27:46 GMT -8
sam8432 , mellotangelo , Eclipse : Version 1.1.4 has now been accepted to the library. This should fix the issue without having to perform the whitelist workaround. Once you have the latest version installed you can change the dropdown back to Blacklist, remove all the boards from the blacklist, and add in any that are meant to be blacklisted. Thank you! Just to clarify, if I download this update, it won't reset my settings or get rid of my NPCs, will it?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 6, 2018 8:50:55 GMT -8
sam8432 , mellotangelo , Eclipse : Version 1.1.4 has now been accepted to the library. This should fix the issue without having to perform the whitelist workaround. Once you have the latest version installed you can change the dropdown back to Blacklist, remove all the boards from the blacklist, and add in any that are meant to be blacklisted. Thank you! Just to clarify, if I download this update, it won't reset my settings or get rid of my NPCs, will it? As long as you still have the previous version installed it should prompt you to import your key data and your plugin settings from the previous version.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Mar 16, 2018 11:11:27 GMT -8
Brian thank you for your help!
|
|
Xesna
New Member
Calamity is the touchstone of a brave mind.
Posts: 61
inherit
163376
0
May 8, 2021 20:19:53 GMT -8
Xesna
Calamity is the touchstone of a brave mind.
61
February 2011
xesna
|
Post by Xesna on Mar 20, 2018 10:03:32 GMT -8
I would rather much enjoy your plugin, however, I don't have the pleasure of doing so. The icon and your other method is not seen anywhere. I've tested the usage for a hour or two, but couldn't seem to have it available. Do you know the reason to why?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 20, 2018 10:12:14 GMT -8
Xesna, can you provide the link to the forum you're having this issue on?
|
|