|
Post by justbuggin2 on Nov 19, 2012 8:23:38 GMT -6
is there a way to get rid of the leaves falling on this site
|
|
|
Post by terrilee on Nov 19, 2012 8:25:29 GMT -6
OH they r cute , let 'em alone
|
|
|
Post by justbuggin2 on Nov 19, 2012 8:35:20 GMT -6
they are ok but make it hard for me to read if i can turn them off i will
|
|
Junior
Currently Offline
Posts: 138
A+'s: 0
Joined: Aug 7, 2012 8:24:21 GMT -6
|
Post by wheezy on Nov 19, 2012 9:42:56 GMT -6
Unfortunately (for some.. ), it is coded into the page, and it's set to not disappear and to run the full page. So, if you are scrolling whilst reading, the leaf will follow you down. Clever, yes. Pesky, yes. Only the person that put the code in can change it back.
|
|
|
Post by wolfhound on Nov 19, 2012 10:55:43 GMT -6
Leaves? ? I thought it was bugs or butterflies!!!! (I like the cats!)
|
|
Sophomore
Currently Offline
Posts: 58
A+'s: 0
Joined: Jul 11, 2011 6:51:51 GMT -6
|
Post by buford1488 on Nov 19, 2012 15:22:59 GMT -6
wait til it snow's....it's cool......buford
|
|
|
Post by JR on Nov 19, 2012 15:34:39 GMT -6
Dang guys I just put a little fall leaves in for the occasion. Yes I can change it to falling scooters if I want to and it is a code that is put on the header of proboards that is allowed by them.
But if it is bothering people I'm very sorry and will be glad to remove them, it only takes a few moments.
JR
|
|
|
Post by terrilee on Nov 19, 2012 19:58:37 GMT -6
BRING 'EM BACK !!!!
what other designs do u have?
take a poll for a week , u can make polls to NOT let people vote twice, right?
|
|
|
Post by JR on Nov 19, 2012 22:37:00 GMT -6
Like I said Terrilee I can put anything on there I want, any image, picture, etc. The way these forums are set up is by a system of designed formated codes. As the owner with the athority to build the forum like you want you can add things like the falling leaves, snow etc. In the code you just put the image or picture you want and the system reads it and follows the directions you give it such as image, size, speed, how many etc. Also everything or even things like the extra smileys box we have here is on a code list by the forum makers here Proboards and you can use any of them out of their libary, build your own codes or use free ones you can find on the net. Here is the code I used here for the falling leaves indicating fall, I just replaced the snowflake with a leaf; .dynamicdrive.com/dynamicindex3/snow.htm" rel="nofollow" target="_blank">.dynamicdrive.com/dynamicindex3/snow.htmHere is the actual code I plugged into the header and then removed: <script type="text/javascript"> /****************************************** * Snow Effect Script- By Altan d.o.o. (http:// .altan.hr/snow/index.html) * Visit Dynamic Drive DHTML code library (http:// .dynamicdrive.com/) for full source code * Last updated Nov 9th, 05' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="snow.gif" // Configure below to change number of snow to render var no = 10; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx = 0; // set coordinate variables xp = Math.random()*(doc_width-50); // set position variables yp = Math.random()*doc_height; am = Math.random()*20; // set amplitude variables stx = 0.02 + Math.random()/10; // set step variables sty = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); } } }
function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp += sty; if (yp > doc_height-50) { xp = Math.random()*(doc_width-am-30); yp = 0; stx = 0.02 + Math.random()/10; sty = 0.7 + Math.random(); } dx += stx; document.getElementById("dot"+i).style.top=yp+"px"; document.getElementById("dot"+i).style.left=xp + am*Math.sin(dx)+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); }
function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden" }
if (ie4up||ns6up){ snowIE_NS6(); if (hidesnowtime>0) setTimeout("hidesnow()", hidesnowtime*1000) }
</script>
Long ain't it! You can make it do anything you want, slower, faster, more leaves less leaves and again I could even make elephants fall.
There are fun things to use here on the nmenu box if you like, one of my favorites is the Marquee box which allows you to insert a image that will make it move across the screen.
When you click on it the following code brackets will appear and you just insert your image right in the center;
If you want to take a poll and folks want a fall display for a little while or even a winter one later then again it's easy to put on.
JR
|
|
|
Post by justbuggin2 on Nov 19, 2012 22:46:54 GMT -6
Jr it was nice but it made it hard for me to read if it was just on the welcome page then i would not have said anything
|
|
|
Post by wolfhound on Nov 20, 2012 5:26:44 GMT -6
I kinda liked it myself but it would probably be better to use it on just the welcome page. Bring it back that way and satisfy every body.
|
|
Junior
Currently Offline
Posts: 138
A+'s: 0
Joined: Aug 7, 2012 8:24:21 GMT -6
|
Post by wheezy on Nov 20, 2012 6:57:54 GMT -6
Personally, I don't mind them, but you could change
var hidesnowtime = 0;
from "0" to 10 or 15 seconds, whatever the amount of time would be for the snow to fall down the screen once, then disappear.
|
|
|
Post by terrilee on Nov 20, 2012 7:19:18 GMT -6
i loved the leaves anything would be cool really
JUST i guess we have to worry about the OLD people { older than me} who cant see very well and have trouble reading
NAW use 'em leafs, snow, rain, etc etc etc
sets the forum apart, i think
|
|
|
Post by justbuggin2 on Nov 20, 2012 10:45:13 GMT -6
Terrilee i am not as old as you but my eye sight is so bad that i have to wear my glasses when i sleep to see my dreams
|
|
|
Post by wolfhound on Nov 20, 2012 10:45:13 GMT -6
|
|