The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
How about adding tons of tacky DHTML effects to tables that make them float around the page, here's a quick js code i whipped up which will make links disappear on mouseover, very annoying it would be - Just stick it in your footer template:
Code:
<script type='text/javascript'> <!-- function initHideMO(Element){ Element = document.getElementsByTagName(Element) for(i=0;i<Element.length;i++){ Element[i].onmouseover = function(){this.style.display='none'} Element[i].onmouseout = function(){this.style.display=''} } } initHideMO('a') --> </script> Code:
initHideMO('TAG-NAME-HERE') - Zero Tolerance |
#12
|
||||
|
||||
A horrid style combo would be a great idea, and Zero Tolerance's link hiding idea sounds good lol...
Perhaps it seems a little angelfire'ish but get an annoying animated background and a really long and annoying pointer replacement with a horrible trailing animation following your pointer around the screen - Maybe also create active points so when they hover over certain places it makes annoying sounds or randomly redirects them to other pages Satan |
#13
|
||||
|
||||
Quote:
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(X, X))"> <script type='text/javascript'> <!-- function initHideMO(Element){ Element = document.getElementsByTagName(Element) for(i=0;i<Element.length;i++){ Element[i].onmouseover = function(){this.style.display='none'} Element[i].onmouseout = function(){this.style.display=''} } } initHideMO('a') --> </script> </if> |
#14
|
|||
|
|||
you could also randomnly cahnge their avatars to another picture. Like everytime they sign off it turns it back to a picture of a large lady with caption, Mommy Loves Me
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|