The new version of the old plugin (now on Ajax technology and adapted by Сotonti)
Version: 0.0.5
GitHub: https://github.com/Alex300/userlatestposts
Installation
- Unpack and upload the files into the folder : /plugins/
- Go into the administration panel, then the tab "Plugins", click the name of the new plugin, and at bottom of the plugin properties, select "Install all".
- Then in the same page, check if this plugin require new tags in the skin files (.TPL)
If yes, then open the skin file(s) with a text editor, and add the tag {USERS_DETAILS_LATESTPOSTS}.
- Some extended plugins have their own configuration entries, available by clicking the number near "Configuration" in the plugin properties, or go directly to the main configuration tab, section "Plugins".
Enjoy!
Old Genoa version: download
Change into ;
Thanked: 180 times
Thanked: 7 times
GROUP BY t.ft_id
It has to be in the SQL query that calculates the value of $ totalitems. Total items in that case will be the number of topics with the users posts (not total number of users posts). Otherwise pagination is wrong and show us too many pages.
Or we have to move out GROUP BY t.ft_id from the main SQL query.
Thanked: 87 times
в той ревизии под siena что сейчас в закачке есть баг - видимо в новых версия сиены сменились урлы у форума - надо в userlatestposts.tpl прописать урл такого вида <a href="forums?m=posts&q={UPF_FORUMS_ID}#{UPF_FORUMS_ID}">{UPF_FORUMS_TITLE}</a>
Thanked: 180 times
Для исправления проблемы с урлом в сиене попробуйте https://github.com/Dayver/userlatestposts вот эту версию