You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow cool, and just to be clear, I think this is related to the "Last Post" made by a user, which can be seen in the profile view but was broken and no data was displayed.
If this is truly fixed this is pretty big. The profile info was always one of the bigger problems with discuss. Not as fundamental as a few, but pretty obviously a problem. Most problems just the admin or manager must worry about, but with this one it is clear there are problems.
I imagine the profile being really cool, with different info in different places (including site info, not all personal). Maybe one day...
Hi Squarou, i don't see any placeholder by the name of [[+last_createdon]]...
Just [[+createdon]], which actually works.
:ago addition only works for me (Dutch localized) when the dateformat is like "%Y-%m-%d %H:%M:%S" in the system-settings of discuss. look for discuss.date_format.
[[+last_createdon]] isn't showing anything in /chunks/post/disboardpost.chunk.tpl
Changed it to [[+post_last_on]]
I had to add in this line core/components/discuss/controllers/web/messages/index.class.php on line 105 :
And now can use this [[+post_last_on:ago]] in core/components/discuss/themes/sfpapa/chunks/post/disboardpost.chunk.tpl
The text was updated successfully, but these errors were encountered: