with ijji web

Results 1 to 10 of 10
  1. #1
    Novice TroyBoy is offline
    MemberRank
    Jul 2010 Join Date
    4Posts

    with ijji web

    look i have the ijji web and i dont see image in the item shop so i see that i need to set the code
    Code:
    /images/shop/<?=$item['WebImgName']?>"
    in the webimgname in the sql but where i need to set the image name


  2. #2

    Re: with ijji web

    You put the image name when you add items via admin panel.
    Example;
    Shotgun.jpg

  3. #3
    Novice TroyBoy is offline
    MemberRank
    Jul 2010 Join Date
    4Posts

    Re: with ijji web

    so where i need to put this code?

  4. #4

    Re: with ijji web

    Quote Originally Posted by TroyBoy View Post
    so where i need to put this code?
    You don't need to put the code..
    You need to make ".../images/shop/" directory,then put the images in shop folder.

  5. #5
    Imri Persiado tnrh1 is offline
    MemberRank
    May 2008 Join Date
    960Posts

    Re: with ijji web

    Change your code into:
    PHP Code:
    /images/shop/<? echo $item['WebImgName']; ?>"
    You put the image name when you add items via admin panel.
    Example;
    Shotgun.jpg
    That's not true,
    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.

  6. #6
    Novice TroyBoy is offline
    MemberRank
    Jul 2010 Join Date
    4Posts

    Re: with ijji web

    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.

  7. #7
    Imri Persiado tnrh1 is offline
    MemberRank
    May 2008 Join Date
    960Posts

    Re: with ijji web

    The code that you quoted in here replace it with the one I wrote.

  8. #8
    Novice TroyBoy is offline
    MemberRank
    Jul 2010 Join Date
    4Posts

    Re: with ijji web

    Quote Originally Posted by tnrh1 View Post
    The code that you quoted in here replace it with the one I wrote.
    you dont understand me i wana know in what file this code that i need to change not what the code

  9. #9
    Imri Persiado tnrh1 is offline
    MemberRank
    May 2008 Join Date
    960Posts

    Re: with ijji web

    I have never seen those files, give me a link to them and I will tell you.

  10. #10
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: with ijji web

    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...



Advertisement