Who viewed a topic
Geplaatst: 23 sep 2005, 22:05
ik wilde net deze hack op mijn forum zetten maar gelijk krijg ik een error tijdens mijn DB update
ja ik weet dat er in de melding staat Table 'phpbb_topic_view' already exists
maar nu weet ik niet of het ook geld voor de rest van de sql opdaracht
##############################################################
## MOD Title: Who viewed a topic
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This MOD will add the ability to logged
## users to see who has already viewed the
## topic they're watching. A small image
## is added to the viewtopic page for this.
## MOD Version: 1.0.3
## MOD Compatibility: 2.0.x
##
## Installation Level: Easy
## Installation Time: 5 minutes (1mn by EasyMOD of Nuttzy)
ja ik weet dat er in de melding staat Table 'phpbb_topic_view' already exists
maar nu weet ik niet of het ook geld voor de rest van de sql opdaracht
##############################################################
## MOD Title: Who viewed a topic
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This MOD will add the ability to logged
## users to see who has already viewed the
## topic they're watching. A small image
## is added to the viewtopic page for this.
## MOD Version: 1.0.3
## MOD Compatibility: 2.0.x
##
## Installation Level: Easy
## Installation Time: 5 minutes (1mn by EasyMOD of Nuttzy)
Code: Selecteer alles
Algemene fout
Error inserting table phpbb_topic_view.
DEBUG MODE
SQL Error : 1050 Table 'phpbb_topic_view' already exists
CREATE TABLE phpbb_topic_view ( topic_id mediumint(8) NOT NULL, user_id mediumint(8) NOT NULL, view_time int(11) NOT NULL, view_count int(11) NOT NULL)
Line : 17
File : who_viewed_db_update.php