#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 28, 2019 16:00:36 GMT -8
Good day, I was wondering if it is possible to make the sidebar visible only for the registered users. And thank you for the plugin In Plugins > Manage click on the Edit button next to the plugin and change the permissions for it to Members & Staff.
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Jul 30, 2019 1:03:02 GMT -8
Hello Brian. On the right-side of my forum, I'm trying to put a space under the sidebar (Latest Competition Results). It looks like the sidebar and the image I've inserted are wrapped in one container and I don't know how to separate them. Thank you.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 30, 2019 10:09:29 GMT -8
Hello Brian. On the right-side of my forum, I'm trying to put a space under the sidebar (Latest Competition Results). It looks like the sidebar and the image I've inserted are wrapped in one container and I don't know how to separate them. Thank you.
That usually means that you have invalid HTML somewhere in the first container (usually an extra opening or closing tag) and the browser is trying to correct your HTML when loading the page to compensate. Ensure that each element you add is opened and closed properly. Also, don't use any of the following tags anywhere in your sidebars: Their purpose is to indicate the beginning or end of an HTML document which is handled exclusively by the Forum Wrapper layout template which already has them present. They serve no purpose anywhere else on the forum as every page is encompassed by the contents of the Forum Wrapper template.
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Jul 30, 2019 13:02:10 GMT -8
I've delete the html code which has resulted in the sidebar not engulfing the image below, but I still can't put a space under the sidebar to separate it from the image.
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Jul 30, 2019 23:52:23 GMT -8
I discovered that there was a </div> missing and that seems to have fixed the problem. Thank you for your help though Brian.
|
|
inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Nov 5, 2019 6:44:06 GMT -8
BrianIs it possible to move the pb advertisment banners in sidebars. If possible please give any code or something else to do it.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 5, 2019 11:03:53 GMT -8
Brian Is it possible to move the pb advertisment banners in sidebars. If possible please give any code or something else to do it. You can't move the ads at all. You can only move your content around the ads.
|
|
inherit
174362
0
Jul 3, 2024 6:57:35 GMT -8
rounds
148
December 2011
rounds
|
Post by rounds on Dec 30, 2019 17:41:26 GMT -8
Hey, How do I put in board name and get it that you can click on it and be taken to that page? I haven't figured out how to connect the title to the link.
I'm a old guy, not to pc savvy so I appreciate your time and directions you have any to offer. Thanks so much.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 30, 2019 18:06:34 GMT -8
Hey, How do I put in board name and get it that you can click on it and be taken to that page? I haven't figured out how to connect the title to the link. I'm a old guy, not to pc savvy so I appreciate your time and directions you have any to offer. Thanks so much. You would need to include an HTML anchor tag to accomplish this. Substitute the text in red with the appropriate content: For example, if I wanted to include a link to the Plugin Library board here on ProBoards Support I would use this: Notice that while the full link to the Plugin Library is http://support.proboards.com/board/35/plugin-library I left support.proboards.com and everything before it out of the link. If you're linking to something on your own forum you can leave out the domain name. When your web browser sees a link like this it assumes that it should lead to another page on the site you're currently on.
|
|
inherit
174362
0
Jul 3, 2024 6:57:35 GMT -8
rounds
148
December 2011
rounds
|
Post by rounds on Dec 31, 2019 6:43:51 GMT -8
Hey Brian, Thank you for your quick response and the easy to follow directions. It helped a great deal. I put this code <a href="/board/35/plugin-library">Plugin Library</a> in with my board, link and it worked, if I chose Style 1 (Regular container)if I chose #2 the link no longer worked. I put the link in the Title section that is where it goes, correct?
Appreciate your kind understanding and patience with me.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 31, 2019 11:01:18 GMT -8
Hey Brian, Thank you for your quick response and the easy to follow directions. It helped a great deal. I put this code <a href="/board/35/plugin-library">Plugin Library</a> in with my board, link and it worked, if I chose Style 1 (Regular container)if I chose #2 the link no longer worked. I put the link in the Title section that is where it goes, correct? Appreciate your kind understanding and patience with me. It goes wherever you want it. Every section of the plugin that renders text on the page accepts HTML. Style 2 doesn't include a title bar, so if your link is meant to be in the title bar and not the content section that's why it wouldn't appear.
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Apr 14, 2020 11:40:46 GMT -8
Hi, Brian. I would like to place the sidebar redux inside one certain board instead of on the homepage. I have a Cbox in the sidebar and don't want guests able to post in it, so I want to place it inside a board that is accessible to members only. How do I do that? Thank you.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 14, 2020 11:57:06 GMT -8
Hi, Brian . I would like to place the sidebar redux inside one certain board instead of on the homepage. I have a Cbox in the sidebar and don't want guests able to post in it, so I want to place it inside a board that is accessible to members only. How do I do that? Thank you. I've answered this for you previously. support.proboards.com/post/7189216/thread
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Sept 16, 2020 9:44:21 GMT -8
Gap wanted under sidebars.
I'm trying to create a gap under the top left and top right sidebars. I'd like to keep the Style 3 container if possible.
Thank you
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 16, 2020 15:18:30 GMT -8
Gap wanted under sidebars. I'm trying to create a gap under the top left and top right sidebars. I'd like to keep the Style 3 container if possible. Thank you Style 3 is meant to have no bottom margin in case you want to move something that already has a margin into it such as the forum shoutbox or another existing container. The easiest solution would be to place the contents of the first containers of each of your sidebars inside a div with the class container. This class is used everywhere on the forum to add a margin to the bottom of each container.
|
|