Home :: Forums :: Register :: Sign In :: Links :: Downloads :: Shop
You are not signed in. Please sign in. If you have not registered, please click here.

how can I customize phpbb's sql to nuke .....

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb   More...
#1Wed Mar 22, 2006 4:11 pm   how can I customize phpbb's sql to nuke .....
sonic888
CZ Newbie
sonic888 has been a member for over 3 year's 3 Year Member
Website: www.hulyaca.com
Status: Offline
Joined: Aug 03, 2005
0.00 posts per day
Posts: 3
Points: 455
   
Hi all ...
how can I customize phpbb's sql to nuke
for example :
CREATE TABLE `phpbb_thanks` (
`topic_id` MEDIUMINT(icon_cool.gif NOT NULL,
`user_id` MEDIUMINT(icon_cool.gif NOT NULL,
`thanks_time` INT(11) NOT NULL
);

ALTER TABLE `phpbb_forums` ADD `forum_thank` TINYINT(1) DEFAULT '0' NOT NULL AFTER `forum_status`;



Back to top Reply with quote
#2Wed Mar 22, 2006 6:05 pm   re: how can I customize phpbb's sql to nuke .....
craigmack
CZ Active Member
 Codezwiz Site Donator
craigmack has been a member for over 3 year's 3 Year Member
usa.gif michigan.gif
Age: 30
Fav. Sports Team: Pistons
Status: Offline
Joined: Feb 15, 2005
0.11 posts per day
Posts: 147
Points: 6,072
   
here is the code

CREATE TABLE `nuke_thanks` (
`topic_id` MEDIUMINT(8) NOT NULL,
`user_id` MEDIUMINT(8) NOT NULL,
`thanks_time` INT(11) NOT NULL
);

ALTER TABLE `nuke_bbforums` ADD `thank` TINYINT(1) DEFAULT '0' NOT NULL AFTER `forum_status`;

I believe this mod has already been ported


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb   More...
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum