2012-03-11, 09:49 PM
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:
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]
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]