MyBB Community Forums

Full Version: Support on SpiceFuse AJAX ShoutBox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin Name: SpiceFuse AJAX ShoutBox
URL: http://mods.mybboard.net/view/spicefuse-ajax-shoutbox

I want the shoutbox's autocomplete turned off.
Usually, it will be under <form> tag.

So, it will be
<form onSubmit="ShoutBox.postShout(); $('shout_data').value = ''; return false;" autocomplete="off">
By adding autocomplete="off" as an extra element of form tag.

But I don't know where to edit this.
Any idea?
Try the tpl_sf_shoutbox.txt file. This file should be located in inc/plugins as well. After installing this plugin the content of this file will be stored in the global templates as "sf_shoutbox".
Wow!
Thanks man.

You gave me a notice that I should pay attention to global templates.
I wasn't paying attention to it because I'm taking look into the template I'm using.

Thanks Jockl!