|
Post by tunescool on Aug 31, 2009 22:20:24 GMT -8
yea sorry its there
|
|
|
Post by Wormopolis on Aug 31, 2009 22:20:36 GMT -8
lock and announcement work in this thread...
|
|
|
Post by tunescool on Aug 31, 2009 22:25:37 GMT -8
could you make the font smaller
|
|
|
Post by tunescool on Aug 31, 2009 22:35:54 GMT -8
it was like the regular proboards in the code you gave me before and on your site now, but after the last code you posted it got bigger
|
|
|
Post by Wormopolis on Aug 31, 2009 22:56:57 GMT -8
did you keep the CSS that was there before?
|
|
|
Post by tunescool on Aug 31, 2009 23:18:02 GMT -8
i found it in this thread and everything is fine, unless you can think of any reason why my announcement problem happened, ive modified before it never disappeared
|
|
|
Post by Wormopolis on Aug 31, 2009 23:33:41 GMT -8
I dunno.. I made this thread an announcement from the post where I typed "test" and it worked, then I modified the post and the checkbox was still checked. when I re-saved it was still an announcement. see if it does it again.
|
|
|
Post by tunescool on Sept 1, 2009 0:20:57 GMT -8
i tried it again, it disappeared and had to go back to page 5 and reannounce and lock. could it be my announcement splitter? script type="text/Javascript"> /* Announcement Splitter Modification by Devin Copyright Sans Pareil @ Proboards 102 Do not redistribute without my permission */
aHeight = "10"; aClass = "catbg";
td = document.getElementsByTagName("td");
if(location.href.match(/board/)){
for(as=0;as<td.length;as++){
if(td[as].className == "windowbg2" && td[as].height == "5"){
td[as].className=aClass; td[as].height=aHeight;
}
}
} </script>
|
|
|
Post by Wormopolis on Sept 1, 2009 7:37:23 GMT -8
testing announcement
|
|
|
Post by Wormopolis on Sept 1, 2009 7:39:20 GMT -8
is the checkbox checked when you go to modify a post?
|
|
|
Post by tunescool on Sept 1, 2009 8:36:02 GMT -8
|
|
|
Post by tunescool on Sept 2, 2009 0:28:43 GMT -8
i took the code out, everything worked, announcements, stickies and so on. i put it back in and nothing worked
|
|
|
Post by Wormopolis on Sept 2, 2009 1:42:46 GMT -8
hmmm. I might have to rewrite this then. I can only test in FF and IE and it works in both of those for me.
|
|
|
Post by Wormopolis on Sept 2, 2009 1:44:30 GMT -8
test in FF
|
|
|
Post by Wormopolis on Sept 2, 2009 1:45:51 GMT -8
another test in FF
|
|