Cái này có nghĩa khi là viết link có dạng:
thì sẽ có liên kết khi viết bằng mobile
Admincp -> style & templates -> new posting templates -> newreply
tìm
thêm bên trên
save lại và dùng mobile viết link thử nhé
--------------------------------
có người hỏi viết link mà không cho nhận link thì sao?
thì style mobile không add phần này và style pc thì xóa phần này trong newreply đi
Nguồn: BD
Code:
http://link.com
Admincp -> style & templates -> new posting templates -> newreply
tìm
Code:
{vb:raw disablesmiliesoption}
Code:
<vb:if condition="$show['parseurl']">
<p class=stas> • <label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" {vb:raw checked.parseurl} /> {vb:rawphrase automatically_parse_links_in_text}</label></p>
</vb:if>
--------------------------------
có người hỏi viết link mà không cho nhận link thì sao?
thì style mobile không add phần này và style pc thì xóa phần này trong newreply đi
Code:
<vb:if condition="$show['parseurl']"> <li>
<label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" {vb:raw checked.parseurl} /> {vb:rawphrase automatically_parse_links_in_text}</label><p class="description">{vb:rawphrase automatically_parse_links_description}</p>
</li>
</vb:if>