inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on May 27, 2016 18:44:11 GMT -8
I'll post an update for it in the morning. I'll attempt to use your template mod to see you what may be the issue. Edit: Tiffy-Bean try this version: Move Last Shoutbox Post.pbp (1.07 KB)V. 1.2.0 also could you try and reset your shoutbox to template to default (backup your template first) and let me know if you still get the NULL or not as that might help me to determine if your custom template could be part of the issue.
|
|
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 May 28, 2016 22:30:27 GMT -8
I'll post an update for it in the morning. I'll attempt to use your template mod to see you what may be the issue. Edit: Tiffy-Bean try this version: V. 1.2.0 also could you try and reset your shoutbox to template to default (backup your template first) and let me know if you still get the NULL or not as that might help me to determine if your custom template could be part of the issue. I reset it back to proboards default shoutbox and it's still giving me the null. returned it to my layout mods. The moving things to top posts worked. So, now the only issue is the null. If I inspect the element on the null it's coming up as a.undefined I also tried disabling all other plugins and I still get it. So, it has to do with something else.
|
|
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 May 28, 2016 22:46:43 GMT -8
I also tried setting the theme back to default (before my mods) and it still gives me it within the theme I was using and then back to proboards default. I don't understand why I'm getting this null.
Is it trying to return an image? Like an avatar? Cause that might be what the null is if that's what you have set up in the code.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on May 29, 2016 6:41:57 GMT -8
I also tried setting the theme back to default (before my mods) and it still gives me it within the theme I was using and then back to proboards default. I don't understand why I'm getting this null. Is it trying to return an image? Like an avatar? Cause that might be what the null is if that's what you have set up in the code. when you see the Null does the user who last posted have a flash avatar or image? I'll attempt to look at this by Tues. As i go to the library to get online and they're closed til Tues. Edit: at a glance that line is supposed to recreate the the link that shows who posted. Either way I'll do some testing when I can.
|
|
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 May 29, 2016 11:01:19 GMT -8
I also tried setting the theme back to default (before my mods) and it still gives me it within the theme I was using and then back to proboards default. I don't understand why I'm getting this null. Is it trying to return an image? Like an avatar? Cause that might be what the null is if that's what you have set up in the code. when you see the Null does the user who last posted have a flash avatar or image? I'll attempt to look at this by Tues. As i go to the library to get online and they're closed til Tues. Edit: at a glance that line is supposed to recreate the the link that shows who posted. Either way I'll do some testing when I can. no avatar or image shows up at all. It's okay. I understand on time limitations and everything. It shows up exactly like this:
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Jun 3, 2016 8:14:13 GMT -8
|
|
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 Jun 3, 2016 9:31:15 GMT -8
That made the avatar appear (ooooOooOOoO love it lol) but it still has the null. Guess it's not the picture after all.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Jun 3, 2016 9:43:53 GMT -8
That made the avatar appear (ooooOooOOoO love it lol) but it still has the null. Guess it's not the picture after all. its the link that shows who posted that's the issue. I'll try working on it this weekend when I have time.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Jun 4, 2016 12:15:24 GMT -8
Tiffy-Bean , the issue it coming from your custom shoutbox template mod try this: find this line: <div style="font:15px Playfair Display;float:left;">$[shoutbox_post.created_by .name]:</div> and remove the BOLD so it's just: <div style="font:15px Playfair Display;float:left;">$[shoutbox_post.created_by]:</div> that'll fix the issue
|
|
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 Jun 4, 2016 13:29:40 GMT -8
Tiffy-Bean , the issue it coming from your custom shoutbox template mod try this: find this line: <div style="font:15px Playfair Display;float:left;">$[shoutbox_post.created_by .name]:</div> and remove the BOLD so it's just: <div style="font:15px Playfair Display;float:left;">$[shoutbox_post.created_by]:</div> that'll fix the issue worked. Sorry it was something stupid and small on my end. I appreciate all the effort you put in and I love this plugin.
|
|