Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
There are friends who cannot be asked, even if they are simple, so I hope that it will be useful for you to include the mobile systems with more detailed css code.
Setup; Break and find the template named PAGE_CONTAINER in your theme <div class = "p-body">
Add on it immediately...
Paste and save to your theme's extra.less template and exit
.prem-rank{
background:linear-gradient(90deg,#1a1a2e,#16213e);
border-left:4px solid #00dbde;
border-radius:5px;
font-family:'Segoe UI',system-ui,sans-serif;
margin:0px 0;
height:36px;
max-width:190px...
Description
This guide will run you through on to display a thread cover photo in the thread list. It will use the first image in your thread, whether linked directly or attached. If the thread doesn't have a cover photo, it will use the thread creators avatar.
Guide
Go to Admin CP >...
Description
This guide will run you through on how to disable member tooltip the efficient way without having to edit more than one template.
Guide
Go to Admin CP > Appearance > Templates > Search: helper_js_global
Find
<!--XF:JS-->
Paste below
<xf:js>
XF.MemberTooltip =...
Head over to your Admin CP > Setup > Options > Basic Options > Change your board title to the name of your forum only. For example, JoyFreak is my board name. This will be used consistently throughout the forums and you want to keep the consistency of your forum name throughout all pages. If the...
1. Özel bir kullanıcı alanı oluşturun.
2. Başlık: Ek Bilgi, Kapak veya istediğiniz herhangi bir şey.
3. Alan Kimliği herhangi bir şey olabilir, boşluk bırakmamanızı öneririm.
4. Açıklama: JPG, PNG, GIF (Resmin bağlantısı)
5. Görüntüleme Konumu: Kişisel Bilgiler
6. Alan Türü: Tek Satırlı...
Bu kılavuz, forumunuzun OpenGraph görselini ayarlamanıza yardımcı olacaktır. Doğrudan bağlantı verilmiş veya ekli olsun, konunuzdaki ilk görsel kullanılacaktır.
Şablonu aç: thread_view
Bulmak:
<xf:set var="$fpSnippet" value="{{ snippet($firstPost.message, 0, {'stripBbCode': true}) }}" />...
Adım 1:
src/config.php dosyasını açın ve aşağıdaki kodu en alta ekleyin.
src / config.php dosyasında bir dosya ve bir dosya dosyası bulunmaktadır.
Adım 2:
FTP kök dizinindeki "admin.php" dosyasının adını "ssl_admin" olarak değiştirin.
"admin.php" adı ftp ile aynıdır ve "ssl_admin" ile...
XenForo
config.php dosyası, XenForo’nun çekirdek yapılandırma dosyasıdır.
Veritabanı, debug, cache, güvenlik ve performans ayarları buradan yapılır.
Dosya yolu:
/src/config.php
🔹 1) Veritabanı Bağlantı Ayarları (ZORUNLU)
$config['db']['host'] = 'localhost';
$config['db']['port'] =...
XenForo Nedir?
XenForo, modern ve yüksek performanslı bir forum (topluluk) yazılımıdır.
PHP ile geliştirilir, MySQL kullanır ve özellikle hız, güvenlik ve ölçeklenebilirlik odaklıdır.
Kısaca:
Ne İşe Yarar?
XenForo ile şunları yaparsın:
👥 Kullanıcıların konu açıp mesaj yazdığı forumlar
📰...
Description
A user blogging system to allow your users to express themselves
Features
Allow users to create blog(s)
Users can create blog posts which utilizes the XenForo attachment system
Blog posts will appear in search results
Users can comment on blog posts
Scheduled and Draft posts
Watch...