WebmasterSite.net
PHP scripts to enable your creativity
Home
Web Scripts
WSN Links
WSN Gallery
WSN Knowledge Base
WSN Forum
WSN Classifieds
WSN Directory
WSN AdUnblocker
WSN FormEmail
WSN InstaChat
WSN Redirector
WSN Webcomic
WSN Guest
Reviews
WSN For WordPress
WSN For Web Designers
Webmaster Resource Links
Register
Log In
Username
Password
Login
Forgot your password?
WSN Support Forums
Paid Scripts Support
new posts since
new posts since
presenting date
Details
Discussion
1
Print
Comments on new posts since
•
peumus
Forum Regular
Usergroup:
Customer
Joined:
Aug 09, 2004
Location:
Chile
Total Topics:
172
Total Comments:
462
•
peumus
#1 -
Quote
-
Permalink
Posted Sep 19, 2007 - 5:38 PM:
Just to comment on a nice feature to apply at newposts.tpl :
<p>
Presenting new posts since
<?php $marca= ($_GET["since"] + '{DEFAULTTIMEZONE}'*60*60);
echo date('M j, Y g:i a', $marca); ?>
</p>
Could be added to the default templates.
Search thread for
Go ►
Download thread as
text
HTML
Go ►
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on new posts since
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Just to comment on a nice feature to apply at newposts.tpl :
<p>
Presenting new posts since
<?php $marca= ($_GET["since"] + '{DEFAULTTIMEZONE}'*60*60);
echo date('M j, Y g:i a', $marca); ?>
</p>
Could be added to the default templates.