inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,824
January 2015
msg
|
Post by Lynx on Feb 5, 2017 21:29:29 GMT -8
I know this may have been discussed before, but I am hoping someone could help me. I've been using the Sidebar Redux plugin to move my shout box to the right side of my forum's main page. The thing is that on all the other pages there is a big gap that reduces the width of the page contents . Is there a way to make the Sidebar Redux plugin only work on my main page? In Brian's first post on this thread - look under Codes:
|
|
Former Member
inherit
guest@proboards.com
239777
0
Nov 1, 2024 6:36:18 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 6, 2017 2:08:33 GMT -8
Thanks a bunch MSG. I did see it, but I didn't know what to do until you showed up. Much obliged. :-)
|
|
inherit
241933
0
Feb 14, 2017 20:23:20 GMT -8
miminsy
3
February 2017
miminsy
|
Post by miminsy on Feb 12, 2017 19:54:22 GMT -8
Hi I have no idea why there's a huge hole between the general board and the rest of the board! Would so appreciate any sort of help with the sidebar redux!
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 13, 2017 9:04:34 GMT -8
Hi I have no idea why there's a huge hole between the general board and the rest of the board! Would so appreciate any sort of help with the sidebar redux! i.imgur.com/8IKJqjS.pngYou have a stray closing </table> tag at the very end of Themes > Layout Templates > Board > Board List that's causing the center column of the table added by the sidebar to close early. Removing the very last line of that template should fix the issue.
|
|
inherit
157863
0
Oct 27, 2024 8:30:22 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Feb 13, 2017 11:12:18 GMT -8
Brian I was wondering if there's a way to have the sidebar only on certain pages? For my site it would be helful to be on an open thread page or when someone is viewing the recent threads page more than any other place. Is there some way this is possible?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 13, 2017 11:16:07 GMT -8
Brian I was wondering if there's a way to have the sidebar only on certain pages? For my site it would be helful to be on an open thread page or when someone is viewing the recent threads page more than any other place. Is there some way this is possible? Every code that does this is a modified version of the homepage-only code in the first post. If you can list every page the sidebar is meant to show on I can modify the code accordingly.
|
|
inherit
157863
0
Oct 27, 2024 8:30:22 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Feb 13, 2017 11:33:54 GMT -8
Wow that's a lot. I'm not home right now. I'll have to get back to you when I do. If I'm hearing you correctly, I would need to have each individual thread listed. That's probably entirely too much to ask for because I have a ton of thrads.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 13, 2017 11:48:30 GMT -8
Wow that's a lot. I'm not home right now. I'll have to get back to you when I do. If I'm hearing you correctly, I would need to have each individual thread listed. That's probably entirely too much to ask for because I have a ton of thrads. If all of those threads are within the same board you can just list the board, or if it's meant to be all threads you can just specify that. For example, based on your description it sounds like you want it visible when viewing the Recent Threads page and when viewing any of your threads. It's completely possible to make it show only under those conditions by checking against the route of the page you're currently viewing, just like the homepage-only code does. In that case the homepage-only code would be changed from this: To this:
|
|
inherit
157863
0
Oct 27, 2024 8:30:22 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Feb 13, 2017 12:18:14 GMT -8
Wow that's a lot. I'm not home right now. I'll have to get back to you when I do. If I'm hearing you correctly, I would need to have each individual thread listed. That's probably entirely too much to ask for because I have a ton of thrads. If all of those threads are within the same board you can just list the board, or if it's meant to be all threads you can just specify that. For example, based on your description it sounds like you want it visible when viewing the Recent Threads page and when viewing any of your threads. It's completely possible to make it show only under those conditions by checking against the route of the page you're currently viewing, just like the homepage-only code does. In that case the homepage-only code would be changed from this: To this:Where is this code located so that I may try it out?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 13, 2017 12:20:26 GMT -8
Where is this code located so that I may try it out? The code can be found in the spoiler at the end of the first post of this thread.
|
|
inherit
157863
0
Oct 27, 2024 8:30:22 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Feb 13, 2017 12:22:41 GMT -8
Thanks. I'll be home shortly. I'll let you know how things go soon. ?
|
|
inherit
157863
0
Oct 27, 2024 8:30:22 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Feb 13, 2017 17:49:14 GMT -8
Wow that's a lot. I'm not home right now. I'll have to get back to you when I do. If I'm hearing you correctly, I would need to have each individual thread listed. That's probably entirely too much to ask for because I have a ton of thrads. If all of those threads are within the same board you can just list the board, or if it's meant to be all threads you can just specify that. For example, based on your description it sounds like you want it visible when viewing the Recent Threads page and when viewing any of your threads. It's completely possible to make it show only under those conditions by checking against the route of the page you're currently viewing, just like the homepage-only code does. In that case the homepage-only code would be changed from this: To this: BrianWorks great! Thanks so much.
|
|
inherit
233663
0
Apr 7, 2019 17:37:41 GMT -8
tobidadog
139
June 2016
tobidadog
|
Post by tobidadog on Feb 26, 2017 17:55:18 GMT -8
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 27, 2017 9:17:49 GMT -8
Ensure that each of your containers' opening tags have closing tags (except for with the few tags that don't require them). Also check to make sure that there aren't any extra closing tags as those can also mess up your layout. A few examples: - Your second container is missing a closing </div>- Your third container has opening <p> tags but no closing </p> tags - Your sixth container has an extra closing </div> tag at the end
|
|
inherit
87736
0
Apr 7, 2020 23:18:08 GMT -8
Adrian
625
August 2006
piper05
|
Post by Adrian on Feb 28, 2017 5:54:28 GMT -8
Hey there Brian,
Is there a way to mod the plugin to have start where the categories start instead of below the navigation tree? I don't want to shrink the entire forum overall to have it somewhat viewable
|
|