Water Crystals
Junior Member

Those who make no mistakes, don't make anything
Posts: 406
inherit
137395
0
Jul 4, 2022 19:21:31 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
406
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
Jan 24, 2022 20:49:54 GMT -8
Chris
What are we doing ?!
8,487
December 2005
horace
|
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
Posts: 95
inherit
155521
0
Nov 4, 2021 3:37:25 GMT -8
Noche
95
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
|
|
#e61919
33409
0
1
Jul 4, 2022 0:49:12 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Nov 8, 2021 19:32:47 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 If something exists in the Forum Wrapper template you can move it into the sidebar using JavaScript. <script type="text/javascript"> $(function() { $('#sidebar-element-id').append($('#container-element-id')); }); </script> In the case of your personal messages you can create a container with a unique ID in the Forum Wrapper template that holds all of that information, then the JavaScript would move that container into the sidebar element with the corresponding ID. <div id="container-element-id"> Your personal messages content here </div> If you're unfamiliar with how to create a container like this in the Forum Wrapper template I'd suggest asking how to create it in the Templates board.
|
|
inherit
264109
0
Jan 8, 2022 6:06:18 GMT -8
Murikov
4
April 2021
murikov
|
Post by Murikov on Nov 14, 2021 6:57:30 GMT -8
Hello guys I am looking for a way to put a (regular) container just below the regular news bar and on top of the boards / content containers. I want to fill this container with a bit of text, and image and maybe a link to a current thread or post (the idea is to make it kinda like a "featured news" container). Something like in the mock-up picture I attached to this post: I saw that the Sidebar Redux plugin (which we already use for our glorious sidebar) also has a "Header/Footer" tab in which I can insert text right at the place that I had in mind. But in that tab there are no container or style settings like in the actual sidebars. Does somebody has any advice on how to use that tab to put a clean container there? And where could I edit the styling of the container's text? Attachments:
|
|
#e61919
33409
0
1
Jul 4, 2022 0:49:12 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Nov 15, 2021 12:47:38 GMT -8
Hello guys I am looking for a way to put a (regular) container just below the regular news bar and on top of the boards / content containers. I want to fill this container with a bit of text, and image and maybe a link to a current thread or post (the idea is to make it kinda like a "featured news" container). Something like in the mock-up picture I attached to this post: I saw that the Sidebar Redux plugin (which we already use for our glorious sidebar) also has a "Header/Footer" tab in which I can insert text right at the place that I had in mind. But in that tab there are no container or style settings like in the actual sidebars. Does somebody has any advice on how to use that tab to put a clean container there? And where could I edit the styling of the container's text? All of the default containers on the forum as well as those created by this plugin use the same HTML. You can find it in this post: support.proboards.com/post/5541650It can be styled the same way as the other sidebar containers.
|
|
inherit
265621
0
Apr 12, 2022 4:59:51 GMT -8
bicho1980
2
December 2021
bicho1980
|
Post by bicho1980 on Jan 18, 2022 14:45:14 GMT -8
Hello to all guys, first thanks for all the help you guys give to the community. Saying this, I'm very new at this, and I wanted to put the last threads and recent posts on the sidebar, but I'm not seeing able to do that, any help please? If possible giving me steam by step and with an example because as I said I'm new on this and not being able to display what wanted to, thanks and sorry for this.
Any help please, thanks
best regards
|
|
inherit
181302
0
Jul 4, 2022 1:12:13 GMT -8
♞ Burke Knight ♞
Founder and main Webmaster of BurkeKnight Enterprises & BKE ProBoards.
1,110
July 2012
burkeknight
Pizza
Cookies
|
Post by ♞ Burke Knight ♞ on Feb 5, 2022 3:37:32 GMT -8
Hello, Brian
Forum: webmastershaven.proboards.com/ How can I clean up the shoutbox, as it seems to have bits hidden, like the time and the send button is almost out of the block.
|
|
#e61919
33409
0
1
Jul 4, 2022 0:49:12 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Feb 7, 2022 11:02:56 GMT -8
Hello, Brian
Forum: webmastershaven.proboards.com/ How can I clean up the shoutbox, as it seems to have bits hidden, like the time and the send button is almost out of the block.
This is because the shoutbox only allows 100px of height for its controls. Since you've placed it in the sidebar and it doesn't have enough width to accommodate its buttons it has to move them to another line, moving the Send button past the height of the controls container. You can increase the width of the sidebar to accommodate the buttons or you can add CSS to the theme's style sheet to remove the height restrictions on that container. .shoutbox_container.orientation-top, .shoutbox_container.orientation-bottom { padding: 0; }
.shoutbox_container > .shoutbox_form_container { position: static; }
.shoutbox_form { height: auto; }
|
|
inherit
181302
0
Jul 4, 2022 1:12:13 GMT -8
♞ Burke Knight ♞
Founder and main Webmaster of BurkeKnight Enterprises & BKE ProBoards.
1,110
July 2012
burkeknight
Pizza
Cookies
|
Post by ♞ Burke Knight ♞ on Mar 25, 2022 8:52:55 GMT -8
Brian , I would like to have the sidebar go under main content when on small screens. Is there a way to do this?
I have only one item in the sidebar, so there's no need to do for adding the id. The whole left sidebar to go under the main content on phones using desktop mode is what I want.
Thank you.
|
|
#e61919
33409
0
1
Jul 4, 2022 0:49:12 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2022 14:28:15 GMT -8
Brian , I would like to have the sidebar go under main content when on small screens. Is there a way to do this?
I have only one item in the sidebar, so there's no need to do for adding the id. The whole left sidebar to go under the main content on phones using desktop mode is what I want.
Thank you. The HTML layout of the sidebar isn't geared towards a responsive design so I don't think this would be possible without editing the source code of the plugin entirely. Sorry! Most stuff I've made for v5 has lived by the philosophy of "this is my forum's width and smaller devices will have to deal with it." Working on ProBoards v6 has made me a lot more responsive-aware, so this plugin will be much more considerate of screen size in whatever form it comes back as.
|
|