Customizing SMF > Tips and Tricks

Completely stupid BBC tag!

(1/7) > >>

Antechinus:
Are you nuts? Do you feel like doing crazy stuff just for the hell of it? I have just the BBC tag you need! It will make people crack up laughing, or drive them bonkers, or both.

It's nested marquees that make stuff simultaneously bounce up and down and from side to side. Yeah ok, I was feeling silly. Sue me. :laugh:

Subs.php

Find:

--- Code: --- // Shhhh!
if (!isset($disabled['color']))
{
$codes[] = array(
'tag' => 'chrissy',
'before' => '<span style="color: #cc0099;">',
'after' => ' :-*</span>',
);
$codes[] = array(
'tag' => 'kissy',
'before' => '<span style="color: #cc0099;">',
'after' => ' :-*</span>',
);
}
--- End code ---

Add after:

--- Code: --- $codes[] = array(
'tag' => 'boingboing',
'before' => '<marquee direction="left" behavior="alternate" scrollamount="10"><marquee direction="up" behavior="alternate" scrollamount="20" style="font-size: 1em; height: 8em;">',
'after' => '</marquee></marquee>',
);
--- End code ---

Demonstration here, if you really want to see it. :D

Shambles:
Unable. To. Resist.

emanuele:
* emanuele wants a version with the parrot included by default! :P
Cant' stop laughing... LOL

Antechinus:
We should talk Spuds into making it default in 2.1. :D

Hey Spuds!

MovedGoalPosts:
This is just wrong   :P

Navigation

[0] Message Index

[#] Next page

Go to full version