• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn thêm nút report vào postbit hoặc postbit_legacy

Admin

Well-Known Member
Staff member
Administrator
Demo
SinhVienIT.NET---hdreportlink-postbit.png

Edit Templates Postbit hoặc Postbit_legacy
Tìm:
PHP:
<if condition="$show['quickreply'] AND !$show['threadedmode']">
                <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
            </if>
Thêm code này vào sau:
PHP:
<if condition="$show['reportlink']">
                <a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img src="$stylevar[imgdir_button]/report-postbit.gif" alt="$vbphrase[report_bad_post]" border="0" /></a>
                        </if>
 

Facebook Comments

New posts New threads New resources

Back
Top