Jump to content

HSRobinson

Members
  • Posts

    15
  • Joined

  • Last visited

HSRobinson's Achievements

  1. I have a wiki with a large set of pages with URLs like Rule001 and Rule002 etc. Each page then has on it a header such as "Listen Carefully" and "No Loud Noises". On "report" pages such as a Category page, I see Rule001 and Rule002. My question how can I make "report" pages that show the headers "Listen Carefully" and "No Loud Noises" etc. Each page starts with code like this: = Listen Carefully = So they are all well organized and consistent. We have Semantic MediaWiki installed as well. Any suggestions?
  2. What you can do is rename your LocalSettings.php and then re-install MediaWiki into another database and then you will have a clean LocalSettings.php file.
  3. You can create nested subcategories and you can import CSV as per https://www.mediawiki.org/wiki/Extension:Data_Transfer but to automate this for 10K items is complicated and you would most likely need a developer for that. Your request about a custom form that shows the nested categories as dropdowns is also doable. Part of it is here https://www.mediawiki.org/wiki/Extension:MsCatSelect but I am uncertain if that's what you need.
  4. You can assign users to be admins. See here: https://www.mediawiki.org/wiki/Help:User_rights_and_groups For more details about user rights, see here: https://www.mediawiki.org/wiki/Manual:User_rights
  5. Remove the line wfLoadExtension( 'WikiEditor' ); and see if that helps.
  6. Where did you unpack the WikiEditor files to? Can you show us your full LocalSettings.php file? Just delete the password first.
  7. You can certainly try. It should work, but there is of course no guarantee, Just make sure that you have a full backup of all files and your database. If it fails, let us know and we can try to help.
  8. Why useless? Because it appears that this is a real person? If so, how about only allowing edits by approved user accounts? Then you can approve/disapprove/disable whatever users you want.
  9. Your questions are the same essentially -- you want to customize the sidebar based on the page. See https://www.mediawiki.org/wiki/Manual:Interface/Sidebar/Hacks for how to "Show a different sidebar for anonymous users" and you can then extend that concept to show a unique sidebar for different category pages. You would need coding skills for this task.
  10. See http://php.net/manual/en/mysqli.real-escape-string.php You must add the mysqli_connect link object.
  11. See https://www.mediawiki.org/wiki/Help:Images#Size_and_frame
  12. You can use one of these: https://www.mediawiki.org/wiki/Extension:Moderation https://www.mediawiki.org/wiki/Extension:ArticleProtection for moderation/protection. A user can "watch" a page and thus be notified via email of any changes: https://www.mediawiki.org/wiki/Help:Watching_pages and if they want to "watch" an entire category, you could use this: https://www.mediawiki.org/wiki/Extension:CategoryWatch
  13. Yes, you would just delete your database (or save it for archive purposes) and create a new one and then delete (or rename) your LocalSettings.php and then re-install MediaWiki. There is here a brief guide on How to Install MediaWiki as well.
  14. Skizzers is correct. It would appear that you are using the code from here: https://www.mediawiki.org/wiki/Manual:Wiki_family#Basic_principles which will show the error ""It was not possible to determine the wiki ID." when the database is not found. The code there is in your LocalSettings.php file so open that file and take a look and see if your subdomain is listed there correctly.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.