User's recent posts

Displays the latest posts of one user in the forums, in his/her account details.

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


1. Elgan  3. April 2009, 10:54
if this is the one on this website the forum section links are broken. The forum topic links work fine tho.
2. AerialAngel  18. Mai 2009, 10:04
sweeet this plug in is very useful thank you!!
3. rayblo  26. Januar 2010, 06:15
TPL fix;

<!-- BEGIN: TOPIC -->
	{UPF_DATE}: {UPF_FORUMS} <a href="forums.php?m=posts&amp;p={UPF_FORUMS_ID}#{UPF_FORUMS_ID}">{UPF_FORUMS_TITLE}</a><br />
	<!-- END: TOPIC -->

Change into ;

<!-- BEGIN: TOPIC -->
	{UPF_DATE}: {UPF_FORUMS} / <a href="forums.php?m=posts&amp;p={UPF_FORUMS_ID}#{UPF_FORUMS_ID}">{UPF_FORUMS_TITLE}</a><br />
	<!-- END: TOPIC -->
4. Dayver  26. Januar 2010, 06:46
This is not a bug. Everything depends on the particular site and its design. I see no reason to fix the plugin because all wonderful changes in the TPL file
5. Uch  18. August 2011, 21:14

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.

6. Kopusha  6. Januar 2014, 18:27

в той ревизии под siena что сейчас в закачке есть баг - видимо в новых версия сиены сменились урлы у форума - надо в userlatestposts.tpl прописать урл такого вида <a href="forums?m=posts&amp;q={UPF_FORUMS_ID}#{UPF_FORUMS_ID}">{UPF_FORUMS_TITLE}</a>

7. Dayver  15. September 2014, 08:37

Для исправления проблемы с урлом в сиене попробуйте https://github.com/Dayver/userlatestposts вот эту версию

Nur registrierte Benutzer können Kommentare schreiben