DISPLAY >>> Template >>> Quản lý tổng thể
>>> Viewtopics_body.
Tìm Code:

Code:

<a
href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">

Sau đó bạn thay nó bằng đoạn code này :

Code:

<a
href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}"
target="_blank">

Làm tương tự với dấu trừ cũng thế :
Thay đoạn:

Code:

<a
href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">

Bằng :

Code:

<a
href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}"
target="_blank">

Xong... lưu lại và xem kết quả.