orhan
Moderator
- Joined
- Dec 5, 2018
- Messages
- 466
- Reaction score
- 95
- Points
- 28
Hız, SEO (Arama Motoru Optimizasyonu) ve kullanılabilirlik ön planda tutularak, MD (Material Tasarım) teknikleri ile profesyonel olarak tasarlanmıştır. Mobil duyarlı (responsive) yapıya sahiptir ve modern tüm tarayıcılar tarafından sorunsuz olarak desteklenmektedir. Tablo yapısından tamamen arındırılması planlanan Modern temanın gelişimi kullanıcı istekleri doğrultusunda devam edecektir.
Sabitlenmiş Panel (Sticky Sidebar)
Temanın kenarında bulunan panel alanı sabitlenme özelliği ile sizi takip eder; ne kadar aşağı inerseniz inin, sizinle beraber gelir; her konumda bulundurduğu özelliklerden faydalanabilirsiniz.
Trend Konular (En Çok Okunan Konular)
Trend konular, sizin sitenizde en çok okunan/görüntülenen konulardır. Sizi siz yapan bu konuları, bu alan ile daha fazla kişiye ulaştırabilirsiniz.
Trend konular alanında yazar bilgisi, son mesaj yazar bilgisi, konu ön eki, konu ikonu ve toplam okunma/görüntüleme sayısı bulunmaktadır.
Geliştirilmiş Forum İstatistikleri
Forum istatistiklerini panel alanına aldık; son kayıt olan kullanıcının profil resmini ve kayıt tarihini de ekledik.
Istatistik(Düzenleme)
Statistics Edit
Sources Subs-Recent.php de
Bulun Find
Code:
COALESCE(mem.real_name, m.poster_name) AS poster_name, t.id_board, b.name AS board_name,
Değiştir Replace With
Code:
COALESCE(mem.real_name, m.poster_name) AS poster_name, t.id_board, b.name AS board_name, t.num_views, t.num_replies,
Bul Find
Code:
'time' => timeformat($row['poster_time']),
Altina ekle Add After
Code:
'views' => comma_format($row['num_views']),
'replies' => comma_format($row['num_replies']),
Speed, SEO (Search Engine Optimization) and usability in the foreground, MD (Material Design) techniques are designed professionally. It has a mobile responsive structure and is supported by all modern browsers without any problems. Modern theme, which is planned to be completely removed from the structure of the table, will continue in line with the demands of the user.
Sticky Sidebar
The panel area on the edge of the theme follows you with its fixing feature; no matter how much you come down, it comes with you; you can take advantage of the features in every location.
Trend Topics (Most Popular)Trend topics are the most read / viewed topics on your site. You can reach to more people with these topics that make you.
In the Trend Topics area, there is author information, last message author information, subject prefix, subject icon and total number of reads / views.
Improved Forum Statistics
We have included forum statistics in the panel area; we also added the profile picture and registration date of the user who was last registered.
Tema (GNU General Public License) Lisansina sahiptir.
[quote author=undefined]Copyright (C) 2019 webtiryaki (W.T)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, But you may not remove the author's copyrights; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.[/quote]
DEMO