inherit
117063
0
Jun 19, 2015 17:30:41 GMT -8
Shandragontear
Smile!
94
January 2008
shandragontear
|
Post by Shandragontear on Jan 10, 2015 16:34:42 GMT -8
I've always loved this plugin, but recently I've been wondering if there might be some way to make the boxes collapsible? Similar to Collapsible categories.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 11, 2015 10:00:08 GMT -8
I've always loved this plugin, but recently I've been wondering if there might be some way to make the boxes collapsible? Similar to Collapsible categories. You'd have to create a jQuery code to do it. Here's a quick one that does it, but it doesn't save the settings to your browser. It's just an example of the concept in action.
|
|
inherit
117063
0
Jun 19, 2015 17:30:41 GMT -8
Shandragontear
Smile!
94
January 2008
shandragontear
|
Post by Shandragontear on Jan 11, 2015 10:32:19 GMT -8
Thanks! I'll see what I can do with it.
Sent from my HTCEVOV4G using proboards
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 6, 2024 7:24:14 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 11, 2015 16:28:35 GMT -8
Brian, I noticed an oddity... If using side blocks, and go to the full page for Participated, the side blocks do not show up, yet the site is shoved over, as if they were there. Example: burkeknight.proboards.com/threads/participatedConfirmed on 4 sites of mine.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 11, 2015 16:34:19 GMT -8
Brian, I noticed an oddity... If using side blocks, and go to the full page for Participated, the side blocks do not show up, yet the site is shoved over, as if they were there. Example: burkeknight.proboards.com/threads/participatedConfirmed on 4 sites of mine. They're definitely there. Your shoutbox moving code isn't present on the page, though.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 6, 2024 7:24:14 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 11, 2015 16:36:28 GMT -8
BrianBut how? It shows on all the other pages. The move is in global footer like supposed to be: <script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 12, 2015 9:25:05 GMT -8
BrianBut how? It shows on all the other pages. The move is in global footer like supposed to be: <script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script> It looks like nothing in the global header/footer renders on the Participated page.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 6, 2024 7:24:14 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 12, 2015 9:26:57 GMT -8
BrianAny ideas on why not?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 12, 2015 10:28:42 GMT -8
BrianAny ideas on why not? *shrug* That's outside the realm of my plugin.
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Jan 18, 2015 13:42:11 GMT -8
Hi brian. I installed this plug-in but the Shoutbox still shows at the bottom and not on the side as you can see here: link. Please advise on how to fix it. Thanks.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 18, 2015 13:45:41 GMT -8
Hi brian. I installed this plug-in but the Shoutbox still shows at the bottom and not on the side as you can see here: link. Please advise on how to fix it. Thanks. I see you have a div in your sidebar where the shoutbox is supposed to be moved, but do you have the Javascript anywhere that goes with it? support.proboards.com/thread/433242/script-move-shoutbox
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Jan 18, 2015 13:57:06 GMT -8
That worked.
Thanks!
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Jan 18, 2015 14:34:03 GMT -8
Hi brian, One more thing, how do I fix it so that the Shoutbox doesn't appear on the custom page I have for Featured Movies, and just on the home page? Thanks!
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 18, 2015 15:00:34 GMT -8
Hi brian, One more thing, how do I fix it so that the Shoutbox doesn't appear on the custom page I have for Featured Movies, and just on the home page? Thanks! Since the only thing in your sidebar at the moment is the shoutbox you can just hide the whole sidebar everywhere but the homepage using the code in the last part of this post. support.proboards.com/post/5111044
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 21, 2015 14:10:27 GMT -8
Brian, I have a question regarding the sidebar redux. Is it possible, to make it so that the sidebar only shows up in certain categories, not site wide?
|
|