I'm not in any sense a php expert.. But I found this little snippet of code that might could help in sorting the images by modification date of the file:
function LoadFiles($dir)
{
$Files = array();
$It = opendir($dir);
if (! $It)
die('Cannot …
mis-one: possible... yeah, but requires some additional coding ;-)
Oh okay, that's fine. I tried messing with it a little. Am I correct in that the ordering now is done by filename in the images directories?
This works great for me (also using FriendlyURLs)! Will the ability to comment be added for users? I'm not trying to get ahead of things but I was thinking of an interesting concept. What if on the initial page, Instead of the current text, the user…
I'm not in any sense a php expert.. But I found this little snippet of code that might could help in sorting the images by modification date of the file:
function LoadFiles($dir)
{
$Files = array();
$It = opendir($dir);
if (! $It)
die('Cannot …
mis-one: possible... yeah, but requires some additional coding ;-)
Oh okay, that's fine. I tried messing with it a little. Am I correct in that the ordering now is done by filename in the images directories?
This works great for me (also using FriendlyURLs)! Will the ability to comment be added for users? I'm not trying to get ahead of things but I was thinking of an interesting concept. What if on the initial page, Instead of the current text, the user…
jimw - is there any way to prevent HTML from being rendered in the post? If a user posts an image and / or YouTube video it parses it and breaks the flow of the discussion listings.