The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How to add a "open new thread" button on homepage for all categories?
I found the answer. forumhome_forumbit_level2_post Find : Code:
<vb:if condition="$forum['statusicon'] != 'link'"> Add Above Code:
<!-- K?aL.HaKaN - vbulletin-turko --> <vb:if condition="$show['member']"><div class="forumhomelink_block"> <div class="forumhomelink"><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw forumid}" rel="nofollow" title="Yeni Konu Ac"></a></div></div></vb:if> <!-- K?aL.HaKaN - vbulletin-turko --> additional.css Add Bottom ( if not empty ) Code:
/* START yeni konu ac vb-turko */ .forumhomelink_block { float: left; width: 5%; min-height: 32px; padding-top: 5px; } .forumhomelink { width: 32px; height: 32px; float: right; margin-right: 5px; background-image: url({vb:stylevar imgdir_misc}/newthread.png); background-position: 0 0; background-repeat: no-repeat; } .forumhomelink a { width: 32px; height: 32px; display: inline-block; } .forumbit_post .foruminfo { width: 52%; } /* END Yeni konu ac vb-turko */ Upload an "open new thread" button image in images/misc I am using this one ![]() http://titan797.server4you.de/showthread.php?t=3549 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|