Page 1 of 1

Geburtstagsblock span title="{board3_birthday_ahead_list.DAT

Posted: 2. June 2014 19:24
by Yetikisdorf
Deine Portal Version: 2.0.2
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Ja
Dein Wissensstand: Fortgeschritten
Link zu Deinem Forum: http://www.angelforum.bilderschuppen.net/

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Update von Portal 2.0.1 auf 2.0.2

Was hast Du bereits versucht um das Problem zu lösen?
Forumcache geleert, Templates und Themes aktualisiert

Fehlerbeschreibung und Nachricht
Habe heute beim oben genannten Board das Portal von 2.0.1 auf 2.0.2 upgedatet. Jetzt kommt von Nutzern die Info, das man beim Überfahren des Namens im Geburtsagsblock das Datum der kommenden Geburtstage nicht mehr angezeigt bekommt, was bei 2.0.1 ging.

In der html Datei des Blocks ist das aber wohl noch so vorgesehen, dass das Datum per title-tag angezeigt wierden soll .
birthday_side_html:

Code: Select all

<span title="{board3_birthday_ahead_list.DATE}">{board3_birthday_ahead_list.USER}</span>
Ebenso in der portal_birthday_list. php:

Code: Select all

$birthday_ahead_list = true;
					$template->assign_block_vars('board3_birthday_ahead_list', array(
						'USER'		=> get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']),
						'AGE'		=> ($age = (int) substr($row['user_birthday'], -4)) ? ' (' . ($now['year'] - $age) . ')' : '',
						'DATE'		=> $this->format_birthday($user, $row['user_birthday'], 'd M'),
					));
Oder sehe ich das verkehrt?

Hier bei portal.php funktioniert das übrigens auch nicht. Oder sind das noch reste einer Funktion, die es nicht mehr geben sol?[/i]

Re: Geburtstagsblock span title="{board3_birthday_ahead_list

Posted: 2. June 2014 20:29
by Kirk
Hallo
Das Problem ist bekannt, bitte gedulde dich ein wenig bis Marc eine Lösung dafür hat.

Re: Geburtstagsblock span title="{board3_birthday_ahead_list

Posted: 9. June 2014 14:58
by Marc
Sollte durch das hier wieder funktionieren:
https://github.com/board3/Board3-Portal/pull/256

Re: Geburtstagsblock span title="{board3_birthday_ahead_list

Posted: 15. June 2014 17:27
by Kirk
Jetzt funktioniert es wieder Marc.