MyBB Community Forums

Full Version: two missing icons: attachment icon on forum display and home icon on dead URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
not sure in which template the attachment icon is supposed to be when you go inside a forum and paperclip.gif shows that a thread has an attachment inside of it. at any rate, mine is showing a broken image in IE even though the image is in its general location: images/theme/paperclip.gif

http://shavenook.com/images/reksio/paperclip.gif

[attachment=25708]

edit, the template I found for the attachment icon appears to be:
forumdisplay_thread_attachment_count

but it looks correct..here is the code:
<div style="float: right;"><img src="{$theme['imgdir']}/paperclip.gif" alt="" title="{$attachment_count}" /></div>

also, when a user tries to go to an URL that is nonexistent, the home image is broken because it tries to look for the image in /images/reksio/images/reksio/images/reksio/home.png instead of just /images/reksio/home.png...in which theme is this to be fixed in?

[attachment=25710]
--- appears that issue is already fixed ; also marked as solved ---
(2012-03-12, 02:55 AM)ranjani Wrote: [ -> ]--- appears that issue is already fixed ; also marked as solved ---

yep, got it solved.