hulp

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
sjonnie40
Berichten: 10
Lid geworden op: 25 feb 2005, 15:55

hulp

Bericht door sjonnie40 » 25 feb 2005, 15:57

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

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 25 feb 2005, 16:00

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 ;)

sjonnie40
Berichten: 10
Lid geworden op: 25 feb 2005, 15:55

Bericht door sjonnie40 » 25 feb 2005, 16:12

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','');

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 25 feb 2005, 16:13


sjonnie40
Berichten: 10
Lid geworden op: 25 feb 2005, 15:55

doet het

Bericht door sjonnie40 » 25 feb 2005, 16:49

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

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 25 feb 2005, 16:52

Post regel 685 tot 700 van admin/admin_db_utilities.php eens?

sjonnie40
Berichten: 10
Lid geworden op: 25 feb 2005, 15:55

opgelost

Bericht door sjonnie40 » 25 feb 2005, 16:55

Ik heb het probleem al gevonden ik had wat oude text laten staan maar nu is het goed


bedankt de shoutbox werkt

Gesloten