MyBB Community Forums

Full Version: Images not appearing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I uploaded my pictures to SUBIR/images/mycleangreen/postbit_edit.png(the directory)

Now I right click the edit button, and click "Open image in new tab" and it opens to the right path but the image wont show. I go to inspect elements when selecting the edit button and it says the image is under "Postbit_moderator_edit" but I've never seen or heard of this template some help please.
In postbit_edit template, Change postbit_edit.gif to postbit_edit.png
(2011-04-25, 05:28 AM)Yaldaram Wrote: [ -> ]In postbit_edit template, Change postbit_edit.gif to postbit_edit.png
Thats the thing, it is. here is the code, maybe you can see something i am missing.
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imgdir']}/postbit_edit.png" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("edit_post_{$post['pid']}");
	}
// -->
</script>

(2011-04-25, 06:18 AM)Disturbed Wrote: [ -> ]http://gfxcafe.net/images/mycleangreen/postbit_edit.png

Shows for me..
Wrong site, http://mcmines.com/SUBIR/images/mycleang...t_edit.png
You see it shows there but not here.


[attachment=22432]
Also, you need to host them.
(2011-04-25, 06:34 AM)! NICK ! Wrote: [ -> ]Also, you need to host them.
What do you mean?

Make sure the image url is exact, including the capitalization of SUBIR

If thats already done then could we get a screenshot of the image with the inspect element window so that we can see the exact link? Or just provide a test account and URL
(2011-04-25, 08:00 AM)euantor Wrote: [ -> ]It shows for me at http://mcmines.com/SUBIR/images/mycleang...t_edit.png

Thats what he is saying...it shows if you access it directly but its not showing up in the place its supposed to when the whole page is loaded, as can be seen in the attachment he posted.
Pages: 1 2