vBulletin Hakkında adminler icin faydalı dokuman (daha once verilmiş olabilir..) ________________________________________ -Hızlı Cevap Konuların altında hızlı mesaj menusunu aktif etmek. Code: VBulletin Options >>Message Posting and Editing Options >>Quick Reply Enabled >>Yes - Show Enhanced (WYSIWYG) Editor Toolbar daha sonra bunun hemen altinda Require Click for Quick Reply >>No 2-Moderatorlerin Bolumu Olduğu Forumun Yanında Gozukmesi Code: Admincp >>vbulletin options >>Forum Listings Display Options >>Show Moderator Column >>yes 3-Linklerdeki Cizgileri Kaldırma None, cizgi yok demektir.Underline ise alt cizgi var. Hover links de underline olması demek mouse'un ustune gelindiği link demektir. Code: admincp >>stil duzenleme >>stil yonetimi >>stili sec >>maincss >>Body (Customized in this Style) bolumunde Normal Links CSS >>Text Decoration > none Visited Links CSS >>Text Decoration > none Hover Links CSS >>Text Decoration >>underline 4-Ozel Mesajlarda Confirm Pencerelerini Kaldırmak Code: Admincp >>Usergroups >>Usergroups Manager >>Grubu sec >>Ayarlarına gir >>Private Message Permissions Can Use Message Tracking >>No Can Deny Private Message Read Receipt Request >>No 5-Alt forumların Anasayfada Gozukmesi İcin Code: admincp >>vbulletin options >>Forum Listings Display Options >>Depth of Sub-Forums >>1 6-Logout Suresi Ayarları Hic birşey yapmadan forumda bekleyen kullanıcların cookielerinin sistem tarafından otomatik silinme suresi Defaultda 900 dur. (saniye cinsinden) Code: Admin panel >>vb options >>Cookies and http options 7-Sabit Konular ve Diğer Konular Arasına Cizgi Koymak Yine bu forumda olan bi ozellik. Stıl duzenlemede değiştirilecek stili secin, edit'e basın "ForumDislay Templates"i acın. Code: Bu Kodu Bulun; $threadbits_sticky $threadbits Bununla Değiştirin; $threadbits_sticky [TR]
[TD="class: thead, colspan: alttakiyle değiştirin; PHP Kodu: $vbphrase[xs_avatar]" style="border:1px solid white;" /> Moderatorlerin Bolumu Olduğu Forumun Yanında Gozukmesi ________________________________________ Admincp >>vbulletin options >>Forum Listings Display Options >>Show Moderator Column >>yes Hızlı Cevap ________________________________________ VBulletin Options >>Message Posting and Editing Options >>Quick Reply Enabled >>Yes - Show Enhanced (WYSIWYG) Editor Toolbar daha sonra bunun hemen altinda Require Click for Quick Reply >>No Linklerdeki Cizgileri Kaldırma ________________________________________ None, cizgi yok demektir.Underline ise alt cizgi var. Hover links de underline olması demek mouse'un ustune gelindiği link demektir. admincp >>stil duzenleme >>stil yonetimi >>stili sec >>maincss >>Body (Customized in this Style) bolumunde Normal Links CSS >>Text Decoration > none Visited Links CSS >>Text Decoration > none Hover Links CSS >>Text Decoration >>underline Ard Arda Mesaj Girme Suresi ________________________________________ vBulletin Options >>Private Messaging opsions >>Floodcheck >>Minimum Time Between Messages Toplistlerin Bannerlarını Eklemek ________________________________________ Stil yonetimi >>Stılı sec >>Edit templates >>footer Forumu Sadece Kayıtlı Kullanıcılar Acmak ________________________________________ admincp >>usergroup manager >>unregestired/not logged in >>Forum Viewing Permissions >>Can View Forum >>No Bugun doğum gunu olan kullanıcılar ________________________________________ admincp>>>vbulletin secenekleri>>>Forums Home Page Options>>>Display Today's Birthdays?>>>evet olursa aktif durumda olur... Kullanıcı Yıldızları eklemek(ranks) ________________________________________ Yıldızları once ftp de www/forum/images/ranks klasorune at sonra admincp den Add New User Rank dan ayarlıyosun.("User Rank File Path" burdan ftp deki yerini belirticeksin)orn;images/ranks/yıldız1.gif gibi Uye olunca gelen email turkceleştirmek ________________________________________ Thanks for registering at Forums! bu kelimeleri sozcuk ara dan arat ordan değiştir. Forum Mesajlarını Sadece Kayıtlılar Gorebilsin ________________________________________ admincp==>usergroup manager==>unregestired/not logged in==>Forum Viewing Permissions==>Can View Forum==> bunu hayır yapacaksın Yeni Konu Acmak İcin Gereken Mesaj Sayısı ________________________________________ Uyenin; herhangi bir forum veya alt forumda, yeni bir başlık acabilmek icin, bu forum icerisinde en az "X" mesajının bulunması gerekir.. İsteyen uygulasın, bence guzel bir eklenti istek uzerine yayınladım newthread.php 'yi acıp alttaki kısmı bulun; PHP Kodu: php // check if there is a forum password and if so, ensure the user has it set verify_forum_password($foruminfo['forumid'], $foruminfo['password']); Hemen alt kısmına şunları ekleyin; PHP Kodu: php // setting for minumum post required to create new thread $num_minpost_required = 5; $usergroupid_req_minmpost = array(2,3,4); // use comma to separate your usergroupid $forumid_req_minpost = array(3,5,6); // use comma to separate your forumid if (in_array($bbuserinfo['usergroupid'], $usergroupid_req_minmpost) AND ($bbuserinfo[posts]query(" INSERT INTO " . TABLE_PREFIX . "post (threadid, parentid, title, username, userid, dateline, pagetext, allowsmilie, showsignature, ipaddress, iconid, visible, attach) VALUES ($threadinfo[threadid], $parentid, '" . addslashes($post['title']) . "', '" . addslashes($post['postusername']) . "', $bbuserinfo[userid], " . TIMENOW . ", '" . addslashes($post['message']) . "', $post[enablesmilies], $post[signature], '" . addslashes($post['ipaddress']) . "', $post[iconid], $post[visible], $totalattachments) "); $post['postid'] = $DB_site->insert_id(); ve komple şununla değiştirin; PHP Kodu: // ########### Xenon's prevent doublepost hack ######### $dp_settings = array( 'dobump' => true, // change this to false if you don't want doubleposts changing post's dateline 'timespan' => 3600, // how many seconds after the last post the new post is defined as doublepost 'spacer' => "", // What should be between the old post and the new one (default: two empty lines) 'addeditedby' => false, // Should a edited by author be added when a post is merged ); $isdoublepost = false; if ($type != 'thread' AND $threadinfo['lastpost'] > TIMENOW - $dp_settings['timespan'] AND $threadinfo['lastposter'] == $post['postusername']) Eklenti (Resimlerin) Thumbnail Olarak Gorunmesi.. ________________________________________ "nothumb.gif" dosyasını /forum/images/misc dizinine upload edin. Bu, herhangi bir hatada thumbnail olarak gorunecek resmin yerini alacaktır, duzenleyerek TR yapabilirsiniz. forumdisplay.php 'yi acıp alttaki kodları bulun; PHP Kodu: $threads = $DB_site->query(" SELECT $votequery $previewfield thread.threadid, thread.title AS threadtitle, lastpost, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid, lastposter, thread.dateline, IF(views