Hello!
It might seem like a really simple thing to do but I just can't seem to find it.. how can i show the newest blog posts on top instead of listing them down on the bottom?
Cheers!
Lyften Bloggie - Newest blog entry on top - Forums
Announcement:
LyftenBloggie Documentation
Ok, now I understand why this question must have sounded incredibly weird. I found out that new posts automatically take the date of 30 November 1999, which causes the new post to appear on the bottom. So the next question would be.. how do I get the new post to auto take the current date as the posting date?
|
|
I'm having the same problem and startet a thread some time ago:
http://www.lyften.com/support/forums/2-lyften-bloggie/617-v11-entry-date-and-group-access-level.html
Please try this first:
Go to components/com_lyftenbloggie/models/lyftenbloggie.php
Open the file and go to line 273.
replace: $created = $row->created;
by: $row->created = $result->created;
Save the file and tell me if it's working for you. I'd like to know if the entry date changes. Also tell me if it is changing just in the blog view or also in the single entry view.
If you are experiencing an access level issue after this change, please do the following.
Go to administrator/components/com_lyftenbloggie/models/entry.xml
replace: <param name="Access" type="access" size="20" default="0" label="Access Level" description="DETAILACCESS" />
by: <param name="access" type="access" size="20" default="0" label="Access Level" description="DETAILACCESS" />
http://www.lyften.com/support/forums/2-lyften-bloggie/617-v11-entry-date-and-group-access-level.html
Please try this first:
Go to components/com_lyftenbloggie/models/lyftenbloggie.php
Open the file and go to line 273.
replace: $created = $row->created;
by: $row->created = $result->created;
Save the file and tell me if it's working for you. I'd like to know if the entry date changes. Also tell me if it is changing just in the blog view or also in the single entry view.
If you are experiencing an access level issue after this change, please do the following.
Go to administrator/components/com_lyftenbloggie/models/entry.xml
replace: <param name="Access" type="access" size="20" default="0" label="Access Level" description="DETAILACCESS" />
by: <param name="access" type="access" size="20" default="0" label="Access Level" description="DETAILACCESS" />
|
|

