The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Encheferizer Details »» | |||||||||||||||||||||||||
The Encheferizer Product: Encheferizer 1.05 Author: Hugh Messenger (cheesegrits) Support: On this thread only Tested on: vBulletin 3.6.0 through 3.6.4 Average Install Time: 30 seconds Summary Do you have some troublesome users you want to punish but don't want to ban them just yet? Or maybe play a practical joke on some of your users? Or just have some good old fashioned Swedish Chef Fun? Then this is the mod for you. What it Does Displays all posts from a configurable list of UserID's and / or in ForumID's in "mock swedish". You don't have to have seen the Swedish Chef from the Muppet Show, but it sure would make a lot more sense if you have, Bork Bork Bork! Individual encheferized users see their posts as usual: Attachment 57831 Everyone else sees them like this: Attachment 57830 Encheferized forums are "translated" in entirety - posts, titles, descriptions and all. Encheferized posts are NOT altered in the database, they are encheferized on the fly during template evaluation. So when you've had your fun, you just remove ID's from the list and things will go back to normal. There are some options to control how victims see their own and other victims posts, see the ACP Encheferizer options for details (under the main vBulletin settings list). As of v1.03, the Encheferizer supports bbcode, smilies, IMG's and URL's. Why? Good question. Well, apart from just being funny as all get out, I wrote this for a friend who has some very persistant troublemakers on his forum. It turns out that Encheferization is a remarkably good tool for controlling Bad Boyz & Gurlz. It has a way of focusing peer pressure, creates much confusion amongst the Encheferized, and much hilarity for everyone else. Best of all, it renders the Encheferized unable to properly vent their spleen - after all, who can take threats of violence and foul language seriously when it is rendered in mock swedish? And of course, having an enchererized forum on your board is just good old fashioned family fun! Installation
Major props to Erik Bakker for the original encheferizer.php port. Thanks to SirAdrian for putting up with my dumb questions. Productizing made easy using the Advanced Product Manager by mtha. With Apologies To The Swedish Chef. Bork Bork Bork! Enjoy! -- hugh Show Your Support
|
Comments |
#72
|
||||
|
||||
Also installed this, very funny!
How do I get it to work on the index page? Since that has no id? |
#73
|
|||
|
|||
I found a bug... if someone uses the [IMG] tag... the image gets broken because it enchenferizes the link to the image as well.
|
#74
|
||||
|
||||
Love it love it love it
A nice thing for the future (for April Fools jokes lol) would be the option to automatically make all forums encheferized, so you don't need to enter all your forum ids Thanks for making this - I laughed so hard today! |
#75
|
||||
|
||||
I had the same experience as Jaxel today; it broke all the posted images and the smileys too.
On the upside, I was able to display random avatars of the Chef with a little help from the vBulletin.org forum. I've attached a zip file of the six Swedish Chef avatars I used; they're all a bit on the large size (most are 100 pixels high) so you may want to resize them. Create a subdirectory named SwedishChef in the images/misc directory and upload them there. Then go to Plugins and Products: Plugin Manager, find the Encheferizer section, and click on Edit for the postbit_display_start hook. Add: Code:
$newavatar = mt_rand(1, 6); Next, edit your postbit template. Find: Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> Code:
<td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="http://www.yourforum.com/images/misc/SwedishChef/swedish_chef$newavatar.jpg" border="0" /></a></td> |
#76
|
|||
|
|||
Hugh, what's the deal?
Are you ever going to release the next update? |
#77
|
|||
|
|||
It's a pity any quoted text shows up as normal, otherwise this would be great.
|
#78
|
|||
|
|||
Someone needs to make a pig-latin version of this mod.
|
#79
|
||||
|
||||
Quote:
I'm working on making this an option. -- hugh |
#80
|
|||
|
|||
Here's come code I wrote fro dealing with smilies and html entities that get broken in Chef-speak. My only problem is when I put this into the for loop (~ line 106), the smilies and entities are moved to the front of the Encheferized text. I've only had a couple of minutes to mess with this, so I'm sure someone with more of an idea of what this loop is doing (cheesegrits?) will know how to fix this
PHP Code:
|
#81
|
|||
|
|||
I can't stop laughing...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|