Results 1 to 6 of 6

Thread: Need a little help installing a mod
      
   

  1. #1
    jmtravis is offline Sergeant
    Join Date
    May 2006
    Posts
    25

    Default Need a little help installing a mod

    Hello Race,

    Can you help me out with installing a mod on my forums? I understand how to install a mod except for one part. Here is what it says.... how do I go about doing this?

    The mod is this one [2.0.6] FIND - Forum Integrated News Delivery - Input

    #
    #-----[ SQL ]------------------------------------------
    #
    # See schemas directory for databases other than mysql
    #
    CREATE TABLE phpbb_newsfeeds (
    feed_id smallint(5) unsigned NOT NULL auto_increment,
    forum_id smallint(5) unsigned NOT NULL default '0',
    user_id mediumint( NOT NULL default '0',
    news_url varchar(255) NOT NULL default '',
    news_name varchar(60) default NULL,
    news_limit smallint(5) unsigned NOT NULL default '0',
    news_active tinyint(1) unsigned NOT NULL default '1',
    include_channel tinyint(1) unsigned NOT NULL default '1',
    include_image tinyint(1) unsigned NOT NULL default '1',
    PRIMARY KEY (feed_id),
    KEY forum_id (forum_id)
    );

    Thanks!
    John

    Gamers Marketplace and Forums
    http://www.iplayg.com

  2. #2
    jmtravis is offline Sergeant
    Join Date
    May 2006
    Posts
    25

    Default Re: Need a little help installing a mod

    I installed Easy Mod which auto installs mods for phpBB. It worked like a dream and installed the mod I was trying to install manually. I have no problem installing most mods. It is the ones that involve sql stuff that I am unsure about. If you know of any tutorials point me in the direction I would like to learn!

    Thanks!
    John

    Gamers Marketplace and Forums
    http://www.iplayg.com

  3. #3
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Default Re: Need a little help installing a mod

    You can find these on the phpbb.com Home Support Forum...(I'm still trying to install a mod without messing things up myself!)

  4. #4
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Need a little help installing a mod

    Hi jmtravis
    you need to go to phpMyadmin in cpanel/MySQL on the left there is a dropdown menu select the database you wish to put the table in, then at the top of the page you will see Structure, SQL, Search, Query, Export, Import and Operations.
    Select SQL and paste the text from the table in and click "Go". IMPORTANT, if there is more than one table only do one table at a time.
    when done close phpMyadmin.

  5. #5
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Need a little help installing a mod

    Quote Originally Posted by Vasili
    You can find these on the phpbb.com Home Support Forum...(I'm still trying to install a mod without messing things up myself!)
    Ah my dear friend have read http://www.vodahost.com/vodatalk/blu...-creation.html

    have you got the easymod if not i've put a link to it there. if you need help just shout.

  6. #6
    jmtravis is offline Sergeant
    Join Date
    May 2006
    Posts
    25

    Default Re: Need a little help installing a mod

    Thanks everyone for your valuable info and how to's! It is much appreciated! You all are a fine group of people!



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49