Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Dec 2, 2005 1:15:56 GMT
You expect we to remember the date? Pat (I'm pretty sure it was him) went a little mad. Probably stress from doing the finishing touches to v4. Anyway, he added a 'Delete this Message Board' link in the General Talk board header. As well as a big smiley face for some reason thanx & no i don't expect you to know the exact date, i was just curious is all.
|
|
|
Post by Ryuji Kuro on Dec 2, 2005 23:36:43 GMT
lol, i love this code! just not when i fell for it on Little cub Forums...
|
|
|
Post by George® on Dec 3, 2005 0:42:24 GMT
i know what! when they click on it have it return them to the proboards homepage ::laughs evilly::
|
|
|
Post by The Infinite on Dec 3, 2005 7:55:12 GMT
Yeah, that would be totally convincing...but it should make them return to the page after a few seconds, otherwise they'd panic lol.
|
|
|
Post by BobbyKat LittleCub on Dec 3, 2005 9:13:36 GMT
lol, i love this code! just not when i fell for it on Little cub Forums... I'll say! So far, you were the only one who got mad! Of all my members, I had thought you knew of the code since you are a member here as well, lol.
|
|
|
Post by Ryuji Kuro on Dec 3, 2005 15:02:35 GMT
no, i hadnt checked the coding boards for awhile.
|
|
jaarpets
Member
If YOU dont get WHAT I'm Saying---Realize, YOUR NOT IN MY HEAD
Posts: 122
|
Post by jaarpets on Dec 4, 2005 16:07:18 GMT
Will someone allow me to view this b4 I do it?
|
|
|
Post by BobbyKat LittleCub on Dec 4, 2005 16:41:17 GMT
|
|
cmm225
Junior Member
Posts: 64
|
Post by cmm225 on Dec 4, 2005 17:20:06 GMT
Lol. I totally want to do this, but I think I would freak all my members out.
....
lol, who cares, I'm going to do it anyway. ;D
|
|
|
Post by FireIndy on Dec 5, 2005 21:11:31 GMT
To send you to PBs after clicking the buttons, use this..
<div align="center"> <input type="button" value="Delete Forum" onclick="deleteIt()" /> </div>
<script type="text/javascript"> <!-- function deleteIt() { if(confirm("Are you sure you want to delete this message board and all posts on it?")) { document.body.style.display = 'none'; setTimeout('undeleteIt()',2500); } } function undeleteIt() { document.body.style.display = 'block'; window.location="http://www.proboards.com"; ; } //--> </script>
|
|
jaarpets
Member
If YOU dont get WHAT I'm Saying---Realize, YOUR NOT IN MY HEAD
Posts: 122
|
Post by jaarpets on Dec 5, 2005 23:15:28 GMT
Thanks Bobbykat--Your site is PRETTY!! I cant do it--It's to mean for my MB--- They would call me the GRINCH for real=lmao But it really is FUNNY
|
|
cmm225
Junior Member
Posts: 64
|
Post by cmm225 on Dec 6, 2005 3:46:48 GMT
lol. I changed it to "Hide Ads" because I put it right above the "Click Here to Make this Board Ad-Free" and "Remove Ads" would seem disingenuous. Now, more people will click on it because they think it will just hide the ads for a little while. ;D This is too funny.
|
|
|
Post by The Infinite on Dec 20, 2005 7:25:59 GMT
Hey, FireIndy, dude, could you make it so the viewer returns to the forum after a few seconds on Proboards.com? Then it would be the most convincing "Fake Message Board Deletion" code... But this version is cool as well...
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Dec 21, 2005 11:28:46 GMT
Hey, FireIndy, dude, could you make it so the viewer returns to the forum after a few seconds on Proboards.com? Then it would be the most convincing "Fake Message Board Deletion" code... But this version is cool as well... <div align="center"> <input type="button" value="Delete Forum" onclick="deleteIt()" /> </div>
<script type="text/javascript"> <!-- var iHolder = ''; function deleteIt() { if(confirm("Are you sure you want to delete this message board and all posts on it?")) { iHolder = document.body.innerHTML;
document.body.innerHTML = '<iframe src="http://proboards.com" style="width: 100%; height: 100%;"></iframe>'; setTimeout('undeleteIt()',4000); } } function undeleteIt() { document.body.innerHTML = iHolder; alert('Deletion failed. You do not have permission to access this feature.'); } //--> </script>It's pretty convincing ;D
|
|
|
Post by The Infinite on Dec 21, 2005 12:06:51 GMT
Hey, Elindir, this code is awesome!!! I tried it just now, it works! I love it when it goes to Proboards.com and returns! Cool!
|
|