https://bugzilla.wikimedia.org/show_bug.cgi?id=33306

       Web browser: ---
             Bug #: 33306
           Summary: Random option
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: DynamicPageList
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


I noticed that this extension doesnt have a "Random" option despite even the
example wiki assuming that it exists

the random functionality is excellent on my internal wiki especially for a
radom picute box

this is the code that I added to get it to work


         case 'random':
             $sOrderMethod = 'random';
         break;



      case 'random':
      $sSqlSort = 'RAND()';
        break;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to