Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 6, 2024 17:15:24 GMT -8
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 8:13:17 GMT -8
Bob - This is easily done through the Sidebar Redux plugin. - Install the Sidebar Redux plugin.
- (If not already) Click into the plugin from the Manage plugins list.
- Click on the Left Sidebar tab.
- Under Settings tick the box for Enabled.
- For Style tick the option for Style 3.
- In the box for Content put this:
<div id="move-shoutbox"></div> - Next click on the plugin's Header/Footer tab.
- In the Footer section add this:
<script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> - Click the Save Changes button.
Let me know how it goes.
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 15:02:39 GMT -8
Looks good, overall, but after I type something in, there is a time reference below the message which is at first not entirely visible, until it reaches the 1 minute mark. First world problem?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 15:12:57 GMT -8
Bob - Try adding this to your forum's global header: <script type="text/javascript"> $(document).ready(function() { // Scroll to bottom of shoutbox messages $('.shoutbox_messages').animate({"scrollTop": $('.shoutbox_messages')[0].scrollHeight}, "slow"); }); </script>
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 15:28:00 GMT -8
That didn't fix it. I notice the same thing at the website I referenced in my OP. This is really extremely minor and I feel like I'm really nitpicking. I will probably not have a heart attack about this.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 15:32:07 GMT -8
Bob - Try reversing the direction (new shouts at top) and see if that makes a difference.
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 15:41:07 GMT -8
How?
I don't think I'd want new messages on top anyway.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 15:44:39 GMT -8
Bob - In the settings for the Shoutbox (Admin > Settings > Forum Settings > Shoutbox tab)
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 16:00:46 GMT -8
That didn't fix anything.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 16:02:55 GMT -8
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 16:08:43 GMT -8
Bob - Oh, give this a try. Go to the plugin: (Admin > Plugins > Manage, Click on Sidebar Redux). Click on the tab for Left Sidebar, then for Left Sidebar Width change the value to 250px. (Scroll down and click Save Changes.) Any better?
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 16:17:45 GMT -8
OK, that fixed it, thank you.
Do I still need that first fix you had me add to my global header, uptopic, or can I delete it from my global header?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 7, 2024 16:18:39 GMT -8
Bob - you should be able to delete it.
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 16:25:52 GMT -8
Done, and everything looks good. Thanks again, Scott.
|
|
Bob
New Member
Posts: 122
inherit
269556
0
Aug 9, 2024 20:46:08 GMT -8
Bob
122
June 2024
robert59
|
Post by Bob on Oct 7, 2024 16:30:08 GMT -8
Okay, so the length of the time stamp message, eg, "about an hour ago", determines whether there's enough width to read it all. Which means the developer of this Plug In might want to look into shortening those messages. Lemme go see if their forum is still active.
|
|