Extension:NewSignupPage

This page is a translated version of the page Extension:NewSignupPage and the translation is 75% complete.
MediaWiki manüel uzantıları
NewSignupPage
Sürüm durumu: kararlı
Uygulama Vikim
Açıklama MediaWiki'nin varsayılan kayıt sayfasını geliştirir
Yazar(lar) Jack Phoenix
En son sürüm 1.2.0 (2020-01-06)
MediaWiki 1.39.7+
Veritabanı değişiklikleri Evet
Lisans GNU Genel Kamu Lisansı 2.0 veya üstü
İndir
Değişiklik günlüğü
Örnek Herhangi ShoutWiki sitesi
  • $wgRegisterTrack
  • $wgNewSignupPagePPURL
  • $wgNewSignupPageToSURL
  • $wgAutoAddFriendOnInvite
  • bypasstoscheck
Quarterly downloads 8 (Ranked 134th)
Public wikis using 1,185 (Ranked 232nd)
Translatewiki.net adresinde mevcutsa, NewSignupPage uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

NewSignupPage uzantısı, kullanıcıların sitenin Kullanım Şartları ve Gizlilik Politikasını okuyup anladıklarını belirten bir onay kutusunu işaretlemelerini zorunlu kılarak MediaWiki'nin varsayılan kayıt sayfasını Special:CreateAccount geliştirir.

Buna ek olarak, uzantı Social tools ile uyumludur. Bir vikinin hizmetlileri yeni kullanıcıları işe almak için puan vermeyi seçerse, $wgRegisterTrack true olarak ayarlayın (ve önceden o vikinin veritabanında user_register_track bir tablonun bulunduğundan emin olun!) ve işiniz bitti.

Şu anda uzantı, ShoutWiki'nin gizlilik politikası ve kullanım şartlarına bağlanacak şekilde yapılandırılmıştır. Vikiniz için kişiselleştirmek için MediaWiki:shoutwiki-loginform-tos ve MediaWiki:shoutwiki-must-accept-tos düzenlemeniz gerekir.

Kurulum

  • Dosyaları indirin ve extensions/ klasörünüzdeki NewSignupPage adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NewSignupPage
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'NewSignupPage' );
    
  • If you set $wgRegisterTrack = true;, you need to create the user_register_track table in your database; you can do this from command line with php maintenance/sql.php extensions/NewSignupPage/user_register_track.sql
  •   Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.

Kullanıcı hakları

This extension adds a new user right, bypasstoscheck, which by default isn't given to any group. Users with this right can create new accounts without checking the "I accept the site's Terms of Service" checkbox.

Kullanıcı puanları

  • $wgUserStatsPointValues['referral_complete']set this to something to give out points for referring a new user successfully to the site.

Onay kutusu mesajını özelleştirme

This extension adds a new checkbox in Special:CreateAccount (right below the Remember my login on this computer checkbox). You can edit the text for this checkbox by editing the system message in MediaWiki:Newsignuppage-loginform-tos.

Parametreler

Name Description Default
$wgAutoAddFriendOnInvite if the new user was referred to the site by an existing user, should we make them friends automatically? false
$wgRegisterTrack whether to track registrations into the user_register_track DB table. false
$wgForceNewSignupPageInitialization initialize the extension, even if InviteEmail or UserRelationship classes do not exist? Useful for testing.

Ayrıca bakınız