Help Admin Giúp e Forum vbb.

  • Thread starter Thread starter TranDuc01
  • Start date Start date
T

TranDuc01

New Member
e muốn cho " thanks " , " Trả Lời " .... tất mấy cái đó xuống dòng dưới thì làm thế nào. :D
 
Post cái templates postbit_legacy lên đây
 
PHP:
<div class=nav1>

<a name="post{vb:raw post.postid}"></a>
<table border=0>
<tr>
<td>
<vb:if condition="$show['avatar']">
	<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
	<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" width="50px" height="50px" />
	</a>
</vb:if> 
</td>

<td>

<a href="{vb:link member, {vb:raw post}}">{vb:raw post.musername}</a>

[{vb:raw post.posts}]

{vb:raw post.onlinestatus}



<vb:if condition="$post['editlink']">• <a href="{vb:raw post.editlink}">{vb:rawphrase edit}</a> •</vb:if>
<vb:if condition="$post['replylink']"><a href="{vb:raw post.replylink}" id="qrwq_{vb:raw post.postid}" rel="nofollow">{vb:rawphrase reply}</a> </vb:if>
<vb:if condition="$show['reportlink']"> •<a id="btn" href="{vb:raw post.reportlink}" rel="nofollow">Báo cáo</a></vb:if>

{vb:raw template_hook.postbit_userinfo_right_after_posts}
{vb:raw template_hook.postbit_controls}




