[12:36:50] How can I edit localsettings to remove Privacy and Disclaimer from the footer? Mediawiki v1.42.1 [12:48:41] I'm Guest92. Disconnecting first login. I'm asking help about editing footer links. [13:09:05] Saranin: https://www.mediawiki.org/wiki/Manual:Footer [13:12:20] andre: Thanks for the link! Unfortunately, it only seems to indicate how to add links, and Not how to remove. [13:12:48] Saranin, no? [13:12:57] "To remove the privacy, about and/or disclaimer links entirely, replace the link text with a single dash ("-")." [13:20:44] andre: You're correct. I already tried that, but I don't know why the links are still there. [13:21:44] Wait. Replace the link text to a dash? I thought it said to replace the page content to a dash? [13:26:41] Ok, maybe I can figure it out now. I'll try. Ty :-) [23:06:11] hi all -- I'm having trouble with the MW database and I feel like I'm missing something very obvious -- I'm trying to get page text from a page title -- and...I'm lost! [23:06:48] lasat I checked (7-8 years ago!) you went through revision -- `page.page_latest` = `revision.rev_id` then `revision.rev_text_id` = `text.old_id` [23:07:17] but `revision.rev_text_id` is gone -- and now I have no idea how to get from `page` to `text`. I feel like this has to be way simpler than I'm making it, but I'm just completely failing -- TLDR: how do I get from the `page` table to the `text` table?