Difference between revisions of "WikiServer - Research"
Jump to navigation
Jump to search
(Created page with "* [https://www.mediawiki.org/wiki/Snippets/Open_specific_links_in_new_window Snippets/Open specific links in new window] ** A [https://www.mediawiki.org/wiki/Manual:Interface/...") |
|||
Line 8: | Line 8: | ||
** a CSS Snippet to move the ToC to a better place. | ** a CSS Snippet to move the ToC to a better place. | ||
** Gotta figure out how to use this type... | ** Gotta figure out how to use this type... | ||
+ | |||
+ | * Authenticate Wiki users via e-mail | ||
+ | ** [https://www.mediawiki.org/wiki/Manual:$wgSMTP Manual:$wgSMTP] | ||
+ | ** [https://www.mediawiki.org/wiki/Manual:$wgSMTP#Error_sending_mail:_Unknown_error_in_PHP.27s_mail.28.29_function_Mediawiki Error sending mail: Unknown error in PHP's mail() function Mediawiki] | ||
+ | ** [https://www.mediawiki.org/wiki/Topic:S4p9e9e1bywkis2b [RESOLVED] Unknown error in PHP's mail() function] | ||
+ | ** ... Looks tedious & awkward to set up | ||
+ | *** hhhmmm... possibly something to be set up in php.ini | ||
+ | |||
+ | * Configure per user or per group access restrictions to individual pages, files and/or sections | ||
+ | ** [https://www.mediawiki.org/wiki/Extension:Access_Control_Panel Extension:Access Control Panel] | ||
+ | ** [https://www.mediawiki.org/wiki/Extension:Lockdown Extension:Lockdown] |
Latest revision as of 17:11, 6 June 2020
- Snippets/Open specific links in new window
- A JavaScript Snippet to force specific links to open in a new tab.
- Goes in Common.js
- Snippets/Hide prefix in category
- Snippets/Special:WhatLinksHere action links
- Snippets/Page Table of contents Top-right
- a CSS Snippet to move the ToC to a better place.
- Gotta figure out how to use this type...
- Authenticate Wiki users via e-mail
- Manual:$wgSMTP
- Error sending mail: Unknown error in PHP's mail() function Mediawiki
- [RESOLVED Unknown error in PHP's mail() function]
- ... Looks tedious & awkward to set up
- hhhmmm... possibly something to be set up in php.ini
- Configure per user or per group access restrictions to individual pages, files and/or sections