mIRCForumlari.Net

mIRCForumlari.Net (https://www.mircforumlari.net/)
-   vB 3.x Eklentileri (https://www.mircforumlari.net/vb-3x-eklentileri/)
-   -   vBulletin eklentisiz otomatik konu etiketi oluşturma (https://www.mircforumlari.net/vb-3x-eklentileri/4056-vbulletin-eklentisiz-otomatik-konu-etiketi-olusturma.html)

RahmetLi 10 Şubat 2023 19:37

vBulletin eklentisiz otomatik konu etiketi oluşturma
 
Forumunuzdaki açılan konulara otomatik olarak konu etiketi ekler.

'' includes/functions_newpost.php '' Dosyasını Açıp Alttaki Kodları Bulun;

PHP- Kodu:

if ($type == 'thread' AND $post['taglist'])
{


PHP- Kodu:

// HACK : START : AUTO TAG
//      if ($type == 'thread' AND $post['taglist'])
//      {
        if ($type == 'thread')
        {

                if (!$post['taglist']) {
                        $temptags = split(' ',$post['title']);
                        $newtags = array();
                        require(DIR . '/includes/searchwords.php');
                        foreach ($temptags as $tagtext) {
                                if (strlen($tagtext) <= 3 || in_array(strtolower($tagtext), $badwords)) {
                                        // Do nothing
                                } else {
                                        array_push($newtags,$tagtext);
                                }
                        }
                        $post['taglist'] = join(',',$newtags);
                }
// HACK : END : AUTO TAG



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 19:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.


Navbar with Avatar by Motorradforum