inherit
208780
0
Sept 10, 2024 17:23:11 GMT -8
clemie
125
May 2014
clemie
|
Post by clemie on Mar 29, 2016 18:15:30 GMT -8
Hello, so I want the posted by: to show the npc not the actual person it was posted by, I tried follow what you said a few pages back but I'm afraid it doesn't work for me, not sure if I'm doing it wrong or not, also is it possible to have the tag name show up as the npc as well?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 30, 2016 8:31:35 GMT -8
Hello, so I want the posted by: to show the npc not the actual person it was posted by, I tried follow what you said a few pages back but I'm afraid it doesn't work for me, not sure if I'm doing it wrong or not, also is it possible to have the tag name show up as the npc as well? There is CSS on the first page to remove the Posted By text. It's not possible to tag an NPC using this iteration of the plugin.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Apr 23, 2016 3:06:58 GMT -8
|
|
Former Member
inherit
guest@proboards.com
181302
0
Dec 4, 2024 1:40:45 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 23, 2016 3:38:12 GMT -8
Brian, avalonvalley.boards.net/I have tried your fix to templates, to show the NPC name on board list, but for some odd reason, it will not change the name on main board list, although it does everywhere else. Here's the whole line for that on my board list: {if $[board.last_thread]}<a href="$[board.last_thread.recent_link.href]" class="lastpostthread">$[board.last_thread.subject]</a> by <a href="$[board.last_thread.created_by.link.href]" class="lastpostname">$[board.last_thread.last_post.created_by]</a> <div style="float:right;">$[board.last_thread.last_post.date]</div> Here is from after your fix on page 1: {if $[board.last_thread]}<a href="$[board.last_thread.recent_link.href]" class="lastpostthread">$[board.last_thread.subject]</a> by <a href="$[board.last_thread.created_by.link.href]" class="lastpostname"><span class="npc-user p-$[board.last_thread.last_post.id]">$[board.last_thread.last_post.created_by]</span></a> <div style="float:right;">$[board.last_thread.last_post.date]</div> I have reverted to the original (first one posted).
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 25, 2016 11:53:02 GMT -8
@burkeknight : This is because your template is basically surrounding a link with another link. $[board.last_thread.last_post.created_by] produces a complete links, so placing it inside of another link will cause the browser to correct it (since a link cannot be contained within another link) and move it outside of the element in red below:
With that in mind you can just remove the bit in red and make the modification again and it should work.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Dec 4, 2024 1:40:45 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 25, 2016 12:26:11 GMT -8
Brian, Tried, and no-go. No idea why this is not working for main board list, when does everywhere else. This is how have it now: <a href="$[board.last_thread.created_by.link.href]" class="lastpostname"><span class="npc-user p-$[board.last_thread.last_post.id]">$[board.last_thread.last_post.created_by]</span></a>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 25, 2016 12:41:19 GMT -8
Brian , Tried, and no-go. No idea why this is not working for main board list, when does everywhere else. This is how have it now: <a href="$[board.last_thread.created_by.link.href]" class="lastpostname"><span class="npc-user p-$[board.last_thread.last_post.id]">$[board.last_thread.last_post.created_by]</span></a> You didn't remove the bit I specified.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Dec 4, 2024 1:40:45 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 25, 2016 12:49:32 GMT -8
BrianI did, but must have added back, when copied from the above code I pasted before...LOL That's what I get from not watching clearly, when copying code....LOL
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 25, 2016 14:04:40 GMT -8
Brian I did, but must have added back, when copied from the above code I pasted before...LOL That's what I get from not watching clearly, when copying code....LOL Regardless, success!
|
|
Former Member
inherit
guest@proboards.com
233293
0
Dec 4, 2024 1:40:45 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 12, 2016 11:28:59 GMT -8
This plugin is really great but I have one issue with it! Other people can't see posts made as a NPC! They see my normal account.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Jun 12, 2016 11:58:30 GMT -8
This plugin is really great but I have one issue with it! Other people can't see posts made as a NPC! They see my normal account. On your plugin manage page ( Admin > Plugins > Manage), if you click Edit - is Who can see this plugin set to Everyone (or, at least, to Members & Staff)?
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Jul 20, 2016 23:42:40 GMT -8
Is there a limit to how many NPC's can be made ?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 21, 2016 8:28:25 GMT -8
Is there a limit to how many NPC's can be made ? Technically, yes. The plugin can only hold so much data so even though the autoform allows you to create unlimited NPCs the plugin can eventually reach capacity and prevent you from saving new data you just added if it exceeds that limit. This will ultimately be dependent on how much text you've typed in the plugin settings versus how many NPCs you've made. In the future I'll likely split this plugin into multiple optional parts as the HTML areas are the most massive drain on space when not used sparingly.
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Jul 28, 2016 7:41:02 GMT -8
Is there a limit to how many NPC's can be made ? Technically, yes. The plugin can only hold so much data so even though the autoform allows you to create unlimited NPCs the plugin can eventually reach capacity and prevent you from saving new data you just added if it exceeds that limit. This will ultimately be dependent on how much text you've typed in the plugin settings versus how many NPCs you've made. In the future I'll likely split this plugin into multiple optional parts as the HTML areas are the most massive drain on space when not used sparingly. Oh, Thanks for the answer.
|
|
inherit
227589
0
Jul 10, 2017 12:21:13 GMT -8
NecroBite
5
December 2015
necrobite
|
Post by NecroBite on Aug 12, 2016 11:19:43 GMT -8
so uh... I tried going into the coding to try adding more info fields, out of interest to see if I could make full profiles look more like rp character info sheets. I got a few fields to work, but any more that I added after those 3 refuse to show up in the full profile. but they will in the mini-profile so show up alongside posts, if I add in the "xxx: $[user.xxx]" is there any way to fix this? maybe by changing one of the text boxes into a field so that more info could be put into it?
I don't plan on there being v many npcs on my forum but the ones I do have, I want to include more info on them on their profile page. I've read through this thread, but none of it really helped out. is this just a limitation on the plugin, something that can't be overcome...? [smol note: I'm not code-savvy at all. I tried to look at the patterns of the coding to replicate for new fields, but I may have messed that up]
|
|