Pagina 1 van 1

hulp

Geplaatst: 25 feb 2005, 15:57
door sjonnie40
hallo

ik heb een forum.
Graag wil ik weten wie voor mij een aantal aanpassingen wil doen aan mijn forum.

zoals hide hack
shoutbox
andere template


stuur mij aub een mailtje als je wil.



John

Geplaatst: 25 feb 2005, 16:00
door Paul
Die kan je zelf doen, wij willen wel helpen wanneer het niet lukt. In de kennis bank staat een uitleg over hoe je een mod toepast ;)

hier http://www.phpbb.nl/kb.php?mode=article&k=24 staat ie ;)

Geplaatst: 25 feb 2005, 16:12
door sjonnie40
dit is echt russisch voor mij waar voer ik dit in?

#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_shoutbox (
id int(11) NOT NULL auto_increment,
sb_user_id int(11) NOT NULL,
msg varchar(255) NOT NULL,
timestamp int(10) unsigned NOT NULL,
sb_username varchar(255) NOT NULL,
PRIMARY KEY (id)
);

CREATE TABLE phpbb_shoutbox_config (
config_name varchar(255) NOT NULL,
config_value varchar(255) NOT NULL,
PRIMARY KEY (config_name)
);

INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest_view','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_bbcode','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_smilies','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('links_names','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('make_links','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('count_msg','100');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('delete_days','30');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('text_lenght','500');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('word_lenght','90');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_format','D G:i');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shoutbox_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_width','630');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_height','130');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id','');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id_view','');

Geplaatst: 25 feb 2005, 16:13
door Paul

doet het

Geplaatst: 25 feb 2005, 16:49
door sjonnie40
mijn shoutbox doet het nu ik heb alleen 1 probleem , in mijn admin controlpanel kan ik links niet meer op de links klikken dit staat er nu


Parse error: parse error, unexpected ',' in /home/virtual/site63/fst/var/www/html/admin/admin_db_utilities.php on line 696

Geplaatst: 25 feb 2005, 16:52
door Paul
Post regel 685 tot 700 van admin/admin_db_utilities.php eens?

opgelost

Geplaatst: 25 feb 2005, 16:55
door sjonnie40
Ik heb het probleem al gevonden ik had wat oude text laten staan maar nu is het goed


bedankt de shoutbox werkt