Ipb Help Topic

Discussion in 'Gaming' started by Andrew, Jun 6, 2005.

  1. Aznsilvrboy

    Aznsilvrboy Well-Known Member

    Posts:
    1,252
    Likes Received:
    0
    Joined:
    Sep 12, 2005
    Did, CHMODded index.php and the folder that is in to 777 (tried other values too) and still same.
     
  2. II Phix II

    II Phix II Well-Known Member

    Posts:
    716
    Likes Received:
    0
    Joined:
    Jul 7, 2005
    well im trying to install the IBIRC mod for 2.1.x, but after i install it, i got nothing on how to link to it, or how to get it working :/

    any help is appreciated
     
  3. DiabloDj1

    DiabloDj1 Well-Known Member

    Age:
    33
    Posts:
    5,610
    Likes Received:
    0
    Joined:
    Jan 27, 2005
    Location:
    USA/RI
    Hm..
    I think 404 means there is no file there...

    make sure you didnt lose that file by accident..maybe you should re-edit that one?..idk
     
  4. ~Enigma~

    ~Enigma~ Senior Member

    Age:
    32
    Posts:
    300
    Likes Received:
    0
    Joined:
    Aug 12, 2005
    Location:
    Canada
    Where can it get Credits for IPB 2.0? The Wealth Statistics? And the Reputation?
     
  5. Joekill

    Joekill Well-Known Member

    Posts:
    137
    Likes Received:
    0
    Joined:
    Sep 16, 2005
    when I try to restore a backup using phpmyadmin, I get this after uploading the .sql file:

    CREATE TABLE `smf_shop_items` (
    id int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
    name varchar( 50 ) NOT NULL default '',
    DESC text NOT NULL default '',
    price decimal( 8, 2 ) unsigned NOT NULL default 0.00,
    module tinytext NOT NULL default '',
    stock smallint( 6 ) NOT NULL default 0,
    info1 text NOT NULL default '',
    info2 text NOT NULL default '',
    info3 text NOT NULL default '',
    info4 text NOT NULL default '',
    input_needed tinyint( 3 ) unsigned NOT NULL default 1,
    can_use_item tinyint( 3 ) unsigned NOT NULL default 1,
    image tinytext NOT NULL default '',
    PRIMARY KEY ( id )
    ) TYPE = MYISAM


    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc text NOT NULL default '',
    price decimal(8,2) unsigned NOT NULL default 0' at line 4
     
  6. .embrace

    .embrace Well-Known Member

    Posts:
    237
    Likes Received:
    0
    Joined:
    Dec 18, 2005
    IBstore is back to public.

    Ive added it and changed the render row up a bit and the shop credits arnt working, how do i fix this?
     
  7. Skillax

    Skillax Well-Known Member

    Age:
    35
    Posts:
    239
    Likes Received:
    0
    Joined:
    Mar 29, 2006
    Location:
    BOSTON
    Thanks for this man.
     
  8. Blooper008

    Blooper008 Well-Known Member

    Posts:
    1,535
    Likes Received:
    0
    Joined:
    Mar 17, 2005
    There could be sereveral reasons causin' this, I'd suggest you going to invisionize to their IBStore thread, you will probably find your answers there.

    For now, check your php (especially the sources/sql/mysql.php, cant really renember the name but you had to edit that) edits and check if you did all skin edits, and if the shop is turned on.
     
  9. Equivalent Exchange

    Equivalent Exchange Well-Known Member

    Posts:
    1,466
    Likes Received:
    0
    Joined:
    Nov 9, 2005
  10. spartan117

    spartan117 Senior Member

    Age:
    32
    Posts:
    1,794
    Likes Received:
    0
    Joined:
    Oct 31, 2005
    Location:
    San Antonio, TX, USA
    OK, well this is probably something simple, but...

    I'm trying to do my own skin, and I've done some of it, but I can't figure out how to center the category titles. I've tried inserting
    Code:
    text-align: center;
    into the CSS, but that didn't work. Any suggestions? In case it means anything, I'm using IPB 2.0.
     
  11. DiabloDj1

    DiabloDj1 Well-Known Member

    Age:
    33
    Posts:
    5,610
    Likes Received:
    0
    Joined:
    Jan 27, 2005
    Location:
    USA/RI
    Is there a way to add text to the registration page? As a reminder I need something said there.

    IPB 2.1.5
     
  12. GR.Konvict

    GR.Konvict Well-Known Member

    Age:
    18
    Posts:
    3,823
    Likes Received:
    0
    Joined:
    Jul 30, 2004
    Location:
    :o
    Try sources/registration.php
     
  13. DiabloDj1

    DiabloDj1 Well-Known Member

    Age:
    33
    Posts:
    5,610
    Likes Received:
    0
    Joined:
    Jan 27, 2005
    Location:
    USA/RI
    No file is there..

    i found a registration file somewhere, didnt know where to write what I wanted tho..ahh complicated coding..
     
  14. [3E]SuperVisual

    [3E]SuperVisual Well-Known Member

    Age:
    37
    Posts:
    662
    Likes Received:
    0
    Joined:
    Apr 4, 2006
    the text are in the language files, edit that and it will change

    cache / lang / en langregister or something like that
     
  15. DiabloDj1

    DiabloDj1 Well-Known Member

    Age:
    33
    Posts:
    5,610
    Likes Received:
    0
    Joined:
    Jan 27, 2005
    Location:
    USA/RI

    Thanks coldfusion :D

    Ahh.. I replaced some text with some other stuff and got this error:

    Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/diablodj/public_html/forums/cache/lang_cache/en/lang_register.php on line 197

    now I added this text:
    Code:
    <body><FONT SIZE=4>Be sure to register using the same username as on the alliance in DarkThrone. Registering under another account will have you deleted!</FONT></body>
    but that doesnt work either, doesnt show.. coding help plz! xP
     

Share This Page