look i have the ijji web and i dont see image in the item shop so i see that i need to set the codein the webimgname in the sql but where i need to set the image nameCode:/images/shop/<?=$item['WebImgName']?>"
look i have the ijji web and i dont see image in the item shop so i see that i need to set the codein the webimgname in the sql but where i need to set the image nameCode:/images/shop/<?=$item['WebImgName']?>"
You put the image name when you add items via admin panel.
Example;
Shotgun.jpg
so where i need to put this code?
Change your code into:
PHP Code:/images/shop/<? echo $item['WebImgName']; ?>"That's not true,You put the image name when you add items via admin panel.
Example;
Shotgun.jpg
this is a php code that select data from the database, in this case it's the image.
He must to use $row['xxx'];
When you want to display a single image you will use a simple html code as you said.
Last edited by tnrh1; 03-06-11 at 08:43 AM.
but what code i need to change? and where is this code that i need to change
Last edited by TroyBoy; 03-06-11 at 08:52 AM.
The code that you quoted in here replace it with the one I wrote.
I have never seen those files, give me a link to them and I will tell you.
Why just not see the X-weaver's tutorial of How to setup ijji web.
Also for images in the shop, just add the item via AdminCP, then in image cell put the image name, that have to be on the item type sub folder in shop one. For example: If you upload a ranged weapon, the image have to be on images< shop< ranged< image.jpeg
That's all i guess...