• 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 auto nhận link trong bài viết trên style mobile VBB4

Admin

Well-Known Member
Staff member
Administrator
Cái này có nghĩa khi là viết link có dạng:
Code:
http://link.com
thì sẽ có liên kết khi viết bằng mobile
Admincp -> style & templates -> new posting templates -> newreply
tìm
Code:
{vb:raw disablesmiliesoption}
thêm bên trên
Code:
<vb:if condition="$show['parseurl']">					
					<p class=stas>&nbsp;•	<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>
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
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>
Nguồn: BD
 

Facebook Comments

New posts New threads New resources

Back
Top