05/06/2004, 13:35
|
| | Fecha de Ingreso: junio-2004
Mensajes: 4
Antigüedad: 20 años, 5 meses Puntos: 0 | |
Agregando el mod hierarchy Estoy por agregar el mod hierarchy..pero tengo un pekeño problema...
segun lo ke me dice el file MOD-cat_hierarchy-part1 :
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_categories ADD cat_main_type CHAR(1);
ALTER TABLE phpbb_categories ADD cat_main MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_categories ADD cat_desc TEXT NOT NULL;
ALTER TABLE phpbb_categories ADD icon VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link_internal TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit_count TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit BIGINT(20) UNSIGNED NOT NULL;
ALTER TABLE phpbb_forums ADD icon VARCHAR(255);
Mi pregunta es....¿COMO HAGO ESO???
Al foro lo tengo alojado en miarroba...
alguien me podria decir ke es lo ke tengo ke hacer???
pd: Tengo ke leer y seguir las instrucciones de los 4 txt ke estan incluidos en el mod no??? |