<br>
<vb:if condition="$show['announcement']">
{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}
<vb:else />
{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']">,&nbsp;{vb:raw post.posttime}</vb:if>
				</vb:if></td>
</table>
</div>


<div class="postbg">{vb:raw post.message}</div>
{vb:raw template_hook.postbit_signature_start}{vb:raw ad_location.ad_showthread_firstpost_sig}<vb:if condition="$post['signature']">{vb:raw post.signature}</vb:if> 

{vb:raw showawgot}

		<!-- attachments -->
		<vb:if condition="$show['attachments']">

<div class="atc">
<span>Đính kèm: </span>
			<vb:if condition="$show['thumbnailattachment']">
					<span>{vb:raw post.thumbnailattachments}<br /></span>
			</vb:if>
		
			<vb:if condition="$show['imageattachment']">
					<span>{vb:raw post.imageattachments}<br /></span>
			</vb:if>
			
			<vb:if condition="$show['imageattachmentlink']">
					<span>{vb:raw post.imageattachmentlinks}<br /></span>
			</vb:if>
			
			<vb:if condition="$show['otherattachment']">
					<span>{vb:raw post.otherattachments}<br /></span>
			</vb:if>
			
			<vb:if condition="$show['moderatedattachment']">
					<span>{vb:raw post.moderatedattachments}<br /></span>
			</vb:if>
			
			</div>
		<!-- / attachments -->

		</vb:if>



<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><img border="0" src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /></a>&nbsp;
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><img border="0" src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /></a>
</vb:if>

{vb:raw template_hook.postbit_end}
 
Last edited by a moderator:
Sửa thành
HTML:
<div class=nav1>
<a name="post{vb:raw post.postid}"></a>
<table border=0>
<tr>
<td>
<vb:if condition="$show['avatar']">
	<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
	<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" width="50px" height="50px" />
	</a>
</vb:if> 
</td>
<td>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
{vb:raw template_hook.postbit_controls}
<br>
<vb:if condition="$show['announcement']">
{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}
<vb:else />
{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']">,&nbsp;{vb:raw post.posttime}</vb:if>
				</vb:if></td>
</table>
</div>
<div class="postbg">{vb:raw post.message}</div>
{vb:raw template_hook.postbit_signature_start}{vb:raw ad_location.ad_showthread_firstpost_sig}<vb:if condition="$post['signature']">{vb:raw post.signature}</vb:if> 
{vb:raw showawgot}
		<!-- attachments -->
		<vb:if condition="$show['attachments']">
<div class="atc">
<span>Đính kèm: </span>
			<vb:if condition="$show['thumbnailattachment']">
					<span>{vb:raw post.thumbnailattachments}<br /></span>
			</vb:if>
		
			<vb:if condition="$show['imageattachment']">
					<span>{vb:raw post.imageattachments}<br /></span>
			</vb:if>
			
			<vb:if condition="$show['imageattachmentlink']">
					<span>{vb:raw post.imageattachmentlinks}<br /></span>
			</vb:if>
			
			<vb:if condition="$show['otherattachment']">
					<span>{vb:raw post.otherattachments}<br /></span>
			</vb:if>
			
			<vb:if condition="$show['moderatedattachment']">
					<span>{vb:raw post.moderatedattachments}<br /></span>
			</vb:if>
			
			</div>
		<!-- / attachments -->
		</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><img border="0" src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /></a>&nbsp;
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><img border="0" src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /></a>
</vb:if>
<a href="{vb:link member, {vb:raw post}}">{vb:raw post.musername}</a>
[{vb:raw post.posts}]
{vb:raw post.onlinestatus}
<vb:if condition="$post['editlink']">• <a href="{vb:raw post.editlink}">{vb:rawphrase edit}</a> •</vb:if>
<vb:if condition="$post['replylink']"><a href="{vb:raw post.replylink}" id="qrwq_{vb:raw post.postid}" rel="nofollow">{vb:rawphrase reply}</a> </vb:if>
<vb:if condition="$show['reportlink']"> •<a id="btn" href="{vb:raw post.reportlink}" rel="nofollow">Báo cáo</a></vb:if>
{vb:raw template_hook.postbit_end}
 
tks. nhưng a đóng khung + cho nó vào 1 dòng đc k a.nó dính liền với chữ ký kìa anh.
 
Thì em add thêm
[text]<div class=bre1>nội dung</div>[/text]
Vào
 
Vào templates header hoặc...viewsource lấy link up chèn lên host nhé em
 
uhm. để e tìm. mà up chèn lên host là như thế nào. up vào đâu ở host

----------> Bổ sung bài viết lúc 10:33 <----------> Bài viết trước lúc 10:29 <----------

mục header a nè.


<div class="body-nnt">

<!--[if lte IE 6]>
<script type="text/javascript" src="vbbdesign/laichauonl/login/js/supersleight-min.js"></script>
<![endif]-->


<script type="text/javascript" src="vbbdesign/laichauonl/login/js/slide.js"></script>
<link rel="stylesheet" href="vbbdesign/laichauonl/login/css/slide.css" type="text/css" media="screen" />

<!-- Panel -->
<div id="toppanel">
<div id="slide2">
<div class="content">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td style="width:660px;">
<div class="left">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
<div class="logo-top">

<DIV id="flash" style="Z-INDEX: 1; LEFT:40px; WIDTH: 250px; POSITION: absolute; TOP:0px;">
<OBJECT height=270 width=250>
<embed src="vbbdesign/laichauonl/4.swf" width="250" height="270"
Quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer";
Type="application/x-shockwave-flash" menu="false"
Wmode="transparent"></embed>
</OBJECT></DIV>

<DIV id="flash" style="Z-INDEX: 1; LEFT:380px; WIDTH: 250px; POSITION: absolute; TOP:0px;">
<OBJECT height=270 width=250>
<embed src="vbbdesign/laichauonl/4.swf" width="250" height="270"
Quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer";
Type="application/x-shockwave-flash" menu="false"
Wmode="transparent"></embed>
</OBJECT></DIV>

<img class="verticalAlign" src="vbbdesign/laichauonl/login/images/logo.png" />
</div>
</td>
<td>
&nbsp;

</td>
</tr></table>

</div>

</div>
</td>
<td>

<div class="right">



<vb:if condition="$show['member']">
<div style="padding-left:40px;width:300px;">
<script type="text/javascript" src="vbbdesign/laichauonl/dropdown.js"></script>
<div class="top-header-info">
<table border="0">
<tr>
<td width="86" valign="top" style="padding-top: 0px; padding-right: 10px;">{vb:raw ss_avatar}</td>
<td valign="top" align="left"><vb:if condition="$notifications_total">
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="calvinkleinthiem_design/scr/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username} - ({vb:raw notifications_total})</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
{vb:raw notifications_menubits}
<vb:else />
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="calvinkleinthiem_design/scr/arrowdown.png" border="0" /> {vb:raw bbuserinfo.musername}</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
</vb:if>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="th-underline">Thông Tin Của Tôi</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="th-underline">Sửa Thông Tin</a></li>

</ul>
</dd>
</dl>

<div style="width: 123px; color: #FFF; padding: 4px 4px 4px 4px; background:#000000; font-size: 11px;"><b><a href="usercp.php{vb:raw session.sessionurl_q}" class="th-underline">Bảng Điều Khiển</a></b></div>

<div style="width: 123px; color: #FFF; padding: 4px 4px 4px 4px; background:#000000; font-size: 11px;"><b><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">Trợ Giúp</a><b>&nbsp;-&nbsp;<b><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Thoát</a></b></div>
</td></tr>
</table>
</div>
</div>

<vb:else />

<div style="padding-left: 0px; margin-top: -20px; width: 290px; margin-left: 10px;">
<ul class="nouser">
<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=384"></script>

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="left">

<tr>

<td style="padding-left:10px;">

<h2><b>Tên đăng nhập</b></h2>
<div class="loginBoxInput">
<input id="navbar_username" class="logininput" type="text" onblur="if (this.value == '') this.value = 'Tên đăng nhập';" onfocus="if (this.value == 'Tên đăng nhập') this.value = '';" value="Tên đăng nhập" tabindex="101" accesskey="u" size="20" name="vb_login_username"/>
</div>
<br /><br />
<h2><b>Mật khẩu</b>&nbsp;<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked" /></h2>
<div class="loginBoxInput">
<input id="navbar_password" class="logininput" type="password" onblur="if (this.value == '') this.value = 'Password';" onfocus="if (this.value == 'Password') this.value = '';" value="Password" tabindex="102" size="20" name="vb_login_password" />
</div>
</td>

<td style="padding-right:22px;padding-top:20px;">

<div><input class="verticalAlign" type="image" value="Login" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" src="vbbdesign/laichauonl/login/images/login.png" /></div>

<div class="remem"><a href="register.php"><img alt="" src="vbbdesign/laichauonl/login/images/reg.png"></a></div>


</td>
</tr>
</table>


<input type="hidden" name="s" value="9c66b0086628a00af7df6767f1b3ca98" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>

<!-- / login form -->
</div>
</vb:if>


</td>
</tr>
</table>

</td>

</tr>

</div>
</div>

<!-- The tab on top -->
<div class="tab">

<ul class="login">
<li class="left">&nbsp;</li>
<li id="toggle">
<vb:if condition="$show['member']">
<a id="open" class="open" ><strong>Manage - Quản Lí</strong></a>
</vb:if>
<vb:if condition="$show['guest']">
<a id="open" class="open" ><strong>Đăng Ký - Đăng Nhập</strong></a>
</vb:if>
<a id="close" style="display: none;" class="close" ><strong>Close - Đóng Lại</strong></a>
</li>
<li class="right">&nbsp;</li>
</ul>
</div> <!-- / top -->


</div><!--panel -->


<div class="banner"></div>


<vb:if condition="$show['guest']">
<script>function closeBox(toClose) {document.getElementById(toClose).style.display = "none";setCookie(toClose, "closed", 1);}function setCookie(cName, value, expiredays) {var expDate = new Date();expDate.setDate(expDate.getDate()+expiredays);document.cookie=cName + "=" + escape(value) + ";expires=" + expDate.toGMTString();}function loadMsg(msgClass) {msg = document.getElementsByTagName("div");for (i=0; i<msg.length; i++) {if(msg.className == msgClass) {if(document.cookie.indexOf(msg.id) == -1) {msg.style.display = "block";}}}}window.onload=function(){loadMsg('msgbox'); }</script> <style>div.guestwarn {background:black;color:white;max-width:280px;min-height:18px;padding:0 5px 3px;position:fixed;right: 2%;top: 50%;padding: 10px 15px;position: fixed;z-index: 10;font-size:12px;-moz-border-radius: 8px; -webkit-border-radius: 8px; filter:alpha(opacity=77); -moz-opacity:.77; opacity:.77; -moz-box-shadow:5px 5px 5px #191919; -webkit-box-shadow:5px 5px 5px #191919; box-shadow:5px 5px 5px #191919;}.close {float: right;background: transparent url(vbbdesign/laichauonl/close.png);width: 22px;height: 22px;}</style> <div id="message-1" class="msgbox" style="display: none;"><div class="guestwarn"><a class="close" onclick="closeBox('message-1'); return false;" title=""></a><b>Chào bạn ! Có vẻ như bạn không phải là thành viên rồi. Hãy <a href="register.php">đăng kí</a> để cùng giao lưu chia sẽ và ủng hộ diễn đàn nhé ^^!</div></div>
</vb:if>

<div id="header" class="floatcontainer doc_header"></div>
 
Vào cpanel filemanages/vbbdesign/laichauonl/login/images up chèn logo tên /logo.png
Hoặc thay đoạn này
<embed src="vbbdesign/laichauonl/4.swf" width="250" height="270"Type="application/x-shockwave-flash" menu="false"Wmode="transparent"></embed></OBJECT></DIV><img class="verticalAlign" src="vbbdesign/laichauonl/login/images/logo.png" /></div></td>
Sửa ở chỗ màu đỏ, thanks anh nào
 
Mà cho nói cái. Cái này đơn giản thật ý.
Xài pc mờ. Đâu cần show temp đâu.
Viewsource
nhìn link hình là ok ý.
Xem path là thay host.
K phải ai cũng biết hết nhưng đơn giản mà đức.
 
. ^^! k đc a à.

----------> Bổ sung bài viết lúc 10:54 <----------> Bài viết trước lúc 10:53 <----------

^^! mình gà mà. biết gì đâu. nên cái gì cũng phải hỏi. :D

----------> Bổ sung bài viết lúc 10:56 <----------> Bài viết trước lúc 10:54 <----------

à. mà mod gi để khi post link trong bài viết n thay tên link đó là tên trang vi dụ : TUOITREIT.VN Khẳng Định Đẳng Cấp Teen Việt ý
 
Được mà em...do cookie link ảnh cũ vẫn còn nên nó vẫn hiện "ảo" thực ra nếu làm theo HD là ok

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

Mod này Hướng dẫn chi tiết cách cài vBSeo 3.60 RC2 nhé em
 
trời. a ơi là a. hix. đó là cái logo cuối forum chớ. ^^! đúng là đổi đc thiệt. :D
 
à. nhầm. chèn bố vào footẻ. hì. thui k có gì. :D :D :D (già rồi lên lẫn)
 

Facebook Comments

Similar threads

Back
Top