inherit
187984
0
May 15, 2013 22:19:51 GMT -8
Gibby
408
January 2013
gibby
|
Post by Gibby on Jul 9, 2015 22:18:33 GMT -8
hi all of a sudden my smilies in the quick reply disappeared the default ones are there but not the others i installed the up to date version to see if that would fix it and its still the same please assist gibbysplace.freeforums.net/If you've recently disabled your shoutbox then please read the "TIPS" section in the first post of this thread for the reason and the remedy. Version 0.9.9 (not in library) which incorporated a request in this post offers an alternative not involving the shoutbox, if interested in that solution I'll gladly provide details. If I am misunderstanding the problem you've described then feel free to set me on the correct path. Tips- If you define custom smiley emoticons in your admin panel this plugin has no access to that data so if you wish those custom smileys to show up in the plugin then enable the shoutbox so the plugin can grab them from the shoutbox, you can still hide the shoutbox, if that is what you wish, by editing the shoutbox template so it becomes hidden but remains enabled
see spoiler for an alternate explanation
thanks i put that code in the enabled the sb again and its working, but i can still see the sb?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 10, 2015 22:49:33 GMT -8
click the "if that is what you wish" link
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 11, 2015 6:39:34 GMT -8
click the "if that is what you wish" link Error: Link does not existGibby , I'm not seeing a shoutbox when viewing your forum as a guest yet I see the underlying shoutbox data (including the smileyList) being supplied to the page so it looks like you may have additional template mods which removes it for guests (not just hide through CSS since it does not even appear in HTML source). If you post what you have for the template that should help to pinpoint the problem, there are quite a few incidents in this very thread where the omittance or incorrect placement of a quotation mark, for example, proved to be the difference between success and failure.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 11, 2015 14:06:13 GMT -8
weird.. I swear I saw a cursor change...
|
|
Former Member
inherit
guest@proboards.com
185676
0
Dec 2, 2024 5:25:48 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 27, 2015 9:30:44 GMT -8
Eton I am having the same problems as Gibby. I have the Shoutbox in my Layout Template set to Display None but it still shows up. If I disable it then my Regular Smilies will not show up in the Quick Reply. chrissystutorials.proboards.com/
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 27, 2015 18:26:07 GMT -8
Eton I am having the same problems as Gibby. I have the Shoutbox in my Layout Template set to Display None but it still shows up. If I disable it then my Regular Smilies will not show up in the Quick Reply. chrissystutorials.proboards.com/@christine1966, in your situation I can actually see the shoutbox when viewing the forum as well as see an obvious mistake that was made when someone edited the layout template. If you post what you currently have for the template that should help to pinpoint the problem, there are quite a few incidents in this very thread where the omittance or incorrect placement of a quotation mark, for example, proved to be the difference between success and failure.
|
|
Former Member
inherit
guest@proboards.com
185676
0
Dec 2, 2024 5:25:48 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 28, 2015 7:04:26 GMT -8
Sure here you go Eton. I assume you mean the Shoutbox template. <div class="$[shoutbox_class] container full">style ="display:none"> <div class="title-bar"><h2>Shoutbox</h2></div> <div class="content"> {if $[welcome_message]} <div class="pad-all-double content-box shoutbox_welcome_message"> $[welcome_message] </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_name"> {if $[shoutbox_form.guest_name.input]} Shout as: $[shoutbox_form.guest_name.input] {else} Shouting as: $[current_user] {/if} </div> <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> $[shoutbox_form.footer] </div> {/if} </div> </div> </div>
|
|
Former Member
inherit
guest@proboards.com
185676
0
Dec 2, 2024 5:25:48 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 28, 2015 7:55:22 GMT -8
Thank you MSG that fixed it.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 28, 2015 15:22:13 GMT -8
<div class="$[shoutbox_class] container full">style ="display:none">(only needed to overwrite that angle bracket I colored red with a space) It may have appeared to work @christine1966 but is in fact working too well. The style as it shows in the image is meant to be an inline attribute thus hiding only the shoutbox. If you examine your forum now you'll see that not only the shoutbox has disappeared but also a number of things that normally follow the shoutbox such as your copyright notice and more importantly the bottom ad along with the "This forum hosted for FREE..." which cannot be removed unless you are paying for ad-free service. You'll also find that some of your scripts such as Extra Smilies and IP Lookup, may have stopped working. All that needed to be done was to replace that red > with a space so it looks like the line in the posted picture.
|
|
Former Member
inherit
guest@proboards.com
185676
0
Dec 2, 2024 5:25:48 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 29, 2015 7:06:21 GMT -8
Eton I didn't even notice that afterwards. That fixed it and everything is back as it should be.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 31, 2015 10:41:38 GMT -8
And for lending a hand too Lynx, it's good to see someone willing to ...besides {{Wormo}}
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Jul 31, 2015 14:04:24 GMT -8
Thank you, Chris. But, my solution was wrong.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 31, 2015 14:30:24 GMT -8
And the next time you will know that the solution was too aggressive, see the trend? Your willingness to help (and learn from your own mistakes and the mistakes of others) has already made you a better helper.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 31, 2015 15:27:57 GMT -8
I been slacking lately... too much work stuff
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 31, 2015 17:28:51 GMT -8
|
|