Fiji Web Design
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Regarding display of last modified on (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Regarding display of last modified on
#444
snip07 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Regarding display of last modified on 3 Years, 2 Months ago Karma: 0  
Hi I need help on the after content sample code I tried it but it wont display anything on my site. I use joomla 1.5.

I want the Last modified on displayed at the bottom of every title of the article when an article is modified. Thanks!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#450
admin (Admin)
Admin
Posts: 475
graph
User Online Now Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 2 Months ago Karma: 10  
Which event did you add the code to, onprepare?

Could you post the code please.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#451
snip07 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 1 Month ago Karma: 0  
The sample on your page. this one

1. <?php
2. if (isset($row->created)) {
3. echo '<p>';
4. echo '<b>Created on</b>: '.$row->created;
5. if (isset($row->modified) && $row->modified) {
6. echo ' <b>Last modified on</b>: '.$row->modified;
7. }
8. echo '</p>';
9. }
10. ?>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#459
admin (Admin)
Admin
Posts: 475
graph
User Online Now Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 1 Month ago Karma: 10  
Is that in Joomla1.5?

It would be $article for every $row in Joomla1.5
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#461
snip07 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 1 Month ago Karma: 0  
its Joomla 1.5

Ok thanks!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#466
snip07 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Regarding display of last modified on 3 Years, 1 Month ago Karma: 0  
It worked so how do I display the date like this?

Last modified on: 17 December 2008
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Joomla Downloads

DownloadsDownload our free Joomla! Components, Modules and Plugins.