Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
New Thread From Everywhere
#1
Eine neue Erweiterung wurde veröffentlicht: New Thread From Everywhere

Zitat:New Thread From Everywhere
Simply ut allows users to creat a thread in their desired foeum with desired prefix. 

How to use :- 

1). creat a clickable button on the index page or in the header page under navigation , link should be :- www.website.com/new.php     or       {$mybb->settings['bburl']}/new.php 

2). if you want to have a button under the navigation then here is ths tips.

After install add this css to your theme in global.css or creat a new css named newthread.css and add this .
Code:
.newt {
padding: 8px 18px;
border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(255, 255, 255, 0.23) 0px 3px 6px;
border-radius: 4px;
background: #fff;
color: #fff;
font-size: 16px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin-right: 5px;
letter-spacing: 1px;
text-decoration: none;
margin-bottom: 10px;
}

.newt:hover{
background: #0485db;
color: white;
text-decoration: none;
}

a .newt {
text-decoration: none;
}
and then open your header template and in the end add this code

Code:
<div><a style="float: right;" class="newt" href="new.php"> New thread </a></div>





Note:- The plugin author is  Edson Ordaz with the original mybb 1.6 plugin submission https://mods.mybb.com/view/new-thread . The only change I have done is bringing the plugin up-to-date for MyBB 1.8 and add some extra features with fuxed some bugs.
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Twitter New Thread MyBB.de Bot 6 2.648 24.03.2014, 14:59
Letzter Beitrag: Linuxfreak
  Quick New Thread MyBB.de Bot 0 1.301 30.09.2011, 20:00
Letzter Beitrag: MyBB.de Bot
  New Thread MyBB.de Bot 0 1.502 03.03.2011, 16:04
Letzter Beitrag: MyBB.de Bot
  Length Minimum in New Thread MyBB.de Bot 0 1.493 09.12.2010, 18:18
Letzter Beitrag: MyBB.de Bot
  New Thread with Rules MyBB.de Bot 0 2.187 18.08.2008, 06:45
Letzter Beitrag: MyBB.de Bot