Page 1 of 1

Prime Birthday + Board 3 Portal

Posted: 2. November 2010 12:38
by Shona
Hallo,

habe den Mod Prime Brithday installiert und durch diesen kann man einstellen ob man seinen Namen in der Geburtstagsliste sehen will oder nicht.
wie könnte ich das ins Portal integrieren ?

Im Index wird es mit der folgenden Änderung ermöglicht

Open: index.php
FIND

Code: Select all

AND u.user_type IN (" . USER_NORMAL . ', ' . USER_FOUNDER . ')';
Add after

Code: Select all

//-- mod: Prime Birthdate ---------------------------------------------------//
	include($phpbb_root_path . 'includes/prime_birthdate.' . $phpEx);
	$prime_birthdate->index_inject_sql($sql);
//-- end: Prime Birthdate --------------------
Find

Code: Select all

$birthday_list .= (($birthday_list != '') ? ', ' : '') . get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']);
Add before

Code: Select all

//-- mod: Prime Birthdate ---------------------------------------------------//
		$prime_birthdate->index_alter_birthday_list($row);
//-- end: Prime Birthdate ---------------------------------------------------//
Nun dachte ich mir das es in die birthday_list.php rein kommt, womit ich ja eigentlich nicht falsch liege aber es will nicht funktionieren.

Könnt ihr mir vll da weiterhelfen?

MfG
Shona

PS: Hier http://www.absoluteanime.com/admin/mods.htm#birthdate gibt es den Mod