PDA

View Full Version : Ai biết cái này hem :) Giup mình



daikamam
16-03-2011, 03:20 PM
hiện tại 4rum mình giống cái dưới, mình mún nó giống cái trên thì phải làm sao

(ko hiện chủ đề, người gởi, thời gian posst...)

http://cB8.upanh.com/20.117.27006417.vX40/help.jpg

Tiểu Bá Vương 1404
16-03-2011, 05:12 PM
Cái này dùng mod gì đấy mà quên mất rồi, anh chịu khó tìm thêm trong : http://itvnn.net/showthread.php?19368 nhé, em quên khoái tên rồi, chắc chắn có trong đó đấy.

<!-- Updated -->

Mới tìm ra cái này, chắc là phải : http://itvnn.net/showthread.php?t=8667

daikamam
17-03-2011, 04:08 PM
Cái này dùng mod gì đấy mà quên mất rồi, anh chịu khó tìm thêm trong : http://itvnn.net/showthread.php?19368 nhé, em quên khoái tên rồi, chắc chắn có trong đó đấy.

<!-- Updated -->

Mới tìm ra cái này, chắc là phải : http://itvnn.net/showthread.php?t=8667


Nó chỉ cho thêm ra thôi, nhưng không mất: người posst, thời gian........

Mình muốn chỉ hiện tiêu đề như trên thôi, Thanks

Tiểu Bá Vương 1404
17-03-2011, 04:12 PM
Nó chỉ cho thêm ra thôi, nhưng không mất: người posst, thời gian........

Mình muốn chỉ hiện tiêu đề như trên thôi, Thanks
Cái này mình edit trong temp thôi.

daikamam
17-03-2011, 04:13 PM
Cái này mình edit trong temp thôi.
Hướng dẫn mình luôn đi, Thanks bạn nhiều

Tiểu Bá Vương 1404
17-03-2011, 04:55 PM
Anh vào Edit Templates, tìm vsa_lastpostsinfo_bit, sửa nó lại như sau :


<vb:if condition="$show['lastpostinfo']">
<p class="lastposttitle">
<vb:if condition="$vboptions['vsalpienh_enable_icons']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if>
<a href="showthread.php?{vb:raw lastpostinfo.threadid}&amp;goto=newpost#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a>
<a href="showthread.php?{vb:raw lastpostinfo.threadid}&amp;goto=newpost#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</p>
<!--<div class="lastpostby">
<vb:if condition="$lastpostinfo['userid']">
<a href="member.php?{vb:raw lastpostinfo.userid}">{vb:rawphrase by_x_memberaction, {vb:raw lastpostinfo.lastposter}}</a>
<vb:else />
{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}
</vb:if>
</div>
<p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></p>
<vb:else />
<span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></span>
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>-->
</vb:if>

daikamam
23-03-2011, 07:53 AM
Đã sửa như trên nhưng bị lỗi !
đây là code mình:

<vb:if condition="$show['lastpostinfo']">
<p class="lastposttitle">
<vb:if condition="$vboptions['vsalpienh_enable_icons']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if>
<a href="showthread.php?{vb:raw lastpostinfo.threadid}&amp;goto=newpost#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a>
<a href="showthread.php?{vb:raw lastpostinfo.threadid}&amp;goto=newpost#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</p>
<div class="lastpostby">
<vb:if condition="$lastpostinfo['userid']">
<a href="member.php?{vb:raw lastpostinfo.userid}">{vb:rawphrase by_x_memberaction, {vb:raw lastpostinfo.lastposter}}</a>
<vb:else />
{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}
</vb:if>
</div>
<p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></p>
<vb:else />
<span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></span>
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</vb:if>

Tiểu Bá Vương 1404
23-03-2011, 11:36 AM
Đã sửa như trên nhưng bị lỗi !
đây là code mình...
Anh có thể đưa ra hình ảnh cụ thể được không ?

daikamam
23-03-2011, 12:32 PM
sau khi lấy code của em bỏ qua thì nó :

http://cB8.upanh.com/20.372.27267947.BlU0/6.jpg

:D

Tiểu Bá Vương 1404
23-03-2011, 12:39 PM
hì, xin lỗi anh, em bỏ nhầm thẻ kết nên bị lỗi, anh dùng code này :


<vb:if condition="$show['lastpostinfo']">
<p class="lastposttitle">
<vb:if condition="$vboptions['vsalpienh_enable_icons']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if>
<a href="showthread.php?{vb:raw lastpostinfo.threadid}&amp;goto=newpost#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a>
<a href="showthread.php?{vb:raw lastpostinfo.threadid}&amp;goto=newpost#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</p>
<!--<div class="lastpostby">
<vb:if condition="$lastpostinfo['userid']">
<a href="member.php?{vb:raw lastpostinfo.userid}">{vb:rawphrase by_x_memberaction, {vb:raw lastpostinfo.lastposter}}</a>
<vb:else />
{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}
</vb:if>
</div>-->
<!--<p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></p>-->
<vb:else />
<span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw lastpostinfo.lastposttime}</vb:if></span>
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</vb:if>

Thật sự xin lỗi anh !

daikamam
23-03-2011, 12:41 PM
Thanks bạn nhiều ! đc rùi :D