Creating A .tar File

Discussion in 'Gaming' started by Michael, Jul 25, 2005.

  1. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    I am trying to make a .tar file. But I cant seem to find the right program to make it. I have found many sites carrying it, but not sure which file I need.

    I am trying to edit some file in my form skin. (shop buton) and need it to show up on the header.

    Or if someone knows where I need to add the image of the button to make it show up. I already have the code in the skin, but where the button is supposed to be, is blank. it doesnt know what img to put there because I dont know where to put it, ;(
     
  2. MayurP

    MayurP Well-Known Member

    Posts:
    481
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Chicago, Illinois
    I know that WinRAR opens them up so maybe it also makes them. I have never made one but you can try ;)
     
  3. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    Well .tar files aren't compressed. They are just combined. I might be going at the button all wrong, but what I was going to do, is add my button img to the file and .tar it. Then upload it and install the skin with the new button img.

    But if someone knows how or where to put the .gif file to make the skin know what img its looking for. I would be greatful.
     
  4. gmatharu12

    gmatharu12 Well-Known Member

    Posts:
    62
    Likes Received:
    0
    Joined:
    Jul 24, 2005
    Location:
    United Kingdom
    yup. WinRAR opens them, it can even convert from them. But for some reason doesnt make them.

    .tar is a type of Gzip.. goto http://www.gzip.org for more info

    EDIT: I believe .tar.gz is the compression. .tar is jus the archive.
     
  5. gmatharu12

    gmatharu12 Well-Known Member

    Posts:
    62
    Likes Received:
    0
    Joined:
    Jul 24, 2005
    Location:
    United Kingdom
    See where the original button was.. the http:// path or something.. then put it there as the exact filename (with Case Sensitive)
     
  6. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    I am new to IPB. But from what I gather the other images for the buttons are located in the .tar file I uploaded and installed.

    Unless there is another place I can put it and link to to make it work. But I would rather learn the correct way to add a button and image to make sure I am not "half a$$ing" it.
     
  7. Dappem

    Dappem Well-Known Member

    Posts:
    232
    Likes Received:
    0
    Joined:
    Aug 15, 2004
  8. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    Well just to let others know where to add their button for any aditions like shop or arcade.

    Just add the .gif to style_images>your skin.

    Took me a while but finally found it.
     
  9. gmatharu12

    gmatharu12 Well-Known Member

    Posts:
    62
    Likes Received:
    0
    Joined:
    Jul 24, 2005
    Location:
    United Kingdom
    Cool Cool
    Glad to hear you've cleared it *thumbs up*
     
  10. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    Well almost. I have the button in place, but when I click it, it doesnt go to the shop. It just goes back to the main index. Not sure what is wrong with the code. BFTP and I are looking into it, but if someone here knows what wrong with this let me know.

    Code:
    <td width="60" height="38">[url="index.php?act=Shop"][img]{ibf.vars.img_url}/fusion_header_shop.gif[/img][/url]</td>
    This is for IPB 1.3.1 IBShop v.2 mod BTW.
     
  11. MayurP

    MayurP Well-Known Member

    Posts:
    481
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Chicago, Illinois
    you didnt do some/all of the edits that are required. that would have to be the only reason.
     
  12. Semag

    Semag Well-Known Member

    Posts:
    739
    Likes Received:
    0
    Joined:
    Apr 1, 2005
    Not sure if this is the problem or not but did you try changing Shop to shop in this section? index.php?act=Shop
     
  13. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    No. I went through them step by step. I even ran the installation afterwards like in the instructions. I beieve it has something to do with where the link is pointing to. But want someone who knows the 1.3.1 IBShopv.2 and can tell me where my code is wrong.
     
  14. MayurP

    MayurP Well-Known Member

    Posts:
    481
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Chicago, Illinois
    go through and make sure you did every edit. thats the only reason that i can think of ;)
     
  15. Michael

    Michael Well-Known Member

    Posts:
    4,060
    Likes Received:
    0
    Joined:
    Jan 31, 2005
    Location:
    England
    I have tried shop, store, with and with out the index.php.
     

Share This Page