Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 03-06-2004, 08:50 AM   #1
Member (8 bit)
 
Join Date: Jan 2004
Posts: 173
Send a message via AIM to Zac3010
Exclamation phpBB Forum Mod Installation help!

Could someone please help me install this phpBB forum modification: http://forum.phpbb.biz/download.php?id=23948

I'm having problems creating a table for this rank (I have no idea what it means). Anyway, the download is only 9.78 KB, and it only takes 10 min's to install if you know how. Plz help! Thanks for your time!

(IM Me at Zac3010)
Zac3010 is offline   Reply With Quote
Old 03-06-2004, 03:42 PM   #2
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Are you running MySQL?

If so, then it would be pretty easy to do so at the mysql prompt like so:
mysql> CREATE TABLE phpbb_whosonline_ranks
(whosonline_rank_id tinyint(4) NOT NULL auto_increment primary key,
whosonline_rank_name varchar(50) NOT NULL default '',
whosonline_rank_color varchar(8) NOT NULL default '');

mysql> ALTER TABLE phpbb_users ADD user_whosonline_color int(11) DEFAULT '0' NOT NULL;


mysql> ALTER TABLE phpbb_groups ADD column group_color VARCHAR( 9 ) DEFAULT '0' NOT NULL ;

mysql> INSERT INTO phpbb_config VALUES ('allow_group_index', '0');

So 4 separate SQL statements. You could also do it in a similar way using PHPMyAdmin.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Old 03-07-2004, 06:15 PM   #3
Member (10 bit)
 
Join Date: Nov 2001
Posts: 610
Send a message via Yahoo to MSIuser
just a little thing to add here incase you arent running the mysql server locally, if your hosting provider offers phpmyadmin, you can just copy and paste those lines (from just after the mysql>) into the mysql query box.
MSIuser is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:48 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2