Ekompute .info wrote: > Hi, thank you for kind response. I tried > > $wgExtraRandompageSQL = 'page_restrictions <> ""'; > > in LocalSettings.php but I got this message when I click the Random Page > link: > > *There are no pages in this namespace. * > > I tried to modify the command a little to conform to the form of the other > $wgxxxx, but I didn't work either. > > PM Poon
My bad, the page_restrictions table is used instead. You will need to edit the SQL at includes/specials/SpecialRandompage.php to perform the JOIN :/ _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
