SMF 2.1 Hızlı konu aç modu (Butonu ekleme) (Quick Topic Open to)

Başlatan tekyürek, 14 Mar 2019, 09:39

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

tekyürek

Quick Topic Open to

Quick New thread Allow Open

Made by www.replikacep.com
Producer: Replikacep
Version: 2.1 Date 2019
Compatibility: SMF 2.1 RC 1
* Add new look for SMF 2.1 RC1
Quick New thread Allow Open
Adds buttons to the home page allows you to open a quick topic


Creative Commons License
Quick Topic Open to by Quick Topic Open to is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License
Based on a work at smf.gen.tr
Permissions beyond the scope of this license may be available at simplemachines.org

bu mod sayesinde  hızlı konu açmak oldukça  kolay   Add_Topic  diye bir mod vardı  bilirmisiniz   gereksiz dosyalar  ve gereksiz  yer kaplıyor  birsürü kod ekliyor  smf için bence geregi yok

yaptıgım eklenti oldukca basit şekilde aynı görevi görmektedir  :D

Subs.php  de bul :
'home' => array(
 'title' => $txt['home'],
 'href' => $scripturl,
 'show' => true,
 'sub_buttons' => array(
 ),
 'is_last' => $context['right_to_left'],
 ),

altına  ekle :
'new_topic' => array(
 'title' => $txt['new_topic'],
 'href' => $scripturl .'?action=post;board=',
 'show' => !empty($modSettings['post_onof']),
 'sub_buttons' => array(
 ),
 ),

ManageSettings.php  de bul:
// Big Options... polls, sticky, bbc....
 array('select', 'pollMode', array($txt['disable_polls'], $txt['enable_polls'], $txt['polls_as_topics'])),
 '',

altına ekle  :
array('check', 'post_onof'),
         '',

Modifications.turkish.php  de bu :  
?>
öncesinne  ekle :  
$txt['post_onof'] = 'Yeni konu Aç Butonuna izin ver ';
index.css de bul :
/* This is a small fix for dropmenu icons */

altına ekle :  
.main_icons.new_topic::before{
 background-position: -5px -239px;
}

ramooo19

çok başarılı olmuş eline sağlık yanlız dikkat et yine çaldı demesinler  :) :)