Editing SSF:About
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 27: | Line 27: | ||
* '''Backups''': Backups of the system are made '''daily''' by the hosting company with latest 7 kept. Also occasionally manually triggered semi-automated backups when it is time to do changes to the system or just because anyways backupping the servers. | * '''Backups''': Backups of the system are made '''daily''' by the hosting company with latest 7 kept. Also occasionally manually triggered semi-automated backups when it is time to do changes to the system or just because anyways backupping the servers. | ||
* '''Archiving''': | * '''Archiving''': | ||
** [https://web.archive.org/web/*/https://stop-synthetic-filth.org/wiki/Main_Page '''The Internet Archive Wayback Machine''' archiving the wiki on 2020-08-03] and | ** [https://web.archive.org/web/*/https://stop-synthetic-filth.org/wiki/Main_Page '''The Internet Archive Wayback Machine''' archiving the wiki on 2020-08-03] and a few other times. These copies may be viewed with a web browser. | ||
** This wiki has been archived with [https://github.com/WikiTeam/wikiteam '''Wikiteam''' tools] [https://archive.org/details/wiki-stop_synthetic_filthorg_w on 2020-10-28 at web.archive.org] These are complete copies of the wiki and cannot be viewed online, unless recreating the wiki. | ** This wiki has been archived with [https://github.com/WikiTeam/wikiteam '''Wikiteam''' tools] [https://archive.org/details/wiki-stop_synthetic_filthorg_w on 2020-10-28 at web.archive.org] These are complete copies of the wiki and cannot be viewed online, unless recreating the wiki. | ||
* [https://www.wikiapiary.com/wiki/Stop_Synthetic_Filth!_wiki Stop Synthetic Filth! wiki entry at WikiApiary.com] was the 30,896th wiki to be added to WikiApiary | * [https://www.wikiapiary.com/wiki/Stop_Synthetic_Filth!_wiki Stop Synthetic Filth! wiki entry at WikiApiary.com] was the 30,896th wiki to be added to WikiApiary | ||
Line 170: | Line 170: | ||
# Avoid spamming, vandals etc. | # Avoid spamming, vandals etc. | ||
# To give genuine contributors ability to edit without needing to solve CAPTCHAs reasonably quickly | # To give genuine contributors ability to edit without needing to solve CAPTCHAs reasonably quickly | ||
== Magic words == | == Magic words == | ||
See [[mw:Help:Magic words]] | See [[mw:Help:Magic words]] | ||
---- | ---- | ||
Line 186: | Line 181: | ||
It may be installed on many platforms. I installed it for the [https://stop-synthetic-filth.org/wp/ SSF! Wordpress]. | It may be installed on many platforms. I installed it for the [https://stop-synthetic-filth.org/wp/ SSF! Wordpress]. | ||
Once the chat is installed, it can be included on unlimited number of pages with a Javascript script inserted in the <nowiki><body> ... </body | Once the chat is installed, it can be included on unlimited number of pages with a Javascript script inserted in the <nowiki><body> ... </body> according to the documentation, but seems to work just fine also in the <nowiki><head> ... </head></nowiki>, which was actually what they suggested previously. | ||
To enable a Tidio chat on a Mediawiki, one way is to install, load and configure [[mw:Extension:HeadScript]] | To enable a Tidio chat on a Mediawiki, one way is to install, load and configure [[mw:Extension:HeadScript]] | ||
Line 194: | Line 189: | ||
* Install [[mw:Extension:HeadScript]] | * Install [[mw:Extension:HeadScript]] | ||
* Add <code>wfLoadExtension( 'HeadScript' );</code> to LocalSettings.php | * Add <code>wfLoadExtension( 'HeadScript' );</code> to LocalSettings.php | ||
* You can find the code in the | * You can find the code in the Tidio Panel -> 'Settings' -> Installation -> '' 'If you still want to access your JavaScript code or reinstall the chat - click here' '' -> 'Javascript'. Copy this code. | ||
* Add the code to load the script to | * Add the code to load the script to LocalSettings as instructed in the extension's documenation. | ||
= Instructions = | = Instructions = | ||
<references group="instructions" /> | <references group="instructions" /> | ||