• 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.

Help Admin Giúp e Forum vbb.

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
 
Vào postbit_lecage mà sửa
 
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
Thread starter Title Forum Replies Date
M Xin Admin Hoặc Ai Làm giúp mình 1 forum Vbb Thảo luận wap việt 4
M Hỏi Admin, Pro Forum Vbb giúp với Vbulletin 5
N Xin Admin giúp về forum vbb Vbulletin 2
V Help admin và anh em giúp đỡ tạo forum trên host Hosting & Domain Free 1
T Admin or pro vào giúp sửa forum vbb Vbulletin 5
zing4u.org [HELP]Các admin vào giúp mình sửa lỗi forum với :"> Mã nguồn wap 3
D Help Giúp em về Direct Admin Mã nguồn web 1
Emvip Nhờ admin và anh em giúp fake chứng minh thư Thảo luận chung 3
N Làm sao để tránh được Mod phát hiện nick Clone ( mời ADMIN rảnh, giải đáp giúp mình ) Thảo luận chung 18
K Admin Tạo Giúp Cái Logo Với Máy tính 9
Lee_Jin Admin làm giúp em logo con dấu với ạ Thảo luận wap việt 4
K Anh Admin và mọi người giúp em tạo blog john cms với Johncms 2
Nhokken Hỏi Admin và mọi người vào giúp mk về wp này với ạ. Wordpress 4
S Xin Admin làm trắng data giacmohoalu giúp em Johncms 7
V admin hướng dẫn giúp cách làm website tin tức trên host PHP 6
T mong admin, mod giúp minh về code upload ảnh Thảo luận chung 0
T xin code auto wap/wed php mong admin, mod giúp Thảo luận wap việt 2
T admin ,mod hoắc cá bạn giỏi css giúp em với Thảo luận chung 7
T mong anh mod hoặc admin giúp em Thảo luận chung 4
K Xin Xin code wap game john ngon . Admin giúp e vớj Johncms 8
T Help Admin và Ai đang dùng code của zingviet vào giúp e với Johncms 0
H admin vào giúp em sửa lỗi với Xenforo 1
T Anh admin giúp em code Upload_DropBox_By_PhamDung với ạ. All Shared Scripts 2
S Help admin giúp em tí Thảo luận SEO 0
T Help xin admin va các bạn đã làm thành công giúp đỡ Vbulletin 15
roboconz Hỏi Admin và m.n vào giúp tôi All Shared Scripts 9
G Hỏi Admin ơi giúp em với Johncms 2
nhokzodanh admin và ae wapmaster ttvn vào giúp :( Xenforo 1
Myshare Xin Khẩn. Admin share domain hoặc ai bán domain giá hs bay qua đáp lại giúp em tí. Hosting & Domain Share 2
N Thảo luận Bác admin fix wapftp giúp Thảo luận wap việt 4
Myshare Help Admin dns lại domain sieugiaitri.info về hostinger giúp e. Hosting / Domain 2
HocVN.Net Help Admin hay ai pro vbb vào giúp chút Style vbb 2
H Admin vào đây giúp tớ Johncms 3
Yeukodamnoi Xin admin xóa domain giúp em. Hỏi đáp về domain & hosting 2
H admin vào giúp Hosting & Domain Share 6
roboconz admin vào giúp em cái Vbulletin 3
blog4me Help admin vào giúp về host Thảo luận wap việt 4
J Xin Admin vào giúp em mấy code Thảo luận wap việt 6
blog4me Help Admin vào giúp mình tí Thảo luận wap việt 8
N Bqt và admin ttvn vào giúp Hỗ trợ sử dụng diễn đàn 5
S Admin , ae giúp em đưa wap này lên google giúp em. Like nhiều Crack, hack, mod, ghép game, ứng dụng 2
J Admin giúp em về đóng dấu ảnh Thảo luận chung 7
L Xin giúp đỡ từ các pRO admin Thảo luận chung 8
D Hỏi Admin vào giúp phát. Vbulletin 1
D Hỏi Admin và pro vbb giúp em với. Vbulletin 21
S Help Kidblood, admin , blog4me tốt bụng giúp e up zip lên wmp với . Like Wap builder, wapego, xtgem, wen.ru, wapka, wap4 6
S Help Xin ae .admin hd giúp em tạo 1 cái blog wmp . Like Thảo luận wap việt 2
Myshare Help Admin hay ai pro SEO giúp mình seo wap này với. Thảo luận SEO 2
P Help Admin vào giúp với data johncms Johncms 6
H Thảo luận Admin , blog4me , m.n vào giúp dns về xtgem Hỏi đáp về domain & hosting 0

Similar threads

New posts New threads New resources

Back
Top