letzter Beitrag in "Aktuelle Beiträge"

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked

Topic author
HenK
Valued Contributor
Posts: 80
Joined: 8. January 2008 12:50
phpBB.de User: HenK
phpBB.com User: H3nK
Location: Germany

letzter Beitrag in "Aktuelle Beiträge"

Post by HenK »

In der aktuellen Beiträge box wird beim letzten Beitrag nicht immer das korrekte Datum angezeigt. Oder vertu ich mich?
Zum beispiel hier beim obersten. Da steht Freitag der 1. statt Montag der 4. Der Verfasser ist aber korrekt.
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by thomas.d »

Ist bei meinem Portal (0.2.1) auch so ...

D.h., es werden zwar die Verfasser des tatsächlich letzten Beitrages angezeigt, Datum und Uhrzeit stimmen aber nicht (liegen in der Vergangenheit).

Wenn man im Block "Benutzer Menu" auf "Neue Beiträge" klickt, bekommt man die korrekten Daten.

[Edit]

Diesen Beitrag habe ich um 13:59h geschrieben. im PortalBlock steht 11:02h, allerdings mit dem richtigen Datum ...

[/Edit]
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

markus76
Active Member
Posts: 11
Joined: 23. December 2007 15:07
Location: Kulmbach

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by markus76 »

Angezeigt wird die Zeit vom erstellen des Threads, muss ich aber sagen, dass war vorher schöner gelöst.

Topic author
HenK
Valued Contributor
Posts: 80
Joined: 8. January 2008 12:50
phpBB.de User: HenK
phpBB.com User: H3nK
Location: Germany

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by HenK »

Das scheint dann ein bug zu sein. Falsche Zeitpunktsanzeige. Also statt Zeitpunkt des letzten Beitrags, Zeitpunkt der threaderstellung.
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by Ice »

Oh dear, I'll get on that right away.
Board3 Portal Dev & English Tech Support
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by Ice »

Fix is in the SVN.

Here's a diff if you want to fix your own yourself before we get another release out.

http://board3deportal.svn.sourceforge.n ... pathrev=94
Board3 Portal Dev & English Tech Support
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by thomas.d »

Hi Ice,

to let you know, what you have to get on right away:

The block "Recent Postings" shows time and date of starting the thread instead of the actual recent post.

(Hey, what about pointing the question after the answer?!? :mrgreen: )
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by Ice »

Cheers Thomas, I only just beat you. ;)

Using Babelfish to try and work out what these posts mean is pretty taxing, thanks for the help!
Board3 Portal Dev & English Tech Support
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by thomas.d »

Ice wrote:Fix is in the SVN.

Here's a diff if you want to fix your own yourself before we get another release out.

http://board3deportal.svn.sourceforge.n ... pathrev=94
Hm, unfortunately my skills in pointing out the neccessary changes are too low ...

Would you mind to put here like

open blabla.php

find

Code: Select all

I_wouldn't_show_correct_time_in_recent_topics
Replace with

Code: Select all

I'm_glad_to_show_correct_time_in_recent_topics
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Golden
Active Member
Posts: 10
Joined: 3. February 2008 20:41
Location: nähe München / near Munich

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by Golden »

Open phpbb3/portal/includes/functions.php

Find

Code: Select all

$posts[$i]['topic_time']                        = $user->format_date($row['topic_time']); 	
and replace it with:

Code: Select all

$posts[$i]['topic_time']                        = $user->format_date($row['post_time']);
;)
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: letzter Beitrag in "Aktuelle Beiträge"

Post by thomas.d »

Jepp, brillant!

Thanks a lot!
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”