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 24, 2016 14:04:19 GMT -8
worked this time. Thank you. Is there any way I can get it to grab also their avatar or at least the name of the person who posted it?
|
|
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 24, 2016 14:07:01 GMT -8
worked this time. Thank you. Is there any way I can get it to grab also their avatar or at least the name of the person who posted it? let me see what i can do
|
|
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 24, 2016 14:10:05 GMT -8
youre awesome
|
|
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 24, 2016 15:50:17 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 May 24, 2016 16:30:38 GMT -8
now it says null null null. I've realized if it kind of defeats the purpose of what I need this plugin for if they have to go back to the shoutbox to have it refresh. I wanted it to be like a most recent status to let members know to go check it, or to know something is new. If they have to check it for this to appear, it doesn't really help.
I moved it into a sidebar at the very top to the left.
|
|
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 24, 2016 16:33:52 GMT -8
Can I hide the shoutbox on the forum wrapper and have it appear that way? hmmm novel idea.
|
|
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 24, 2016 16:36:47 GMT -8
Can I hide the shoutbox on the forum wrapper and have it appear that way? hmmm novel idea. yes just wrap a hidden div around it <div style="display:none;"> $[shoutbox]</div>
|
|
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 24, 2016 16:38:33 GMT -8
I used <script> $('.shoutbox').hide('.shoutbox'); </script> on the home page footer to hide a secret shoutbox on he main page ...but now it's appearing as the bottom post instead of the top post.
but your way of doing it is better. Gonna go with your way.
|
|
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 24, 2016 16:45:52 GMT -8
Okay did all that and now they appear, except now that I'm having the problem that though the post appears (and from the bottom not the top like it's supposed to), it's also dragging in the name of the person from shoutbox comments from an interfering plugin: Shoutbox Comments. Regretting helping me yet? I'm so sorry.
|
|
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 24, 2016 16:49:02 GMT -8
Okay did all that and now they appear, except now that I'm having the problem that though the post appears (and from the bottom not the top like it's supposed to), it's also dragging in the name of the person from shoutbox comments from an interfering plugin: Shoutbox Comments. Regretting helping me yet? I'm so sorry. move mine above the "Shoutbox Comments". i'll try to take a look later this week.
|
|
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 24, 2016 16:49:04 GMT -8
If I push your plugin above the Shoutbox Comments it works but has a null in there extra still from the comments plugin. So, I have no problem putting your plugin above the comments, but how do we get rid of the extra null? And make it from the top again instead of the bottom?
Sorry to be such a hassle, and of course. Take your time. You've been working on this all day for me. I really appreciate you taking a stab at it.
|
|
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 25, 2016 6:57:29 GMT -8
If I push your plugin above the Shoutbox Comments it works but has a null in there extra still from the comments plugin. So, I have no problem putting your plugin above the comments, but how do we get rid of the extra null? And make it from the top again instead of the bottom? Sorry to be such a hassle, and of course. Take your time. You've been working on this all day for me. I really appreciate you taking a stab at it. i'm not sure about the null but I think I can correct the other issue. I'll try to have this done by weeks end or beginning of next week
|
|
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 25, 2016 12:34:25 GMT -8
So, update, and don't worry this isn't me trying to rush you on this just trying to keep you informed. I tried disabling the post comments plugin and it did nothing about the null so I don't think that's what it's coming from. Not sure what's going on with that.
|
|
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 5:15:16 GMT -8
So, update, and don't worry this isn't me trying to rush you on this just trying to keep you informed. I tried disabling the post comments plugin and it did nothing about the null so I don't think that's what it's coming from. Not sure what's going on with that. have you modified the shoutbox template in any way? I've realized if it kind of defeats the purpose of what I need this plugin for if they have to go back to the shoutbox to have it refresh. I wanted it to be like a most recent status to let members know to go check it, or to know something is new. If they have to check it for this to appear, it doesn't really help. there's no way to automatically grab the last post of the shoutbox except for where it's visible, hence why you have it hidden on the forum, it won't be visible but will still grab the post since it's still on the page. the plugin simply grab's the last post info from any page it's on and when on a page it's not on it show's the last post via local storage where it's saved at. does that make any sense?
|
|
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 27, 2016 13:40:40 GMT -8
So, update, and don't worry this isn't me trying to rush you on this just trying to keep you informed. I tried disabling the post comments plugin and it did nothing about the null so I don't think that's what it's coming from. Not sure what's going on with that. have you modified the shoutbox template in any way? I've realized if it kind of defeats the purpose of what I need this plugin for if they have to go back to the shoutbox to have it refresh. I wanted it to be like a most recent status to let members know to go check it, or to know something is new. If they have to check it for this to appear, it doesn't really help. there's no way to automatically grab the last post of the shoutbox except for where it's visible, hence why you have it hidden on the forum, it won't be visible but will still grab the post since it's still on the page. the plugin simply grab's the last post info from any page it's on and when on a page it's not on it show's the last post via local storage where it's saved at. does that make any sense? Yes it makes sense. Hiding the shoutbox on the page was my solution to that and it works perfectly because of that. Yes, my shoutbox is modified. <!-- SHOUTBOX REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
<div class="$[shoutbox_class] container full">
<div class="title-bar"><h2><center>Facebook Wall</center></h2></div>
<div class="content">
{if $[welcome_message]}
<div class="pad-all-double content-box shoutbox_welcome_message">
<b>
<div align="center"; style="font-size:35px; font-family: 'Amatic SC', cursive; bold;"><b>$[welcome_message]</b></div>
</div>
{/if}
<div class="shoutbox_container orientation-$[reply_box_position] {if !$[can.post]}no-post{/if}">
<div class="$[shoutbox_posts_class]" style="height: $[height];" aria-live="polite">
{if $[shoutbox_posts]}
$[shoutbox_posts]
{else}
<b>There are no posts here.{if $[can.post]} Start the conversation {if $[reply_box_position] == 'bottom'}below{else}above{/if}!{/if}</b>
{/if}
</div>
{if $[can.post]}
<div class="shoutbox_form_container">
$[shoutbox_form.header]
<div class="shoutbox_form content-box">
$[shoutbox_error]
$[refresh_button]
$[reply_box_buttons]
$[shoutbox_form.message.input]
$[message_character_count]
$[post_button]
$[cancel_button]
</div>
<div class="shoutbox_name" align="right" style="margin-top:-30px; margin-right:12px;">
{if $[shoutbox_form.guest_name.input]}
Shout as: $[shoutbox_form.guest_name.input]
{else}
Shouting as: $[current_user]
{/if}
</div>
$[shoutbox_form.footer]
</div>
{/if}
</div>
</div>
</div>
<!-- SHOUTBOX REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET --> Individual Posts tab: {foreach $[shoutbox_post]}
<div class="$[shoutbox_post.content_class] content-box"{if $[shoutbox_post.edited]} title="$[shoutbox_post.edited]"{/if}>
<table>
<tbody>
<tr>
<td width="60px;" valign="top">
<a href="$[shoutbox_post.created_by.href]" style="float: left; width: 50px;height:50px;margin-right:3px;">$[shoutbox_post.created_by.avatar_small] </a>
</td>
<td valign="top">
<table width="100%">
<tbody>
<tr>
<td valgin="top" style="padding-right:5px;" width="100%">
<div style="font:15px Playfair Display;float:left;">$[shoutbox_post.created_by.name]:</div>
<div class="detailsHelper" style="float:right;"> $[shoutbox_post.ban_button] $[shoutbox_post.edit_button]
$[shoutbox_post.date]
{if $[shoutbox_post.edited]}<span class="edited">*</span>{/if}</div>
</td>
</tr>
<tr>
<td valign="top">
<span class="message" width="100%">$[shoutbox_post.message]</span>
</td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="10">
$[shoutbox_post.delete_button]
</td>
</tr>
</tbody>
</table>
<div class="ui-helper-clearfix"></div>
</div>
{/foreach} It's now showing the bottom post instead of the top post on the shoutbox since there's no longer the option on the plugin to pick top or bottom to grab it from.
|
|