Advertise Here

Author Topic: [Code] April Fools Joke: "Bug" your Members  (Read 15015 times)

0 Members and 1 Guest are viewing this topic.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #15 on: April 01, 2008, 10:13:09 am »
You can add it to your Header.  It wont interfere with the spellchecker code.

If you wanted to do it using your css do this:

Put this in your css:


Code: [Select]
#bug
{
z-index:  1;
position: fixed;
top: 230px;
right: 18%;
height: 75px;
width: 56px;
background: url(http://i102.photobucket.com/albums/m105/mysmileyplace/bug.gif);
background-repeat:  no-repeat;
}

Put this in your Header:

Code: [Select]
<div id="bug"></div>

Offline Sassy Šiva™

  • SMF For Free Sr. Member
  • *
  • Posts: 292
    • View Profile

  • Total Badges: 17
    Badges: (View All)
    Level 4 Windows User Topic Starter Combination Level 3
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #16 on: April 01, 2008, 10:15:48 am »
LOL, too cute!  Thanks for sharing

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #17 on: April 01, 2008, 10:17:19 am »
Its just a little graphic image so you can put it anywhere you want to.

with html in your header/footer/board description/news box

Code: [Select]
<img src="http://i102.photobucket.com/albums/m105/mysmileyplace/bug.gif">
with bbcode in a post

Code: [Select]
[img]http://i102.photobucket.com/albums/m105/mysmileyplace/bug.gif[/img]

Offline Whiskey Springs

  • SMF For Free Member
  • *
  • Posts: 62
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #18 on: April 01, 2008, 10:17:24 am »

Put this in your Header:

Code: [Select]
<div id="bug"></div>

I did that, and still nothing :(  Oh well

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #19 on: April 01, 2008, 10:17:51 am »
LOL, too cute!  Thanks for sharing

yer welcome

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #20 on: April 01, 2008, 10:18:25 am »

Put this in your Header:

Code: [Select]
<div id="bug"></div>

I did that, and still nothing :(  Oh well

you did the css edit as well?    Is it still in place on your forum?

Offline Whiskey Springs

  • SMF For Free Member
  • *
  • Posts: 62
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #21 on: April 01, 2008, 10:20:44 am »

Put this in your Header:

Code: [Select]
<div id="bug"></div>

I did that, and still nothing :(  Oh well

you did the css edit as well?    Is it still in place on your forum?

Yes I did

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #22 on: April 01, 2008, 10:22:17 am »
it is not in your css or your header right now so I have no way to know how you put it in.   umm that makes it hard for me to help you   :)

Let's do this.  Put the original code from the first post in your header.   Let me know when you have done so.   Leave it there so I can look to see that you have it correctly.

k?

Offline Whiskey Springs

  • SMF For Free Member
  • *
  • Posts: 62
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #23 on: April 01, 2008, 10:25:30 am »
OK I put it in my header after the spell check

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #24 on: April 01, 2008, 10:26:54 am »
you put the wrong one in your header hon.
Put the one from the very first post in there.

This one:

Code: [Select]

<style type="text/css">
div#bug {
position: fixed;
top: 230px;
right: 18%;
height: 75px;
width: 56px;
background: url(http://i102.photobucket.com/albums/m105/mysmileyplace/bug.gif);
background-repeat:  no-repeat;
}
</style>
<div id="bug" ><span></span></div>



Offline Whiskey Springs

  • SMF For Free Member
  • *
  • Posts: 62
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #25 on: April 01, 2008, 10:29:35 am »
That did it...LOL  Thanks for your patience  :)

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #26 on: April 01, 2008, 10:31:51 am »
That did it...LOL  Thanks for your patience  :)

no problem  :)    Glad ya got it!

Offline ------doLphiN~

  • SMF For Free Member
  • *
  • Posts: 98
  • Fire Emblem Fan
    • View Profile
    • --MagicaL RoLe PLayiNg--

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #27 on: April 02, 2008, 06:53:16 am »
ahahahaha! nice one!

"You'll never regret on joining with us! Join the fun world of Magic!"
Need 5 good forums to join. Must be active and can be related to a nearing to 14 gal like me

Offline Whiskey Springs

  • SMF For Free Member
  • *
  • Posts: 62
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #28 on: April 02, 2008, 10:43:50 am »
Thanks Syb...my members were ready to kill me...LOL.  Several kept putting pieces of tape on the monitors to hide it.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] April Fools Joke: "Bug" your Members
« Reply #29 on: April 02, 2008, 10:48:09 am »
lol Whiskey..  when I first came across that little pic weeks ago I fell for it myself.

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
3232 Views
Last post July 27, 2007, 05:10:31 pm
by doggiedoo86
9 Replies
3275 Views
Last post October 29, 2007, 09:18:19 pm
by LaundryLady
2 Replies
2254 Views
Last post November 14, 2007, 08:31:34 pm
by Nick_LRG
20 Replies
15315 Views
Last post April 01, 2008, 05:40:55 am
by LaundryLady
0 Replies
1599 Views
Last post May 15, 2008, 06:47:08 pm
by Lucas A33