MyBB Community Forums

Full Version: put this just like on mybb.vn
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
put this just like on mybb.vn under quick reply box[attachment=27814]
bump. ! No support?
Is the URL in the screenshot a link to the thread?
yeah. The url,html and others just like that.


Please help support team needed

bump. Can anyone?
Hi!
1. add to global.css
ul.thread_tools, ul.thread_tools li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.thread_tools li {
    padding-left: 26px;
    padding-bottom: 4px;
    margin-bottom: 3px;
    font-size: 11px;
}

ul.thread_tools li.printable {
    background: url(images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
    background: url(images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
    background: url(images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
    background: url(images/unsubscribe.gif) no-repeat 0px 0px;
}

/* PostBit Link Css */

.yazdir {
    background: url(images/yazdir.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.ark_gonder {
    background: url(images/gonder.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.abone_add {
    background: url(images/abone_ol.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.abone_remove {
    background: url(images/abone_iptal.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}
        
.google_ara {
    background: url(images/icons/google.ico) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 20px;
}        

.yahoo_ara {
    background: url(images/icons/yahoo.gif) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 20px;
}

.bing_ara {
    background: url(images/icons/bing.ico) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 20px;
}

/* Sosyal Bookmark Paylas Css */

.sosyal-paylasDiv {
    display: block;
    padding: 0px;
    float: left;
}

ul.sosyal-paylas {
    width: 300px;
    margin: 0 auto;
    list-style: none;
}

ul.sosyal-paylas li {
padding:0 4px 0 0;
}

ul.sosyal-paylas {
}

ul.sosyal-paylas li {
float:left;
}

ul.sosyal-paylas li a {
display:block; height:17px; width:17px; background:url(images/arac/sosyal-bookmark.png) no-repeat;
}

ul.sosyal-paylas li a span {
display:none;
}

ul.sosyal-paylas li a.google {
background-position:0 0px;
}

ul.sosyal-paylas li a.google:hover {
background-position:-20px 0px;
}

ul.sosyal-paylas li a.facebook {
background-position:0 -20px;
}

ul.paylas li a.facebook:hover {
    background-position: -20px -20px;
}

ul.paylas li a.digg {
background-position:0 -40px;
}

ul.sosyal-paylas li a.digg:hover {
background-position:-20px -40px;
}

ul.sosyal-paylas li a.twiter {
background-position:0 -60px;
}

ul.sosyal-paylas li a.twiter:hover {
background-position:-20px -60px;
}

ul.sosyal-paylas li a.yahoo {
background-position:0 -80px;
}

ul.sosyal-paylas li a.yahoo:hover {
background-position:-20px -80px;
}

ul.sosyal-paylas li a.mixx {
background-position:0 -100px;
}

ul.sosyal-paylas li a.mixx:hover {
background-position:-20px -100px;
}

ul.sosyal-paylas li a.stumbleupon {
background-position:0 -120px;
}

ul.sosyal-paylas li a.stumbleupon:hover {
background-position:-20px -120px;
}

ul.sosyal-paylas li a.delicious {
background-position:0 -140px;
}

ul.sosyal-paylas li a.delicious:hover {
background-position:-20px -140px;
}

ul.sosyal-paylas li a.reddit {
background-position:0 -160px;
}

ul.sosyal-paylas li a.reddit:hover {
background-position:-20px -160px;
}

ul.sosyal-paylas li a.myspace {
background-position:0 -180px;
}

ul.sosyal-paylas li a.myspace:hover {
background-position:-20px -180px;
}

ul.sosyal-paylas li a.friendfeed {
background-position:0 -200px;
}

ul.sosyal-paylas li a.friendfeed:hover {
background-position:-20px -200px;
}

ul.sosyal-paylas li a.buzz {
background-position:0 -220px;
}

ul.sosyal-paylas li a.buzz:hover {
background-position:-20px -220px;
}

ul.sosyal-paylas li a.linkedin {
background-position:0 -240px;
}

ul.sosyal-paylas li a.linkedin:hover {
background-position:-20px -240px;
}

ul.sosyal-paylas li a.netSabah {
background-position:0 -260px;
}

ul.sosyal-paylas li a.netSabah:hover {
background-position:-20px -260px;
} 


2. Home » Template Sets » MyBBvn Templates
Edit Template: showthread
Replace:
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=150"></script>
<script type="text/javascript">
<!--
    var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
    var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
    var tylUser = "{$mybb->user['uid']}";
-->
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=150"></script>
<script type="text/javascript">
<!--
    var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
    var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
    var tylUser = "{$mybb->user['uid']}";
-->
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=150"></script>
<script type="text/javascript">
<!--
    var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
    var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
    var tylUser = "{$mybb->user['uid']}";
-->
</script>
</head>
<body>
    {$header}
    <!-- @Anahtar Kelimeler -->

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="100%">
<thead>
<tr>
<td class="thead">
<div><center><strong>Từ Khóa</strong></center></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
<tr>
<td class="trow1">
<p align="left">MyBB {$thread['subject']}, Themes MyBB {$thread['subject']}, Mod MyBB {$thread['subject']}, Graphics {$thread['subject']}, Code {$thread['subject']}, Tùy biến {$thread['subject']}, Lập trình {$thread['subject']}, Mở rộng {$thread['subject']}, Miễn phí {$thread['subject']}, Download {$thread['subject']}</td>
</tr>
</tbody>
</table>
<br />
<!-- /@Anahtar Kelimeler -->
    {$pollbox}
    <div class="float_left">
        {$multipage}

    </div>
    <div class="float_right">
        {$newreply}
    </div>
    {$ratethread}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
        <tr>
            <td class="thead" colspan="2">
                <div style="float: right;">
                    <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </div>
                <div>
                    <strong>{$thread['threadprefix']}{$thread['subject']}</strong>
                </div>
            </td>
        </tr>
        {$classic_header}
    </table>
    <div id="posts">
        {$posts}
    </div>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
        <tr>
            <td colspan="2" class="tfoot">
                {$search_thread}
                <div>
                    <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
                </div>
            </td>
        </tr>
    </table>
    <div class="float_left">
        {$multipage}
    </div>
    <div style="padding-top: 4px;" class="float_right">
        {$newreply}
    </div>
    <br style="clear: both;" />
    {$quickreply}
    {$threadexbox}
    <br />
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="1">
<tr>
<td class="thead" colspan="2"><div><strong>{$lang->konu_arac}</strong></div></td>
</tr>
<tbody>
<tr><td class="trow1" width="130"><img src="images/postbit/tag-icon.png" alt="{$thread['subject']} Konusunun Etiketleri" border="0" style="vertical-align: middle;"> <b>Tag</b></td>
<td class="trow1"><span style="color: rgb(30, 144, 255);"></span>{$eti}{$tags}</td>
</tr><tr>
<td class="trow2" width="130"><img src="images/postbit/link-icon.png" alt="{$thread['subject']} Konusunun Linki " border="0" style="vertical-align: middle;"><b> Direk Link</b></td>
<td class="trow2"><input class="textbox" name="url" title="Chia sẻ {$thread['subject']}." value="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow1" width="130"><img src="images/postbit/html-icon.png" alt="{$thread['subject']} Konusunun HTML Kodu " border="0" style="vertical-align: middle;"><b> HTML Link</b></td>
<td class="trow1"><input class="textbox" name="html" title="Code nhúng {$thread['subject']}." value="<a href=&quot;{$mybb->settings['bburl']}/showthread.php?tid={$tid}&quot;>{$thread['subject']}</a>" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow2" width="130"><img src="images/postbit/mykod-icon.png" alt="{$thread['subject']} Konusu BBCode Linki" border="0" style="vertical-align: middle;"><b> BBCode Link</b></td>
<td class="trow2"><input class="textbox" name="bbcode" title="Chia sẻ trên diễn đàn {$thread['subject']}." value="[url={$mybb->settings['bburl']}/showthread.php?tid={$tid}]{$thread['subject']}[/url]" onclick="this.select();" size="99" type="text"></td>
</tr>
<tr>
<td class="trow1" width="130"><img src="images/postbit/paylas-icon.png" alt="{$thread['subject']} Konusunu Paylas" border="0" style="vertical-align: middle;"> <b>Chia Sẻ</b></td>
<td class="trow1">
<div class="sosyal-paylasDiv"><ul class="sosyal-paylas">
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://net.sabah.com.tr/net?shareUrl='+encodeURIComponent(location.href)); return false;" class="netSabah" title="Sabah net"><img src="/images/social/nets.png"><span>Sabah net</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;source=Fotomac', 'google','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="google" title="google"><img src="/images/social/google.png"><span>google</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href), 'facebook','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600')​; return false;" class="facebook" title="facebook"><img src="/images/social/facebook.png"><span>facebook</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'digg','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="digg" title="digg"><img src="/images/social/digg.png"><span>digg</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://twitter.com/?status='+encodeURIComponent(location.href), 'twitter','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');​ return false;" class="twiter" title="twiter"><img src="/images/social/twitter.png"><span>twiter</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u='+encodeURIComponent(location.href), 'yahoo','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="yahoo" title="yahoo"><img src="/images/social/yahoo.png"><span>yahoo</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.mixx.com/submit/story?title='+encodeURIComponent(document.title)+'&amp;page_url='+encodeURIComponent(location.href), 'mixx','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="mixx" title="mixx"><img src="/images/social/mixx.png"><span>mixx</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'stumbleupon','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=60​0'); return false;" class="stumbleupon" title="stumbleupon"><img src="/images/social/stumbleupon.png"><span>stumbleupon</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://del.icio.us/post?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'​); return false;" class="delicious" title="delicious"><img src="/images/social/delicious.png"><span>delicious</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'reddit','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600'); return false;" class="reddit" title="reddit"><img src="/images/social/reddit.png"><span>reddit</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.myspace.com/index.cfm?fuseaction=postto&amp;u='+encodeURIComponent(location.href)+'&amp;t='+encodeURIComponent(document.title), 'MySpace','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');​ return false;" class="myspace" title="myspace"><img src="/images/social/myspace.png"><span>myspace</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://friendfeed.com/share/bookmarklet/frame#url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'friendfeed','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600​'); return false;" class="friendfeed" title="friendfeed"><img src="/images/social/friendfeed.png"><span>friendfeed</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.google.com/reader/link?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'buzz','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');ret​urn false;" class="buzz" title="google buzz"><img src="/images/social/google-buzz.png"><span>google buzz</span></a></li>
    <li><a rel="nofollow" href="javascript:;" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;summary='+encodeURIComponent(document.title),'linkedin','toolbar=yes,scr​ollbars=yes,resizable=yes,width=800,height=600');return false;" class="linkedin" title="linkedin"><img src="/images/social/linkedin.png"><span>linkedin</span></a></li>
</ul></div></td>
</tr>
</tbody></table>
{$similarthreads}
<br />
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<tbody><tr>
<td class="thead"><div><center><strong>Tag</strong></center></div>
</tr>
<tr>
<td class="trow1">
<p align="left"><a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="MyBB {$thread['subject']}" target="_blank">MyBB {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Themes {$thread['subject']}" target="_blank">Themes {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Mods {$thread['subject']}" target="_blank">Mods {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Graphics {$thread['subject']}" target="_blank">Graphics {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Code {$thread['subject']}" target="_blank">Code {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Tùy biến {$thread['subject']}" target="_blank">Tùy biến {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Lập trình {$thread['subject']}" target="_blank">Lập trình {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Mở rộng {$thread['subject']}" target="_blank">Mở rộng {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Miễn phí {$thread['subject']}" target="_blank">Miễn phí {$thread['subject']}</a>, <a href="{$mybb->settings['bburl']}/showthread.php?tid={$tid}" title="Download {$thread['subject']}" target="_blank">Download {$thread['subject']}</a></p>
</td>
</tr>
</tbody></table>
<br />
    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>