Archive Site

xF2 Eklenti Archive Site 2.0.1

indirmek için izniniz yok
Uyumlu XF Sürümleri
  1. 2.2.X
  2. 2.3.X
Türkçe Dil Dosyası
Eklenti, forumu arşiv moduna geçirir ve gereksiz özellikleri misafirlerden gizlemenize olanak tanır.

6.webp


This addon provides the following functionality:
  • a UI and CLI tool to remove passwords from users to prevent them logging in and to minimise the risk of credential leakage if your site ever gets hacked (selected users can retain login rights for maintenance and testing purposes)
  • prevents emails from being sent to archived users
  • provides a meaningful message to users if they try to log in, informing them that the site has been archived
  • prevents archived users from resetting their passwords using the forgot password link
  • show a message to users below the title on the home page
  • replace the "you must log in to post" message below content on thread pages with a custom message and optionally a link (eg to a new site)
  • hides UI elements from guests:
    • New posts button on forum home page
    • What's new link in header on mobile devices
    • Followers list on member profile pages
    • Following list on member profile pages
    • Lock symbol on locked threads in thread list
    • Link to latest member from forum statistics widget
    • Gallery BB Code link on media pages
    • Members online widget
Any user you wish to maintain login access for should either be promoted to super-admin status, or add their user_id to the array in your [B]config.php[/B] file:
PHP:
// all superadmins are automatically protected
// add the user_id of any additional users who will be permitted to log in to the archived site
$config['archiveSiteProtectedUsers'] = [];

For example, to allow user_id 5 and 293 to retain login access, add the following line to your [B]config.php[/B] file:
PHP:
$config['archiveSiteProtectedUsers'] = [5, 293];

Notes:
  • other UI elements can be hidden using admin settings - follow the tutorial for full instructions
  • template modifications are designed to work with the default theme and UI elements might not be hidden correctly on customised themes - some additional work might be required
  • I have not yet implemented any changes for XF Resource Manager - that is on my todo list.
  • 1.webp
    1.webp
    25.5 KB · Görüntüleme: 9
  • 2.webp
    2.webp
    18.3 KB · Görüntüleme: 9
  • 3.webp
    3.webp
    25 KB · Görüntüleme: 8
  • 4.webp
    4.webp
    26.9 KB · Görüntüleme: 8
  • 5.webp
    5.webp
    19.1 KB · Görüntüleme: 9
  • 7.webp
    7.webp
    16.7 KB · Görüntüleme: 9
  • 8.webp
    8.webp
    20.6 KB · Görüntüleme: 9
  • 9.webp
    9.webp
    18.1 KB · Görüntüleme: 9
  • 10.webp
    10.webp
    18.6 KB · Görüntüleme: 9

Benzer kaynaklar

[Xen-Soluce] Add-on Archive Improvements TRXFTR
Eklenti, arşiv sayfasından yükleme/yükseltme işlemleriniz için bazı iyileştirmelere olanak tanır.
Private Site TRXFTR
Eklenti, forumunuzdaki misafirlere gereksiz özellikleri gizlemenize olanak tanır.
[OzzModz] Remove RSS Feeds From The Site TRXFTR
Eklenti ile forumunuzdan RSS akışını kaldırabilirsiniz.
[OzzModz] Remove Site Title From Forum List TRXFTR
Eklenti, forum anasayfasındaki forum başlığını kaldırmaya olanak tanır.
Geri
Üst