News:

Wondering if this will always be free?  See why free is better.

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 Mod

//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Randem Systems "Recent Posts" Installation Instructions ver 1.x
// SMF mod package for use with the Simple Machines Forum versions 2.x, 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.com/support/
// Release History: https://randemsystems.com/support/recentposts-release-history/
//
// Copyright (C) 2018  Randem Systems
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//  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
//  GNU General Public License for more details.
//
//  You should have received a copy of the GNU General Public License
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
//
//  You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program,
//  if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.
//
//  The GNU General Public License does not permit incorporating your program into proprietary programs.
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////

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 on the home page under "Recent Posts" in
   SMF versions 2.0.x and when you click on "View the most recent posts on the forum." in SMF versions 2.1 Beta 3

Uses:

   View the most recent post in a easily readable format. Located on the home page in the "Forum Stats" section.

Limitations:

   None.

Installation Instructions:

   Installs via the Package Manager that is included with the SMF software.

   Available Settings can be changed at Administration Center » Modification Settings » Miscellaneous section
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: