Posted by jolly guy on June 23, 2011 at 2:00am
Hello,
I tried it with VIEWS and it work but the date can not updated ...
what's the fast way to do that ? and is there way to display Hijri Date??
| Attachment | Size |
|---|---|
| mydate.txt | 2 KB |
Hello,
I tried it with VIEWS and it work but the date can not updated ...
what's the fast way to do that ? and is there way to display Hijri Date??
| Attachment | Size |
|---|---|
| mydate.txt | 2 KB |
Comments
where's the supports
where's the supports ...
where's drupalz pplz
In fields use Node: Updated
In fields use Node: Updated Date.
It's the same date.. I tried
It's the same date.. I tried most fields and the show old date..
regards,
I attached the view code
I attached the view code above ...please check it out
Use sorting
you can sort the view against 'Content: Updated/commented date in drupal 7' or may be 'Node: Updated/commented date in drupal 6'
And set granularity to 'second' and 'sort descending',then you must specify a number of items you need in home page.
The view gives the result as you expected
NB:The above field also consider the new comments added.if you only consider 'comments added' then use 'Content: Last comment time(for D7) or node: Last comment time(for D6'
Yes, It working fine Thank
Yes,
It working fine
Thank you