Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #41  
Old 03-31-2008, 10:56 AM
linesider linesider is offline
 
Join Date: Dec 2001
Location: Ocean State
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looking for some inspiration on April Fools Day pranks for the forum...

I've beaten the "Forum Sold" one to death so I need some new ideas - what have been some of your better April Fools Day jokes ?
Reply With Quote
  #42  
Old 03-31-2008, 11:14 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Threads merged.
Reply With Quote
  #43  
Old 03-31-2008, 11:44 AM
linesider linesider is offline
 
Join Date: Dec 2001
Location: Ocean State
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marco van Herwaarden View Post
Threads merged.
DOHH!!!! Should have RTFF!!!
Reply With Quote
  #44  
Old 03-31-2008, 11:46 AM
nexialys
Guest
 
Posts: n/a
Default

a Site Upgrade: move all your forums to a closed/archived forum, so nobody have access, change the theme for a Microsoft One, and indicate in an announcement that the site was sold to MS !!!
Reply With Quote
  #45  
Old 03-31-2008, 09:43 PM
budatalk's Avatar
budatalk budatalk is offline
 
Join Date: Jul 2007
Location: Budapest
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Done woohoo.

Switched this:



with this:



And the titles etc...Now let's see if anyone will notice
Reply With Quote
  #46  
Old 04-01-2008, 03:26 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

haha - I posted an interesting "Notice" at the top of Forum pages LOL - Crazy - have a look if you like - The link to JPiC (Poetry in Color Forum) is in my siggy = ROFLMAO! I'm wondering if anyone will notice?!?!? Muuuuuuuuaaaaahhhaaahaaaaaaaaaa!

Jacquii.
Reply With Quote
  #47  
Old 04-01-2008, 04:53 AM
blazin blazin is offline
 
Join Date: Jan 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made my own April Fools hack this year.

How it works:

Theres a 10% chance the user's page will load from right to left. You can still read the text, but it lays the tables out opposite and will confuse people.

As an added bonus, there's a 12.5% chance of being redirected to another website. I chose www.barbie.com. You can put whatever you want.

Im not a real good vb modder, but this works for my vb 3.6.8:

1. Create a new plugin, call it "April Fools" or whatever name you'd like.

2. Set the hook location to style_fetch which is located under Vbulletin: General in the drop down list.

3. Add the following code:

Code:
$aprilfools = rand (1, 10 );
if ($aprilfools == '8') {
$apr1css = "
<style type=\"text/css\">
table {direction:rtl;}
table table table {direction:ltr;}
</style>
";
}

if ($aprilfools == '2') {
$apr1css = "
<script type=\"text/javascript\">
<!--
window.location = \"http://www.barbie.com\"
//-->
</script>
";
}
You can edit www.barbie.com with anything you want.

Make sure this plugin is set to active when you save.

Then, go into the Style Manager and edit your templates. In the header template, add this to the very beginning

Code:
$apr1css
Reply With Quote
  #48  
Old 04-01-2008, 05:10 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PoetJA-1975 View Post
haha - I posted an interesting "Notice" at the top of Forum pages LOL - Crazy - have a look if you like - The link to JPiC (Poetry in Color Forum) is in my siggy = ROFLMAO! I'm wondering if anyone will notice?!?!? Muuuuuuuuaaaaahhhaaahaaaaaaaaaa!

Jacquii.
That is great but you should have the link go to a page that says "Gotcha!" in big letters or something. Otherwise, you might freak out some people a little more than you meant to.
Reply With Quote
  #49  
Old 04-01-2008, 06:07 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've done mine here www.gamerzneeds.net/forums

Closed the forums down and put a statement up saying the site is closed for good. But the truth is, I am actually moving servers currently, and had to close the forums down anyway, as I didnt want people posting on the old server.

I have already posted up my Aprils Fools Thread for when I reopen the site, everyone will know the real reason the site was closed lol. Cant wait to see there reactions. I already had some emails coming in lol
Reply With Quote
  #50  
Old 04-01-2008, 12:45 PM
SuperJETT SuperJETT is offline
 
Join Date: Jan 2006
Location: Louisville, KY
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
I've done mine here www.gamerzneeds.net/forums

Closed the forums down and put a statement up saying the site is closed for good. But the truth is, I am actually moving servers currently, and had to close the forums down anyway, as I didnt want people posting on the old server.

I have already posted up my Aprils Fools Thread for when I reopen the site, everyone will know the real reason the site was closed lol. Cant wait to see there reactions. I already had some emails coming in lol
That's a great one that works with your server move, by itself wouldn't have been funny IMO.

I did this: http://www.x-h2o.com/showthread.php?t=33726 The forums are still functional, with the mobile theme, lots of comments there and http://www.x-h2o.com/showthread.php?t=33728

I think mine with the blinkie avatars was better last year than this one, but it's pretty good too.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04316 seconds
  • Memory Usage 2,257KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete