Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Mar 15, 2013 11:20:59 GMT -8
Is there anyway to add a border around the boards/categories and the side tables like you could back on v4 with the side tables code? For what you're asking for I imagine this is the thread you want? Border Around Forum
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 15, 2013 12:15:29 GMT -8
By any chance can we add a toggle to this? So we can hide it when we want it hidden? You'd probably want something more along the lines of this plugin. My plugin is meant to be a V5 version of an older code with minor additions. I'd like to keep it mostly simple.
|
|
inherit
136705
0
Dec 25, 2018 6:55:30 GMT -8
rchelitalk
Ain't this fun
430
January 2009
rchelitalk
|
Post by rchelitalk on Mar 17, 2013 8:47:21 GMT -8
Brian Really like the side bar plugin you have created. Would like to be able to put calender dates in it and have them automatically disappear after a certain date. Any suggestions. I tried the following javascript but could not get it to work. <html> <head><!-- your header stuff --> <script type="text/javascript"> function vanish() { var who_goes = document.getElementById("who_goes"); var rightNow = new Date(); if (rightNow > /* certain date */ ) { who_goes.style.display = "none"; /* make it disappear */ } </script> </head> <body onload="vanish();"> /* your web stuff that stays put */ <div id="who_goes"> /* your web stuff that vanishes after a certain date */ </div> /* more web stuff */ </body> </html>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 17, 2013 9:55:36 GMT -8
Brian Really like the side bar plugin you have created. Would like to be able to put calender dates in it and have them automatically disappear after a certain date. Any suggestions. I tried the following javascript but could not get it to work. <html> <head><!-- your header stuff --> <script type="text/javascript"> function vanish() { var who_goes = document.getElementById("who_goes"); var rightNow = new Date(); if (rightNow > /* certain date */ ) { who_goes.style.display = "none"; /* make it disappear */ } </script> </head> <body onload="vanish();"> /* your web stuff that stays put */ <div id="who_goes"> /* your web stuff that vanishes after a certain date */ </div> /* more web stuff */ </body> </html> Haven't played with dates much in Javascript. Can't help you there.
|
|
inherit
136705
0
Dec 25, 2018 6:55:30 GMT -8
rchelitalk
Ain't this fun
430
January 2009
rchelitalk
|
Post by rchelitalk on Mar 17, 2013 10:17:09 GMT -8
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Mar 18, 2013 11:04:53 GMT -8
Brian hello there, me again. There seems to be a glitch with the sidebar since adding in some coding about my forum widths. Which are also glitching, but anyways the issue with the sidebar is its not keeping up with the scroll as it once did. Could you take a look please? delusional.freeforums.net thank you
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 18, 2013 11:18:32 GMT -8
Brian hello there, me again. There seems to be a glitch with the sidebar since adding in some coding about my forum widths. Which are also glitching, but anyways the issue with the sidebar is its not keeping up with the scroll as it once did. Could you take a look please? delusional.freeforums.net thank you Where did you add the code that's interfering with it?
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Mar 18, 2013 11:23:20 GMT -8
rofl sorry misread your reply. i added it to the css parts as the instructions state in the following thread. Click me for code
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 18, 2013 11:58:02 GMT -8
rofl sorry misread your reply. i added it to the css parts as the instructions state in the following thread. Click me for codeThis should be fixed for you now. The problem was that your wrapper div was closing while still inside the sidebar code. I've rearranged the </div> closing tags to remedy this in your Forum Wrapper.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Mar 18, 2013 12:09:10 GMT -8
Brian o.O thanks thats worked just as you said it would. I still have the width issues though so now to go reply to that thread. Thank you
|
|
inherit
175138
0
Jul 15, 2014 5:51:27 GMT -8
scratchmod
122
December 2011
scratchmod
|
Post by scratchmod on Mar 19, 2013 7:30:33 GMT -8
I would like to place some carousels in my left side table, and one below my banner. I'm not very good at this coding stuff and am unsure where to place the CSS and HTML. I am interested in examples 1,2 and 3 here at this link. http://www.vicsjavascripts.org.u Does the HTML go in the left side bar settings box ? Where do I place the CSS, in the Theme CSS style sheet. Sorry for all the questions, but I want to have my forum look and function good. I tried the iSlider plugin but the images are too big no matter what I change the settings too, or resize the images. Any help you can offer would be great. I hope I've posted this in the right place as it is related to the sidebar redux 1.3.1 plug in. My forum.. modelerssocialclub.proboards.com/Rob
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 19, 2013 7:40:19 GMT -8
I would like to place some carousels in my left side table, and one below my banner. I'm not very good at this coding stuff and am unsure where to place the CSS and HTML. I am interested in examples 1,2 and 3 here at this link. http://www.vicsjavascripts.org.u Does the HTML go in the left side bar settings box ? Where do I place the CSS, in the Theme CSS style sheet. Sorry for all the questions, but I want to have my forum look and function good. I tried the iSlider plugin but the images are too big no matter what I change the settings too, or resize the images. Any help you can offer would be great. I hope I've posted this in the right place as it is related to the sidebar redux 1.3.1 plug in. My forum.. modelerssocialclub.proboards.com/Rob All three of those can actually go into your sidebar content areas if you'd like to keep them all in one place. HTML can be placed as is inside the content areas. CSS can be placed inside a <style> block. Javascript can be placed inside a <script> block. The ideal order to place them would probably be CSS first, then Javascript, followed by HTML in last.
|
|
inherit
175138
0
Jul 15, 2014 5:51:27 GMT -8
scratchmod
122
December 2011
scratchmod
|
Post by scratchmod on Mar 19, 2013 8:27:52 GMT -8
Sounds easy enough...I hope. I would like to have the example #1 below my banner if at all possible.
I'll test this out in the beta this afternoon. Thanks a million Brian, your such a huge help to us all here.
Rob
|
|
inherit
175138
0
Jul 15, 2014 5:51:27 GMT -8
scratchmod
122
December 2011
scratchmod
|
Post by scratchmod on Mar 19, 2013 9:03:04 GMT -8
Tried installing just the example #2 but doesn't seem to work. Been reading the code stuff on the link to this, but am totally confused as to what goes where, and how I edit this with text and images.
|
|
inherit
189878
0
Mar 22, 2013 17:55:35 GMT -8
lynzeenicole
7
February 2013
lynzeenicole
|
Post by lynzeenicole on Mar 19, 2013 9:20:20 GMT -8
Hello Brian, I love your plugin, but I'm having trouble. When I added your plugin, it shrunk my banner and my forum. I've been trying to get the width of the forum slightly bigger. Also, is there a code to align the side tables to the top of my banner
I even tried to fix the width of my banner and it didn't help, and when I fix the width of my forum, it doesn't change anything.
|
|