inherit
263553
0
Feb 10, 2021 12:18:30 GMT -8
leaf1889
9
February 2021
leaf1889
|
Post by leaf1889 on Feb 8, 2021 13:45:01 GMT -8
How do you add a chatbox on the sidebar?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 8, 2021 15:19:14 GMT -8
|
|
inherit
263553
0
Feb 10, 2021 12:18:30 GMT -8
leaf1889
9
February 2021
leaf1889
|
Post by leaf1889 on Feb 8, 2021 15:54:12 GMT -8
i don't see anything to put the code in the sidebar
|
|
inherit
263553
0
Feb 10, 2021 12:18:30 GMT -8
leaf1889
9
February 2021
leaf1889
|
Post by leaf1889 on Feb 8, 2021 16:00:59 GMT -8
nevermind had to get rid of it messed up my layout
|
|
inherit
264399
0
Dec 18, 2023 8:25:06 GMT -8
eggdog
hmm?
14
May 2021
eggdog
|
Post by eggdog on Jun 5, 2021 8:39:59 GMT -8
How do I add links to my sidebar?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 7, 2021 10:28:29 GMT -8
How do I add links to my sidebar? The sidebar accepts HTML. You can use HTML <a> tags to accomplish this.
|
|
Matte
New Member
Posts: 92
inherit
264111
0
Oct 21, 2024 20:35:25 GMT -8
Matte
92
April 2021
matte
|
Post by Matte on Jun 9, 2021 14:18:19 GMT -8
I can't seem to get my Shoutbox into the sidebar. I've searched for and applied solutions that have worked for others, but can't get it to work for me. The theme I'm using is a work in progress so I can't apply it to the forum in its current state, but I can provide the codes I'm using to try to accomplish this.
[codes removed after issue resolved]
I've tried it using all of the codes I've listed together, I've tried it using only the first two. I've tried different combinations of them all. I'm doing something wrong somewhere, just can't figure out where.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 9, 2021 18:34:55 GMT -8
Matte , the shoutbox move code is looking for a <div> element that looks like this. The classes can be in any order, and there can be even more classes alongside them, but the three below need to be present. Since you've removed the full class from the shoutbox container div no elements on the page match what the code is looking for. You can look at the Shoutbox layout template on most of the other themes on the forum to see what the classes and the rest of the HTML for it originally looked like. If you add the full class back into it Assuming you were using a default theme all you should have to do to move the shoutbox is use the movement code, then create a Style 3 container in the sidebar with the ID move-shoutbox.
|
|
Matte
New Member
Posts: 92
inherit
264111
0
Oct 21, 2024 20:35:25 GMT -8
Matte
92
April 2021
matte
|
Post by Matte on Jun 9, 2021 18:45:12 GMT -8
<div class="container shoutbox full"> Yup, it was that easy! I've been messing with this theme for a while now, so I can't remember what or why I did what I did with the original shoutbox container div. Thanks!
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 8, 2021 3:42:37 GMT -8
I'm confused by an issue I'm having. This plugin is on two of my forums and it works perfectly. I've recently implemented it on another (admin-only theme while testing it out though settings etc are the same as default) yet each box, apart from the first one, is a different size instead of abiding to the specified "Left Sidebar Width" (200px). It seems to size itself depending on width of the title - or content, if no title. I don't know why. The settings are identical as set on my other sites, but they don't have this issue. Doesn't matter which style I use. Have I missed something or is there some CCS glitch somewhere - it's an older site with the problem, whereas the others are much newer?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 8, 2021 14:38:59 GMT -8
I'm confused by an issue I'm having. This plugin is on two of my forums and it works perfectly. I've recently implemented it on another (admin-only theme while testing it out though settings etc are the same as default) yet each box, apart from the first one, is a different size instead of abiding to the specified "Left Sidebar Width" (200px). It seems to size itself depending on width of the title - or content, if no title. I don't know why. The settings are identical as set on my other sites, but they don't have this issue. Doesn't matter which style I use. Have I missed something or is there some CCS glitch somewhere - it's an older site with the problem, whereas the others are much newer? You have CSS near the beginning of Themes > Layout Templates > Home on that theme that's telling the page to make elements with the container class display as inline-block. Since that's the class used by each box in the sidebar the CSS is affecting their display since they normally display as block elements (the default for <div> elements).
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 8, 2021 21:50:51 GMT -8
You have CSS near the beginning of Themes > Layout Templates > Home on that theme that's telling the page to make elements with the container class display as inline-block. Since that's the class used by each box in the sidebar the CSS is affecting their display since they normally display as block elements (the default for <div> elements). Ahhh, thank you! I didn't realise it affected that too. The section needing it is being moved to the Sidebar anyway, so yeah removing that code caused no issues on my test theme. Turned out to be an easy fix. Thanks for the help!
|
|
inherit
265001
0
Mar 14, 2022 18:00:36 GMT -8
cromags21
27
September 2021
cromags21
|
Post by cromags21 on Sept 5, 2021 21:07:27 GMT -8
How do I remove the Sidebar from my custom pages?
it's moving the text on page over and now we have to use a scroll to see the right side of the text on page.
|
|
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,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 5, 2021 22:31:33 GMT -8
How do I remove the Sidebar from my custom pages? it's moving the text on page over and now we have to use a scroll to see the right side of the text on page. Hiding sidebar on specific pages
|
|
Noche
New Member
Noob and newbie
Posts: 108
inherit
155521
0
Dec 15, 2023 6:37:45 GMT -8
Noche
Noob and newbie
108
June 2010
sod
|
Post by Noche on Nov 3, 2021 13:00:30 GMT -8
Hello
I have tried to search for my question but cant seem to find it. Can I somehow add an overview over the PM/personal messages that the current user has and the unread ones?
I found the part where I could insert avatar and name, but my javascript skills are non-existent.
Best regards
|
|