|
Post by Wormopolis on Dec 29, 2008 6:04:39 GMT -8
Guests can post feedback without having to make an acct. if enough feedback collects for a specific code, I will make a thread about it.
|
|
|
Post by Scooby on Mar 13, 2009 9:48:45 GMT -8
I really like the Advent Calendar code... I cant wait to use it next Christmas!
|
|
|
Post by Cadfael on Apr 23, 2009 21:14:11 GMT -8
Just letting you know I have found the 'Report PM to Admin' code very handy.
Just a small question... is there anyway to prevent the sender from editing the subject line? I think this would indicated that the 'Report to Admin' link has been used... and that a member has not just edited the subject line to appear as if it had. I know this can be done the usual way... but we don't tell them that! ;D
|
|
|
Post by Wormopolis on Apr 23, 2009 22:57:20 GMT -8
interesting point. as soon as I finish this request Im working on I will update that.
you can actually reply to threads where the code is BTW. this section is for guests to post feedback without making an account.
|
|
cadfael
Not New Member
Posts: 3
cadfael said 0 great things
|
Post by cadfael on Apr 25, 2009 22:37:38 GMT -8
Thanks for that. I actually made the above post before I registered... I will reply in the relevant code thread in future.
|
|
|
Post by Wormopolis on Apr 25, 2009 22:41:51 GMT -8
no worries. I wanted people to be able to post in the thread where the code was so that they can read if anyone else has had issues in the past.
|
|
|
Post by Legend on Oct 9, 2009 14:51:47 GMT -8
Your SkinView 1.0 awesome idea and nice code. I have it on my test board and its great ;D . I do hope more people find it useful and enjoy having it i do . We need more like you here on PB , that makes these awesome codes. Good work and thank you for giving your time .
|
|
|
Post by Wormopolis on Oct 9, 2009 19:08:30 GMT -8
keep checking in. I plan on doing some suggested upgrades to it soon!
|
|
|
Post by Legend on Oct 11, 2009 8:47:56 GMT -8
Cool . Thanks i'll do that .
|
|
|
Post by Topeka on Dec 2, 2009 14:48:10 GMT -8
Hey, I'm Topeka. I've been looking at your Floating NavTree code, and for some reason i cant get it to float? i can place the <div id="nvtree"></div> in on the gloabal header board by itself and the NavTree works. but doesnt float. obviously. i can get the Floating NavTree to display floating text and the link. like your CODE INDEX on the right. But i cannot get the nvtree to work right. The code you gave to make the floating navTree uh... here wormocodes.proboards.com/index.cgi?board=codedb&action=display&thread=9doesn't work. well from your instructions.? From just pasting it in the global header.? its all i did w/ it. So. i viewed your scorce code on the page to find out what i could be doing wrong w/ what i did. This is copied from scorce code on your forum </script> <style type="text/css"> #floatNav {top: expression( ( ignoreMe = document.body.scrollTop +20 ) + 'px' ); z-index: 50;} </style> <table id="floatNav" cellspacing="1" cellpadding="0" border="0" align="left" valign="top" width="12%" bgcolor="0066FF" class="bordercolor"> <tr><td> <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr> <td align="left" valign="top" class="welcomebg" bgcolor="000000"> <div valign="top" id="nvtree" style="font-size: 9"></div> </td> </tr> <tr><td class="windowbg2" style="border: 1px #00FF00 solid;"><center><a href="/index.cgi?board=codedb&action=display&thread=119"><font size=4>CODE INDEX</font></a></center></td></tr><tr><td class="windowbg"><div id='threadlog'></div></td/></tr><tr><td class="windowbg"><div id='rankspot'></div></td/></tr> </table> </td></tr></table> <script type="text/javascript"> You took out your <div width="10%" id="floatNav"> </div> and replaced it with it in red to place it in a table. <table id="floatNav" cellspacing="1" cellpadding="0" border="0" align="left" valign="top" width="12%" bgcolor="0066FF" class="bordercolor"> w/e w/e. anyway. I tired both ways, and i cant seem to get it to work through the codes given. or the header code you have in your scorce code. I didnt look at footer in your boards scorce code. But anyway, could you explain what i could be doing wrong for it not to work?? Heres my header... then footer for the script. i copied and pasted the script twice the the footer. so thats the exact same as in your code placed on the forum Header - i arranged it based off your scorce code on the forum. <!-- begin floating navtree plus box -->
<!-- ============================== -->
<style type="text/css"> #floatNav {top: expression( ( ignoreMe = document.body.scrollTop +20 ) + 'px' ); z-index: 50;} </style>
<table id="floatNav" cellspacing="1" cellpadding="0" border="0" align="left" valign="top" width="12%" bgcolor="0066FF" class="bordercolor"> <tr><td> <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr> <td align="left" valign="top" class="welcomebg" bgcolor="000000"> <div valign="top" id="nvtree" style="font-size: 9"></div> </td> </tr> <tr><td class="windowbg2" style="border: 1px #00FF00 solid;"><center><a href="http://topekatrail.proboards.com/index.cgi"><font size=4>Board Home</font></a></center></td></tr> <tr> <td class="windowbg"><div id='threadlog'></div></td/></tr> </table> </td></tr></table>
<script type="text/javascript"> <!-- // floating navbox script function floatNav() { nv=document.getElementById('floatNav'); nv.style.position=(document.all ? 'absolute' : 'fixed'); nv.style.top=document.body.scrollTop +20; document.body.insertBefore(nv, document.body.firstChild); } floatNav(); --> </script>
<!-- end floating navtree plus box -->
Footer <!-- Begin floating navtree -->
<script type="text/javascript"> <!-- // Move nav tree to anywhere // by Wormopolis [url]wormocodes.proboards.com[/url] // Do not repost - keep header intact // version 3.0
var horizSpace="-"; var endSpace=">"; var vertSpace="|";
var displayType=1; // 1=normal, 2=Kamistyle (non-ladder), 3=vBulletin style
var direction="left"; //choose left or right, vBulletin style requires left vBullIconTop="http://i36.tinypic.com/334qcf7.gif"; vBullIconBottom="http://i37.tinypic.com/2v3jzgx.gif";
// insert a DIV tag with id="nvtree" where you want tree to be
if (!location.href.match(/noNav/)) {
iTd=document.getElementsByTagName('td'); for (i=0; i<iTd.length; i++) { if (iTd[i].width=="100%" && iTd[i].getElementsByTagName('a')[0] && iTd[i].getElementsByTagName('a')[0].className=="nav") { sts=iTd[i].getElementsByTagName('a')[0]; breakoff_a=iTd[i].innerHTML.split(/<table/i)[0]; if (breakoff_a.match(/<font/i)) breakoff_a=breakoff_a.split(/<font/i)[0]; breakoff_a=" "+breakoff_a; breakoff_b = (document.all ? breakoff_a.split(/<br(.*?)>/i)[1] : breakoff_a.split(/<br(.*?)>/i)[2]); asd=0; jm=0; while (iTd[i].childNodes[jm].nodeName!="TABLE"){ if (iTd[i].childNodes[jm].nodeType==3) { iTd[i].childNodes[jm].nodeValue= ""; } else { if (!iTd[i].childNodes[jm].nodeName.match(/div/i)) iTd[i].childNodes[jm].style.display="none"; } jm++; } breakoff_b = " " + breakoff_b; nav_list=breakoff_b.split("::"); deep=nav_list.length; for (j=(displayType==3 ? 1 : 0);j<deep-1;j++) { nav_list[j]=(direction=='left' ? endSpace+nav_list[j]+(displayType==3 ? "" : "<br>") : nav_list[j]+endSpace); } nav_list[deep-1]=(direction=='left' ? (displayType==3 ? '<img src="'+vBullIconBottom+'" border="0"><b><font size="2">' : endSpace)+nav_list[deep-1]+(displayType==3 ? "</font></b>" : "" ) + "<br>" : nav_list[deep-1]+endSpace); nav_post_final=(displayType==3 ? '<img src="'+vBullIconTop+'" border="0">' : ""); for (k=0;k<deep-1;k++) { if (direction=='left') { if (displayType!=3) { for (sp=0; sp<k; sp++) nav_post_final+=horizSpace; } nav_post_final+=nav_list[k]; } else { nav_post_final+=nav_list[k]; if (displayType!=3) { for (sp=0; sp<k; sp++) nav_post_final+=horizSpace; nav_post_final+="<br>"; } } if (displayType!=3) nav_post_final+=vertSpace+"<br>"; } if (displayType!=3) { if (direction=='left') { for (sp=0; sp<k; sp++) nav_post_final+=horizSpace; nav_post_final+=nav_list[deep-1]+"<br>"; } else { nav_post_final+=nav_list[deep-1]; for (sp=0; sp<k; sp++) nav_post_final+=horizSpace; nav_post_final+="<br>"; } } else { if (direction=='left') { nav_post_final+="<br>"; nav_post_final+=nav_list[deep-1]+"<br>"; } else { nav_post_final+="<br>"; nav_post_final+=nav_list[deep-1]; nav_post_final+="<br>"; } } and_finally=document.getElementById('nvtree'); and_finally.align=direction; and_finally.vAlign="middle"; and_finally.innerHTML=(displayType==2 ? breakoff_b : nav_post_final); break; } } } // --> </script>
<!-- end floating nav tree -->
ps: The color smear code is very nice, and I liked the Watchdog ip ban. I banned myself once. wasnt nice. lol. Thanks if you can help me? I would of made a new post for this, cause it was lengthy, but you cant as a guest. only reply ~Topeka
|
|
|
Post by Topeka on Dec 2, 2009 15:06:24 GMT -8
Seeing is how i cant modify or delete my post... i figured it out. might not really be the same as i saw you all wrote but w/e. idk why i didnt think of it before, but this is what i changed
<!-- begin floating navtree plus box -->
<!-- ============================== --> <style type="text/css"> #floatNav {top: expression( ( ignoreMe = document.body.scrollTop +20 ) + 'px' ); z-index: 50;} </style>
<table id="floatNav" cellspacing="1" cellpadding="0" border="0" align="left" valign="top" width="12%" bgcolor="0066FF" class="bordercolor"> <tr><td> <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr> <td align="left" valign="top" class="welcomebg" bgcolor="000000"> <div valign="top" id="nvtree" style="font-size: 9"></div> </td> </tr> <tr> <td class="windowbg"><div id='nvtree'></div> </td/> </tr> <tr><td class="windowbg2" style="border: 1px #00FF00 solid;"><center><a href="http://topekatrail.proboards.com/index.cgi"><font size=4>Board Home</font></a></center> </td> </tr> <tr> <td class="windowbg"><div id='threadlog'></div> </td/> </tr> </table> </td></tr></table>
<script type="text/javascript"> <!-- // floating navbox script function floatNav() { nv=document.getElementById('floatNav'); nv.style.position=(document.all ? 'absolute' : 'fixed'); nv.style.top=document.body.scrollTop +20; document.body.insertBefore(nv, document.body.firstChild); } floatNav(); --> </script>
<!-- edit inbetween the two scripts -->
<!-- end floating navtree plus box --> <!-- ========================== -->
Works like yours. lol. Looks like i put more time into writing that post, than i did w/ fixing the script. ah well. thanks for listening. haha.
~Topeka ~Props to the maker and thinker of the NavTree, Floating box, and the Thread Log.
you can delete these if you find it to be in the way. haha
|
|
|
Post by Wormopolis on Dec 2, 2009 16:46:08 GMT -8
so the main thing is.. my instructions on the code page werent clear? I will look into rewriting them then.
what did you do that ended up fixing it. comparing lines of codes with a headache is not fruitful for me.
unless you are using the threadlog code, you dont really need the DIV with id "threadlog" in there.
|
|
|
Post by Wormopolis on Dec 2, 2009 16:51:47 GMT -8
be careful when looking at the source for this site. I often do extra things to the codes in order to do live previews of them, and I add in extra lines to keep them from happening on certain pages/boards/threads.
|
|
|
Post by Topeka on Dec 3, 2009 16:48:26 GMT -8
Um, yeah i guess it was the instructions. In the code uh.. here wormocodes.proboards.com/index.cgi?board=codedb&action=display&thread=9Where you say if you want it to float like you see to the left. well. you place that in the script. and it didnt work (for me). I do not know why it didnt work. but The navtree code didnt work by the code you gave. So maybe showing where you must add things to add more into the floating box would help? thats what got me at first. then when i got one part of it working the entire thing came into play. idk. Here the code you have in the forum i pasted above Everything in green is what i got rid of, everything in red is what i added. all footers were placed too. this is just the header for the floating nav tree, cause this is the only thing i changed. ________________________________________________ <style type="text/css"> #floatNav {top: expression( ( ignoreMe = document.body.scrollTop +20 ) + 'px' ); z-index: 50;} </style> <div width="10%" id="floatNav"><table id="floatNav" cellspacing="1" cellpadding="0" border="0" align="left" valign="top" width="120" bgcolor="0066FF" class="bordercolor"> <tr><td> <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr> <td align="left" valign="top" class="welcomebg" bgcolor="000000"> <div valign="top" id="nvtree"></div></td> </tr> <tr> <td class="windowbg"><div id='nvtree'></div> </td/> </tr> <tr><td class="windowbg2" style="border: 1px #00FF00 solid;"><center><a href="http://topekatrail.proboards.com/index.cgi"><font size=4>Board Home</font></a></center> </td> </tr> <tr> <td class="windowbg"><div id='threadlog'></div> </td/> </tr>
</table> </td></tr></table> </div><script type="text/javascript"> <!-- function floatNav() { nv=document.getElementById('floatNav'); nv.style.position=(document.all ? 'absolute' : 'fixed'); nv.style.top=document.body.scrollTop +20; document.body.insertBefore(nv, document.body.firstChild); } floatNav(); --> </script> _______________________________________ This gives me exactly what you have on your board except the "Your Rank" Well yesterday it did. I got on today and the Thread log didnt work, i was like wtf?.. ill figure that out eventually. Idk what happened from yesterday to today, except i tried to add a main screen board. its one of yours actually. but i wanted to get your transparent main board. Thats cool. I could never find a transparent board. so i was like AWESOME!. but it turns out your previews are deceiving haha. but i didnt think that would do anything to interrupt the threadlog script? I even repasted the Threadlog footer and it still didnt work. So, im utterly confused, but all in good time will it work again -.- lol.
|
|
|
Post by Topeka on Dec 3, 2009 17:00:55 GMT -8
I take that back, the Thread log does work i looked at the code and i saw something about it not showing if i didnt go to a thread yet. So i went to a thread and BAM it worked.
Soooo... it all works. the way i have it in the code. above.
|
|