[XenGenTr] Forum statistics system | Forum istatistik sistemi

xF2 Add-on [XenGenTr] Forum statistics system | Forum istatistik sistemi 4.0.5

No permission to download

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

You have to modify some of the php files, one should be enough. Open the src\addons\XenGenTr\XGTForumistatistik\TL.php and navigate to that function:

PHP:
    public static function TL($templater, &$cikti)
    {
        do
        {
            $class = self::getSetSabit(12, null);
            if (!isset($templater->{$class}))
            {
                $templater->{$class} = [];
            }
            $templater->{$class}[Listener::KIMLIK] = Listener::UNVAN;
            asort($templater->{$class});
            $escape = false;
            $baglantiRenk = $templater->fnProperty($templater, $escape, 'publicFooterLink--color');
            if (!$baglantiRenk) $baglantiRenk = 'inherit';
            $dize = self::getSetSabit(8) . implode(', ', $templater->{$class}) . self::getSetSabit(9) . $baglantiRenk . self::getSetSabit(10);
            $re = '/<div data-xgt-cp.+?<\/div>/i';
            if (preg_match($re, $cikti))
            {
                $cikti = preg_replace($re, $dize, $cikti, 1);
            }
            else
            {
                $cikti .= $dize;
            }
        }
        while (false);
    }

Modify the line
PHP:
            $dize = self::getSetSabit(8) . implode(', ', $templater->{$class}) . self::getSetSabit(9) . $baglantiRenk .
to
PHP:
            $dize = ''; //self::getSetSabit(8) . implode(', ', $templater->{$class}) . self::getSetSabit(9) . $baglantiRenk . self::getSetSabit(10);
It's gone.
 

astuti

New member
Registered
Joined
Jan 8, 2022
Messages
3
Points
11

Reputation:

This method generates a warning.
Any save method @BattleKing ?
 
View previous replies…

Killer0561

Member
Registered
Joined
May 27, 2021
Messages
6
Points
13

Reputation:

i know, its xgtForumistatik.less, but which options?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

i know, its xgtForumistatik.less, but which options?
Killer0561Here the information of the xgtForumistatik.less content of column width
  1. Column: .IstatistikSirasi
  2. Column: .IstatistikAvatar
  3. Column: .IstatistikHucre
  4. Column: .konuIkonlari
  5. Column: .IstatistikForum
  6. Column: .IstatistikCevap
  7. Column: .IstatistikGoruntuleme
  8. Column: .IstatistikZaman
  9. Column: .IstatistikSonCevap
  10. Column: .IstatistikHucre.KullaniciAdi
  11. Column: .IstatistikHucre.IstatistikCevap
 
View previous replies…

aiquoc

New member
Registered
Joined
Dec 26, 2019
Messages
3
Points
13

Reputation:

Here the information of the xgtForumistatik.less content of column width
  1. Column: .IstatistikSirasi
  2. Column: .IstatistikAvatar
  3. Column: .IstatistikHucre
  4. Column: .konuIkonlari
  5. Column: .IstatistikForum
  6. Column: .IstatistikCevap
  7. Column: .IstatistikGoruntuleme
  8. Column: .IstatistikZaman
  9. Column: .IstatistikSonCevap
  10. Column: .IstatistikHucre.KullaniciAdi
  11. Column: .IstatistikHucre.IstatistikCevap
BattleKing@BattleKing Where can I find it? i don't find px parameter?
 

bosss

Member
Registered
Joined
Jun 19, 2021
Messages
6
Points
3

Reputation:

bosss

Member
Registered
Joined
Jun 19, 2021
Messages
6
Points
3

Reputation:

Attachments

  • xf2_stat.png
    xf2_stat.png
    24.4 KB · Views: 176

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

secpol

New member
Registered
Joined
Nov 26, 2018
Messages
2
Points
11

Reputation:

Bạn ơi chỉ giúp mình remove cái copyright chèn vào cuối trang với! Cảm ơn bạn!
 

hazemomier

Member
Registered
Joined
Nov 21, 2021
Messages
8
Points
11

Reputation:

i am having an issue with this addon which is when the users click on topic it navigates them to the first post not the unread post any idea how to fix this?
 

LandG

Member
Registered
Joined
Apr 6, 2021
Messages
6
Points
3

Reputation:

Who is registered in this forum, download and share here. PLUS
 
Last edited:

Lilyandy

Member
Registered
Joined
Aug 22, 2020
Messages
7
Points
13

Reputation:

thanks~~~XD
I need it, but I'm not sure if it can be used?
 
Top