• Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

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

replikacep

Tam Üye
Joined
Dec 15, 2018
Messages
237
Reaction score
30
Points
28
Age
1021
Website
www.replikacep.com
SMF 2.1 Hızlı konu aç modu (Butonu ekleme) (Quick Topic Open to)

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

Quick Topic Open to

[anchor=compatibilidad]Quick New thread Allow Open[/anchor]

Made by www.replikacep.com
Producer: Replikacep
dowloand : Simple Machines
altarnatif link : SMF 2.1 Hızlı  konu aç  modu (Butonu ekleme) (Quick Topic Open to)
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




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 :
Code:
'home' => array(
 'title' => $txt['home'],
 'href' => $scripturl,
 'show' => true,
 'sub_buttons' => array(
 ),
 'is_last' => $context['right_to_left'],
 ),

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

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

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

Modifications.turkish.php  de bu : 
Code:
?>

öncesinne  ekle : 
Code:
$txt['post_onof'] = 'Yeni konu Aç Butonuna izin ver ';

index.css de bul :
Code:
/* This is a small fix for dropmenu icons */


altına ekle : 
Code:
.main_icons.new_topic::before{
 background-position: -5px -239px;
}
 
replikacep said:
orhan bey  sitenize eklenti yüklenmiyor bilginiz olsun

evet js cakişmasi malesef bu surum iyce berbat olmaya başladi.
 

Yasal Uyarı

İçerik sağlayıcı paylaşım sitesi olarak hizmet veren webtiryakin.com 5651 sayılı kanunun 8. maddesine ve T.C.Knın 125. maddesine göre tüm üyelerimiz yaptıkları paylaşımlardan kendileri sorumludur. Hukuka ve mevzuata aykırı olduğunu düşündüğünüz içeriği BURADAN bildirebilirsiniz. Kısa sürede dönüş yapmaya çalışacağız.
Back
Top Bottom