Seite 1 von 1

BV recent topic alles doppelt

Verfasst: 01.01.2014 10:19
von style-your-body
Erst mal ein frohes neues Jahr!

Nach der Installation von den MOD NV recent Topic 1_0_6 ist mir aufgefallen das in der BOx alle Themen doppelt sind . Woran kann das liegen ?

Re: BV recent topic alles doppelt

Verfasst: 01.01.2014 11:35
von Miriam
Daran, dass du einen Fehler beim Einbau gemacht hast... Fällt mir dazu auf Anhieb ein.

Re: BV recent topic alles doppelt

Verfasst: 01.01.2014 11:42
von Kirk
Hallo Frohes neues Jahr
Probier mal im ACP bei Übergeordnete Foren anzeigen auf nein setzen.
Ansonsten mal die Intallation kontrollieren.

Re: BV recent topic alles doppelt

Verfasst: 01.01.2014 11:58
von AYYILDIZLAR
Hallo,
style-your-body hat geschrieben:Nach der Installation von den MOD NV recent Topic 1_0_6 ist mir aufgefallen das in der BOx alle Themen doppelt sind . Woran kann das liegen ?
Du hast einen bestimmten Code was in der install der MOD steht, 2 mal eingefügt. Laut install der MOD:

Öffnen: index.php und Finden

Code: Alles auswählen

// Output page
Davor einfügen:

Code: Alles auswählen

if ($config['rt_index'])
{
	if (!function_exists('display_recent_topics'))
	{
		include($phpbb_root_path . 'includes/functions_recenttopics.' . $phpEx);
	}
	display_recent_topics($config['rt_number'], $config['rt_page_number'], $config['rt_anti_topics'], 'recent_topics', request_var('f', 0), true, $config['rt_parents']);
}
Du hast den Code aus Davor einfügen: im Eifer des Gefechts, doppelt eingetragen.

Re: BV recent topic alles doppelt

Verfasst: 01.01.2014 12:41
von style-your-body
ja war doppelt in der index