Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Joomla 1.0 version sort fix

  • dcarskadon
  • dcarskadon's Avatar Topic Author
  • Offline
  • New Member
More
14 years 11 months ago #30653 by dcarskadon
Joomla 1.0 version sort fix was created by dcarskadon
I haven't taken the time to read through related posts..... but there is tiny bug in the sorting....

Line 66 of sigpro.engine.php properly sorts image filename BUT

The resulting array is never rekeyed and images are rendered in the order of the keys...

Just need to add:

#Bug Fix: NAPA 1/2010 reindex the array
$tmpArray = array();
foreach ($found as $value)
{
$tmpArray[] = $value;
}

$found = $tmpArray;
#End bug fix

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #30654 by Kenneth Running
Replied by Kenneth Running on topic Re: Joomla 1.0 version sort fix
THANKS! Fixed my issue!!!! ;D

But this problem also exist in V2.0.5 for Joomla! 1.5


Developers, suggest the fix be added to trunk.

Thanks again

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum