News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Recent Posts (1, 3, 7 Days)

Started by Randem, June 02, 2018, 07:39:48 PM

Previous topic - Next topic

Randem

Link to the mod

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Randem Systems "Recent Posts" Installation Instructions version 2.1.x
// SMF mod package for use with the Simple Machines Forum versions 2.0.19 & 2.1.4, PHP
// For more information and support.
//
// Author - Randem (http://www.simplemachines.org/community/index.php?action=profile;u=384160)
//
// Randem Systems Website: http://randemsystems.com
// Recent Posts Support: https://randemsystems.support/
//
// Copyright (C) 2018 - 2024 Randem Systems
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the Boost Software License.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// License.txt file for more details
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////

What is Recent Posts:

Allows a user to see all the recent posts in a formatted structure.

How It Works:

Recent Posts will create a tree structure of the most recent post in a helpful readable format.
The selections are 1, 3 and 7 Days. The selections are to be found in SMF versions 2.0.19 & 2.1.4 in the main menu.

Limitations:

None.

Installation Instructions:

Installs via the Package Manager that is included with the SMF software.
BotBanish - The Ultimate Bot Firewall
Scams - How to Protect Yourself
Why Professionals Should Not Use Free Email Accounts

Always ignore those who attempt to tell you what to think and believe those who will allow you think for yourself

-Rock Lee-

First congratulations on the mod, I leave the translation to the Latin Spanish...

<file name="$languagedir/index.spanish_latin.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[

$txt['recent_view_1'] = '&Uacute;ltimas 24 horas';
$txt['recent_view_2'] = '&Uacute;ltimos 3 d&iacute;as';
$txt['recent_view_3'] = '&Uacute;ltimos 7 d&iacute;as';

$txt['recent_days_1'] = '-1 d&iacute;a';
$txt['recent_days_2'] = '-3 d&iacute;a';
$txt['recent_days_3'] = '-7 d&iacute;a';
$txt['messages'] = 'Mensajes';

$txt['most_recent'] = 'Publicaciones m&aacute;s recientes en el &uacute;ltimo: ';
]]></add>
</operation>
</file>

<file name="$languagedir/index.spanish_latin-utf8.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[

$txt['recent_view_1'] = 'Últimas 24 horas';
$txt['recent_view_2'] = 'Últimos 3 días';
$txt['recent_view_3'] = 'Últimos 7 días';

$txt['recent_days_1'] = '-1 día';
$txt['recent_days_2'] = '-3 día';
$txt['recent_days_3'] = '-7 día';
$txt['messages'] = 'Mensajes';

$txt['most_recent'] = 'Publicaciones más recientes en el último: ';
]]></add>
</operation>
</file>


...and at the time of testing it in local me the following error: (I attach it).


Regards!

¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

Gryzor

Is there a screenshot or a demo somewhere? :)

mattizzy

I installed this but nothing happened
I am only an SMF Addict. I think I took overdose.

Biology Forums


Kiriakos GR

Quote from: Gryzor on June 13, 2018, 05:51:16 AM
Is there a screenshot or a demo somewhere? :)

I have also the same question ...   So far unregistered members has access to Recent Posts (SMF default function) , and NOT the registered ones.
Therefore I am interested of this Mod and to see a screenshot of where this icon? / menu?  will be placed.


Shades.

#6
Just installed this on 2.0.18 with a few minor edits. Link is yourforum.com/index.php?action=recent

Screenshot attached...

Edits are ins Sources/display.php

Replace:
m.smileys_enabled, m.poster_name, m.poster_email, m.approved,

With:
m.smileys_enabled, m.poster_name, m.poster_email, m.approved, poster_time,

Replace:
ORDER BY id_msg' . (empty($options['view_newest_first']) ? '' : ' DESC'),

With:
ORDER BY poster_time ' . (empty($options['view_newest_first']) ? '' : ' DESC'),

Also move all the images from Themes/default/images/icons/icons to Themes/default/images/icons
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Advertisement: