cosan
02-08-2013, 01:39 AM
How to add a "open new thread" button on homepage for all categories?
I found the answer.
forumhome_forumbit_level2_post
Find : <vb:if condition="$forum['statusicon'] != 'link'">
Add Above
<!-- 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 )
/* 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://www.engforums.com/images/misc/newthread.png
http://titan797.server4you.de/showthread.php?t=3549
I found the answer.
forumhome_forumbit_level2_post
Find : <vb:if condition="$forum['statusicon'] != 'link'">
Add Above
<!-- 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 )
/* 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://www.engforums.com/images/misc/newthread.png
http://titan797.server4you.de/showthread.php?t=3549