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  
#1   how can I customize phpbb's sql to nuke .....
sonic888
CZ Newbie
sonic888 has been a member for over 18 year's 18 Year Member
Gender: Male
Website:
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
#2   re: how can I customize phpbb's sql to nuke .....
craigmack
CZ Active Member
 Codezwiz Site Donator
craigmack has been a member for over 19 year's 19 Year Member
usa.gif michigan.gif
Age: 46
Gender: Male
Fav. Sports Team: Pistons
Status: Offline
Joined: Feb 15, 2005
0.02 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  
<< 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