Closed chimcen closed 6 years ago
I've downloaded the lates forum plugin files from git and the problem remains...
when print out the data within the array looks good - 10 digit unix timestamp...
does anyone have the same problem?
Found the solution - some errors in "newforumposts_menu_template.php". I use the template "minimal".
In e107git you use {POST_DATESTAMP}
and {POST_AUTHOR_NAME}
{TOPIC_DATESTAMP}
and {TOPIC_AUTHOR_NAME}
instead, it works...Another failure is the used class <h4 class='media-header'>
<h4 class='media-heading'>
instead, the user icon will be centered correctly (source w3schools).But i don't know how to get the post message also visible... you use {POST_CONTENT}
but this didn't work...
Confirmed the above as bugs.
There is also an issue with the menu title. If left empty, it will display Array (
Fixes in #3132 and just added some additional template changes from media-header
to media-heading
.
All issues reported here should be fixed now
Hi,
i've enabled the latest forum posts menu on my site - but since update to e107 v2.1.7 it will show me the default blank_avatar image instead of the user avatar from post owner/writer...
And it shows me the wrong post date...
btw. i changed the default blank_avatar image to an bf1 char image... ;)
Can anyone help?