MyBB Community Forums

Full Version: Awards images problem in admincp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello mybb can anyone help me with this problem.

OUGC Awards

The image not show in admincp but it show on forum.

ADMINCP look
[Image: ZrolcGc.png]

IN FORUM LOOK
[Image: Od89bS8.png]

Also i try to added in newpoint awards shop but i dont know which is which cause the images is not show.

[Image: Z3sK2Vh.png]

I use images type with .PNG
Or do i have to use .JPG

Please help me.
The ACP directory for images is different to the frontend path to images. In your ACP, right click on the broken image and click inspect to see the path it is looking for. Then verfiy if that path with the images exist.
(2018-09-14, 05:24 AM)Ashley1 Wrote: [ -> ]The ACP directory for images is different to the frontend path to images. In your ACP, right click on the broken image and click inspect to see the path it is looking for. Then verfiy if that path with the images exist.

That what it say
<td class="align_center first"><img src="images/LG/A-.png"></td>
And do you have an image called A-.png in the folder images/LG/ ?
(2018-09-14, 02:27 PM)Ashley1 Wrote: [ -> ]And do you have an image called A-.png in the folder images/LG/ ?

Yes
There must be a problem with the path then. The path is relative, so it might be looking for

http://www.yoursite.com/admin/images/LG/A-.png

instead of http://www.yoursite.com/images/LG/A-.png

You have to check the code for this, or you can try copying that image folder into the admin directory
(2018-09-14, 02:51 PM)Ashley1 Wrote: [ -> ]There must be a problem with the path then. The path is relative, so it might be looking for

http://www.yoursite.com/admin/images/LG/A-.png

instead of http://www.yoursite.com/images/LG/A-.png

You have to check the code for this, or you can try copying that image folder into the admin directory

[Image: c7CRtof.png]

That what i got

Also this one show the images
http://lazygaming.ga/images/LG/A-.png

It work like blow
admin/images/LG
Did you copy the image folder from the front end into the admin folder ?
(2018-09-14, 03:02 PM)Ashley1 Wrote: [ -> ]Did you copy the image folder from the front end into the admin folder ?

IMages are working now but why i cant move look on the red arrow
[Image: IDmK4gu.png]

I got 11 of them but i cant choose other.
Sorry i don't know this plugin very well. how do you mean "cant move look on the red arrow" ?
Pages: 1 2