MyBB Community Forums

Full Version: Custom smileys
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just bought custom smiley faces and I was curious as to how I would add them. Thank you!
Upload them to the ./images/smilies/ folder, then go to ACP > Configuration > Smilies > Add Multiple Smilies > put images/smilies as the image path.
(2010-11-13, 09:29 PM)MattRogowski Wrote: [ -> ]Upload them to the ./images/smilies/ folder, then go to ACP > Configuration > Smilies > Add Multiple Smilies > put images/smilies as the image path.

I added new "Forum contains new posts" icons and it's messed up. What went wrong?
http://Community.wethewriters.org
The source of that image is a HTML document... Undecided

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>RoundCube Webmail :: Welcome to RoundCube Webmail</title>
<meta name="Robots" content="noindex,nofollow" />
<link rel="index" href="./?_task=mail" />
<link rel="shortcut icon" href="skins/x3/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="skins/x3/common.css?s=1253128361" />
 
 
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="program/js/jquery-1.3.min.js?s=1240222531"></script>
<script type="text/javascript" src="program/js/common.js?s=1256995296"></script>
<script type="text/javascript" src="program/js/app.js?s=1256995295"></script>
<script type="text/javascript">
/* <![CDATA[ */
 
var rcmail = new rcube_webmail();
rcmail.set_env({task:'login',request_token:'47979c4aafa185b01fe04eb4f4914603',keep_alive:60,action:'get',comm_path:'./?_task=mail'});
rcmail.add_label('loading','Loading...');
rcmail.add_label('servererror','Server Error!');
rcmail.gui_object('message', 'message');
rcmail.gui_object('loginform', 'form');
/* ]]> */
</script>
</head>
<body>
 
<img src="skins/x3/images/roundcube_logo.png" border="0" alt="RoundCube Webmail" style="margin:0 11px" />
 
<div id="message"></div>
 
<div id="login-form">
<div class="boxtitle">Welcome to RoundCube Webmail</div>
<div class="boxcontent">
 
<form name="form" action="./" method="post">
<input type="hidden" name="_token" value="47979c4aafa185b01fe04eb4f4914603" />
<input type="hidden" name="_action" value="login" /><input type="hidden" name="_timezone" id="rcmlogintz" value="_default_" /><input type="hidden" name="_url" id="rcmloginurl" value="_task=mail&amp;_action=get&amp;_uid=41&amp;_mbox=INBOX&amp;_part=22" /><table summary="" border="0"><tbody><tr><td class="title"><label for="rcmloginuser">Username</label>
</td>
<td><input name="_user" id="rcmloginuser" autocomplete="off" type="text" /></td>
</tr>
<tr><td class="title"><label for="rcmloginpwd">Password</label>
</td>
<td><input name="_pass" id="rcmloginpwd" autocomplete="off" type="password" /></td>
</tr>
</tbody>
</table>
 
 
<p style="text-align:center;"><input type="submit" class="button mainaction" value="Login" /></p>
 
</form>
</div>
</div>
 
<script type="text/javascript">
/* <![CDATA[ */
 
$(document).ready(function(){ rcmail.init(); });
/* ]]> */
</script>
</body>
</html>

Dunno where you got these 'images' from, but they're not images.
(2010-11-13, 09:33 PM)MattRogowski Wrote: [ -> ]The source of that image is a HTML document... Undecided

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>RoundCube Webmail :: Welcome to RoundCube Webmail</title>
<meta name="Robots" content="noindex,nofollow" />
<link rel="index" href="./?_task=mail" />
<link rel="shortcut icon" href="skins/x3/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="skins/x3/common.css?s=1253128361" />
 
 
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="program/js/jquery-1.3.min.js?s=1240222531"></script>
<script type="text/javascript" src="program/js/common.js?s=1256995296"></script>
<script type="text/javascript" src="program/js/app.js?s=1256995295"></script>
<script type="text/javascript">
/* <![CDATA[ */
 
var rcmail = new rcube_webmail();
rcmail.set_env({task:'login',request_token:'47979c4aafa185b01fe04eb4f4914603',keep_alive:60,action:'get',comm_path:'./?_task=mail'});
rcmail.add_label('loading','Loading...');
rcmail.add_label('servererror','Server Error!');
rcmail.gui_object('message', 'message');
rcmail.gui_object('loginform', 'form');
/* ]]> */
</script>
</head>
<body>
 
<img src="skins/x3/images/roundcube_logo.png" border="0" alt="RoundCube Webmail" style="margin:0 11px" />
 
<div id="message"></div>
 
<div id="login-form">
<div class="boxtitle">Welcome to RoundCube Webmail</div>
<div class="boxcontent">
 
<form name="form" action="./" method="post">
<input type="hidden" name="_token" value="47979c4aafa185b01fe04eb4f4914603" />
<input type="hidden" name="_action" value="login" /><input type="hidden" name="_timezone" id="rcmlogintz" value="_default_" /><input type="hidden" name="_url" id="rcmloginurl" value="_task=mail&amp;_action=get&amp;_uid=41&amp;_mbox=INBOX&amp;_part=22" /><table summary="" border="0"><tbody><tr><td class="title"><label for="rcmloginuser">Username</label>
</td>
<td><input name="_user" id="rcmloginuser" autocomplete="off" type="text" /></td>
</tr>
<tr><td class="title"><label for="rcmloginpwd">Password</label>
</td>
<td><input name="_pass" id="rcmloginpwd" autocomplete="off" type="password" /></td>
</tr>
</tbody>
</table>
 
 
<p style="text-align:center;"><input type="submit" class="button mainaction" value="Login" /></p>
 
</form>
</div>
</div>
 
<script type="text/javascript">
/* <![CDATA[ */
 
$(document).ready(function(){ rcmail.init(); });
/* ]]> */
</script>
</body>
</html>

Dunno where you got these 'images' from, but they're not images.

I know what happened. Well, not what happened, but how to fix it. Thank you very much! Have a wonderful day/afternoon/evening!

EDIT: FUDGE! -.- They are images, what is happening...
For some reason I am downloading the images as binary files... -.-
http://community.wethewriters.org/images/off.gif
^It works there, but not on the forums...?
Because it's a different image. The forum is loading ./images/1/on.gif, the one you linked to there is ./images/off.gif