Tagcloud Mod

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Code: Alles auswählen

INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_on', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_index_tags', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_index_tagcloud', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_topic_tagcloud', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_forum_tags', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_max_font', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_min_font', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_colour1', '1', '0');
INSERT INTO `phpbb_config` ( `config_name`, `config_value`, `is_dynamic`) VALUES ('pbf_colour2', '1', '0');
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Habs fehlerfrei ausgeführt. Leider hat das überhaupt nichts gebracht.

Hast du noch eine Idee? Danke für die bisherigen bemühungen :-)
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Du könntest mal gucken welche Einträge nun alles in der phpbb_config sind, die mit der MOD zutun haben, also mit pbf_ anfangen.
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Code: Alles auswählen

pbf_on			1	0
pbf_index_tags		1  	0
pbf_index_tagcloud	1 	0
pbf_topic_tagcloud	1 	0
pbf_forum_tags		1 	0
pbf_max_font		1 	0
pbf_min_font		1 	0
pbf_colour1		1 	0
pbf_colour2		1	0
Ist das das was du erwartet hast?
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

das sollte drin stehen, steht es vllt auch 2mal drin?
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Wenn ich die Ganze datenbank in der das Forum installiert ist mit "pbf_" absuche erhalte ich:

Code: Alles auswählen

9 Treffer in der Tabelle phpbb_config

Code: Alles auswählen

pbf_on  	1  	0
pbf_index_tags 	1 	0
pbf_index_tagcloud 	1 	0
pbf_topic_tagcloud 	1 	0
pbf_forum_tags 	1 	0
pbf_max_font 	1 	0
pbf_min_font 	1 	0
pbf_colour1 	1 	0
pbf_colour2 	1 	0
habe ansonsten nichts weiteres gefunden.
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

versuch mal is_dynamic auf 1 zusetzen.
kein Support per PN
Benutzeravatar
Feuerwolf
Mitglied
Beiträge: 456
Registriert: 11.09.2005 12:40
Wohnort: St Gallen

Beitrag von Feuerwolf »

Ja das hat funktioniert.

ich hatte zwar wieder Fehler, aber ich konnte nun ein Post mit Tags füttern.

Leider hat der Mod noch nicht ganz funktioniert.

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 201: Undefined variable: config
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 799: Undefined index: poll_start
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 135: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 136: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 137: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 167: Undefined index: poll_start
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 177: Undefined index: topic_first_poster_colour
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 182: Undefined variable: s_type_switch
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 189: Undefined variable: s_display_active
[phpBB Debug] PHP Notice: in file /phpBBFolk.php on line 191: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: tag_cloud
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions_phpBBFolk.php on line 184: Undefined variable: phpbb_root
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3397: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3399: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3400: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3401: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2914)
THX soweit.
Suche einen php Programmierer der in der NordOstschweiz wohnt.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Melde das ganze doch mal dem MOD-Autor.
kein Support per PN
Antworten

Zurück zu „[3.0.x] Mod Support“