bizzlesnaff / mwenhanced

Automatically exported from code.google.com/p/mwenhanced
0 stars 1 forks source link

Missing Image #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a new Topic or reply to an thread.
2.Get showing a missing image. ( See Screenshot )

What revision of the product are you using? In what browser?
Revision: d01a96d4a9

What version are you using? MangosWeb or TrinityWeb?
TrinityWeb

Try to fix:
I have take a look into file:

/templates/offlike/forum/forum.post.php

On Line 44:

<img src="<?php echo $currtmp; ?>/images/illidan.png" border="0" 
width="100%" />

I have uncoment this Line with:

<!-- <img src="<?php echo $currtmp; ?>/images/illidan.png" border="0" 
width="100%" /> // -->

Greatz WuChEn

Original issue reported on code.google.com by BrummiKa...@googlemail.com on 4 Jun 2010 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
Edit "/images/illidan.png" to "/images/bc-tile.jpg". That should fix it.

Original comment by spa...@gmail.com on 26 Jun 2010 at 11:06

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by wilson.steven10@gmail.com on 24 Jul 2010 at 3:28