Help sua chuyen muc o style mobile vbb

  • Thread starter Thread starter 24hbacquang
  • Start date Start date
2

24hbacquang

New Member
Ai huong dan m sua chuyen muc o style mobile cho no gon nhu style mobile wap ta voi ạ..chu o chuyen muc wap e nhinh loang ngoang va to .co nghia la lam no gon lai chi co ten cac chuyen muc.khong biet noi the nao nua..noi chung la lam gon lai chu khong nhu the nay Khu Vực Ban Quản Trị chan lam ai giup minh voi
 
huong dan voi em khong biet sua ntn hix helpppppppppppppp
 
Mở temp forumdisplay ra rồi sửa, nếu k có thì sửa ở temp FORUMHOME
 
Đây là ảnh cho dễ hiểu ạ.. Cái ảnh này là ở style mobile của e..
2012.jpg
còn đây là ảnh mà e muốn nó giống như thế ạ..
2013.jpg
tức là làm gọn nó ấy ạ..
 
Last edited by a moderator:
Lần sau dùng thẻ img nhé,
cái đó you phải vào chuyên mục, đổi tên theo ý.
Nếu muốn như ttvn thì phải thêm code , dẫn link tới cm đó.
 
Cảm ơn đã sửa dùm bài viết ạ

----------> Bổ sung bài viết lúc 11:05 PM <----------> Bài viết trước lúc 11:00 PM <----------

E chỉ muốn nó hiện các chuyên mục..để nó gọn lại..không có cái thiết lập nhanh thống kê bài gửi..kia nữa phải làm như thế nào ạ
 
Minh cũng k nhớ là del đoan code nào để n k hiên chuyên muc style mobile nữa, k dám chỉ l.tinh, hix
tốt nhất you nên add style mobile khác vào,
nếu mún gon nhẹ thì add style mobile của dvpda đã share .
 
Hix vậy ai biết chỉ giúp vớ...thank rất nhiều ạ
 
You muốn giữ style này, hay add style new.
 
Em vào template FORUMDISPLAY xoá all và thay bằng
PHP:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
	{vb:raw headinclude}
	<title>{vb:raw foruminfo.title_clean}</title>
</head>
<body>




{vb:raw header}
{vb:raw navbar}


<div class="titlebg">{vb:raw foruminfo.title_clean}</div>
<vb:if condition="$show['newthreadlink']">
<div class=stas><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">Newthread</a>
</div>
</vb:if>
<vb:if condition="$announcebits">
	{vb:raw announcebits}
</vb:if>
<vb:if condition="$show['forumslist']">
<!-- sub-forum list  -->
<vb:comment><div>{vb:rawphrase subforums}:</div></vb:comment>
{vb:raw forumbits}


<!-- / sub-forum list  -->
</vb:if>


<vb:if condition="$show['stickies']">
	{vb:raw threadbits_sticky}
	</vb:if>
<vb:if condition="$show['threads']">
	
<!-- show threads -->


	
	{vb:raw threadbits}
	<!-- end show threads -->
<vb:else />
</vb:if>
<vb:if condition="$show['newthreadlink']">
<div class=stas><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">New thread</a>
</div>
</vb:if>
<vb:if condition="$pagenav"><hr>{vb:raw pagenav}</vb:if>
{vb:raw ad_location.ad_forumdisplay_afterthreads}
<vb:if condition="$foruminfo[parentid] > '1'"> 
<div class="windowbg2"><a id="btn" href="forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw foruminfo.parentid}">Back</a></div>
<vb:else />
<div class="windowbg2"><a id="btn" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">Back</a></div>
</vb:if>
{vb:raw footer}
</body>
</html>
Nhớ thanks
 
Em vào template FORUMDISPLAY xoá all và thay bằng
PHP:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
	{vb:raw headinclude}
	<title>{vb:raw foruminfo.title_clean}</title>
</head>
<body>




{vb:raw header}
{vb:raw navbar}


<div class="titlebg">{vb:raw foruminfo.title_clean}</div>
<vb:if condition="$show['newthreadlink']">
<div class=stas><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">Newthread</a>
</div>
</vb:if>
<vb:if condition="$announcebits">
	{vb:raw announcebits}
</vb:if>
<vb:if condition="$show['forumslist']">
<!-- sub-forum list  -->
<vb:comment><div>{vb:rawphrase subforums}:</div></vb:comment>
{vb:raw forumbits}


<!-- / sub-forum list  -->
</vb:if>


<vb:if condition="$show['stickies']">
	{vb:raw threadbits_sticky}
	</vb:if>
<vb:if condition="$show['threads']">
	
<!-- show threads -->


	
	{vb:raw threadbits}
	<!-- end show threads -->
<vb:else />
</vb:if>
<vb:if condition="$show['newthreadlink']">
<div class=stas><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">New thread</a>
</div>
</vb:if>
<vb:if condition="$pagenav"><hr>{vb:raw pagenav}</vb:if>
{vb:raw ad_location.ad_forumdisplay_afterthreads}
<vb:if condition="$foruminfo[parentid] > '1'"> 
<div class="windowbg2"><a id="btn" href="forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw foruminfo.parentid}">Back</a></div>
<vb:else />
<div class="windowbg2"><a id="btn" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">Back</a></div>
</vb:if>
{vb:raw footer}
</body>
</html>
Nhớ thanks

thank ạ tí nữa ra net test ạ
 

Facebook Comments

Back
Top