Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-07-05 07:57:57

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

How to Add Last Update on the website

Hi Everyone, How to add last update on the website with TxP?

last update that I mean, include edit some tempates, new post, etc.
How to do it?

So it’s will be like Newspaper Portal, they have some last update flags. How to use in TxP,
Please help and thanks

Offline

#2 2007-07-05 08:51:03

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,090
Website GitHub Mastodon Twitter

Re: How to Add Last Update on the website

there used to be a plugin for this some time ago. I think it stopped working but there was a fxi somewhere (or maybe it was a raw php code).. Check the forum for this and you will find it.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2007-07-05 09:28:04

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

Re: How to Add Last Update on the website

can you give me a name of that plugin?

Offline

#4 2007-07-05 11:07:04

kus
Member
From: madiun, Indonesia
Registered: 2007-03-15
Posts: 64
Website

Re: How to Add Last Update on the website

Hi Jauhari , may be you can use this plugin :

tcm last update returns the date and time of your site’s last update (the last article posted).

Offline

#5 2007-07-06 01:27:37

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

Re: How to Add Last Update on the website

kus wrote:

Hi Jauhari , may be you can use this plugin :
tcm last update returns the date and time of your site’s last update (the last article posted).

I need a whole of changes, not only last posted, so when I edit some css, form, page or edit/add plugins this will keep last update. So, not only posted.

Do you have it?

Robert give me some trick to do it with

<txp:php>
global $prefs;
echo safe_strftime('%d %B %Y, %R', strtotime($prefs['lastmod']));
</txp:php>

Offline

Board footer

Powered by FluxBB