phusam9xpro ...
Tổng số bài gửi : 5 Điểm : 9 Được cảm ơn : 0 Tham gia ngày : 2011-07-16 Thực hiện nội quy :
| Subject: giúp mình đi admin 24/7/2011, 8:23 pm | #1 |
| admin ơi cho mình xin cái recent topic va view topic list bõ như ở đây đi. mình cũng đang sử dụng skin giống bên này mà còn thiếu mấy cái đó. cám ơn mọi người nhiều lắm |
|
Admin Admin
Tổng số bài gửi : 404 Điểm : 1165 Được cảm ơn : 332 Tham gia ngày : 2010-10-21 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 24/7/2011, 9:02 pm | #2 |
| - phusam9xpro wrote:
- admin ơi cho mình xin cái recent topic va view topic list bõ như ở đây đi. mình cũng đang sử dụng skin giống bên này mà còn thiếu mấy cái đó. cám ơn mọi người nhiều lắm
Của bạn yêu cầu đây : topics_list_box - Code:
-
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection --> <script type="text/javascript"> function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() { var all_checked = true; for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) { if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') { all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked; } } document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked; } function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() { for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) { if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') { document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked; } } } </script> <!-- END multi_selection -->
<div class="tcat"> <div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse"> <h2> <span class="forumtitle"></span> </h2> </div></div> </div>
<table cellpadding="6" cellspacing="0" border="0" width="100%" class="" align="center"> <tr> <th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th> <th align="center" nowrap="nowrap" width="80"> {topics_list_box.row.L_REPLIES} </th> <th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th> <th align="center" nowrap="nowrap" width="50"> {topics_list_box.row.L_VIEWS} </th> <th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th> <!-- BEGIN multi_selection --> <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th> <!-- END multi_selection --> </tr> <!-- BEGIN pagination --> <tr> <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td> </tr> <!-- END pagination --> <!-- END header_table --><!-- BEGIN header_row --> <tr> <td class="row3" colspan="{topics_list_box.row.COLSPAN}" style="border-left: #035497 1px solid;"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td> </tr> <!-- END header_row -->
<!-- BEGIN topic --> {topics_list_box.row.END_TABLE_STICKY} <tr> <!-- BEGIN single_selection --> <td class="row2" align="center" valign="middle" width="20" style="border-left: #035497 1px solid;"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td> <!-- END single_selection --> <td class="row2" align="center" valign="middle" width="20" style="border-left: #035497 1px solid;"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td> <!-- BEGIN icon --> <td class="row2" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td> <!-- END icon --> <td class="row2" onmouseover='this.className="row2"' onmouseout='this.className="row2"' width="100%"> <div class="topictitle"> {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE} <h2 class="topic-title"> <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a> </h2> </div> <!-- BEGIN switch_description --> <span class="genmed"> <br /> {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION} </span> <!-- END switch_description --> <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span> </td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.REPLIES}</span></td> <td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td> <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.VIEWS}</span></td> <td class="row3Right" onmouseover='this.className="row2"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap" style="border-right: #035497 1px solid;"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td> <!-- BEGIN multi_selection --> <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td> <!-- END multi_selection --> </tr> <!-- END topic --><!-- BEGIN no_topics --> <tr> <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td> </tr> <!-- END no_topics --><!-- BEGIN bottom --> <tr> <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <span class="gensmall">{PAGINATION}</span></td> <td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td> </tr> </table> </td> </tr> <!-- END bottom --><!-- BEGIN footer_table --> </table><div class="bottomBar"> </div><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
mod_recent_topics - Code:
-
</td></tr></table></td> <td valign="top" width="100%" style="background-color: #fff;"> <style type="text/css">th,td,p {font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif }/* Style cho menu tabs */div.TabView div.Tabs{overflow: hidden;}div.Tabs{color: #027EC6;font-size: 11px!important;font-weight : bold;background-color: #006699;background-image: url("http://i1209.photobucket.com/albums/cc400/dothinh1105/CSS/bgtit10.gif");border-bottom: 1px #dbdbdb solid;height: 19px!important;padding: 1px 2px 4px 3px;}div.TabView div.Tabs: hover,{overflow: hidden;}div.TabView div.Tabs a , div.TabView div.Tabs a:hover {float: left;display: block;background-color:#;text-align: center;padding: 4px 6px;vertical-align: middle; /* đường viền quanh tabs menu */text-decoration: none;font-family: Tahoma;font-size: 11px;color: #000000;}div.TabView div.Tabs a.Active{background-image: url(http://i62.servimg.com/u/f62/14/52/40/23/tile_b12.gif); /* màu nền tab menu active */color: #000000;font-size: 11px;font-weight: bold;color: #fff;}/* Style cho phần text nội dung của mỗi tab */div.TabView {clear: both;border: 0px solid #ffffff;overflow: hidden; /* giá trị là auto nếu muốn hiện scroll bar */}div.TabView div.Pages div.Page{height: 100%;padding: 0px;border: 0px solid #b4d0f3;overflow: hidden;background-color:#fff; /* giá trị là auto nếu muốn hiện scroll bar */}.tcat{padding:2px; border-bottom:1px #dbdbdb dashed;font-size: 10px; font-style: italic;}</style><script type="text/javascript" src="http://winni.googlecode.com/files/Tabview.js"></script><div id="TabView" class="TabView" style="padding: 1px;"><!-- tabs --><div width="100%" class="Tabs"><a class="Active" href="javascript:tabview_switch('TabView', 1);">Bài Viết Mới</a><a>Bình chọn</a><a>Thống kê</a><ul class="tabs" id="vietvbb_topstats_t"> <li style="border-right: 0px; display: none;" id="vietvbb_topstats_t_loading"></li> </ul> </div><!-- nội dung tabs --><div style="height: 419px; width:100%" class="Pages">
<div class="Page" style="height: 417px;"><!-- BEGIN classical_row -->
<table style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> </table></td></tr></tbody> <tbody> <tr><td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="title_small" align="center" width="65%">Bài gửi</td><td class="title_small" align="center" width="15%">Thời gian</td><td class="title_small" align="center">Người gửi</td></tr><tr valign="top"><td colspan="3" style="border-top: 0px none; padding: 5px;"><!-- BEGIN recent_topic_row --><div class="a1tg3td" style="height: 22px;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td width="65%"><a onmouseover="show_tooltip(this,this.getElementsByTagName('span')[0].innerHTML,'Info');" href="{classical_row.recent_topic_row.U_TITLE}"><img src="/users/2211/12/43/96/album/post_n10.gif" /> <font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font><span style="display: none;"><b>Tiêu đề: </b><font color=#0072ff>{classical_row.recent_topic_row.L_TITLE}</font><br><br> <b>Thời gian: </b> <font color=#ff0000>{classical_row.recent_topic_row.S_POSTTIME}</font><br><br><b>Người gửi cuối: </b> <!-- BEGIN switch_poster -->{classical_row.recent_topic_row.switch_poster.S_POSTER}<!-- END switch_poster --></span></a></td><td width="13%" align="center"><a onmouseover="show_tooltip(this,'<span> {classical_row.recent_topic_row.S_POSTTIME}</span>','');"><img src=/users/2211/12/43/96/album/clock110.png> </a></td><td align="left"><!-- BEGIN switch_poster --><a onmouseover="show_tooltip(this,'<span>Click để xem profile của thành viên này !</span>','');" href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px"> {classical_row.recent_topic_row.switch_poster.S_POSTER} </font></a> <!-- END switch_poster --></td></tr></table></div><!-- END recent_topic_row --></td></tr></table></td></tr></table> <!-- END classical_row -->
</div>
<div class="Page"> <table style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr> <td>
Chúc thành công! |
|
phusam9xpro ...
Tổng số bài gửi : 5 Điểm : 9 Được cảm ơn : 0 Tham gia ngày : 2011-07-16 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 25/7/2011, 9:31 am | #3 |
| Bạn ơi sao không giống của ban vậy? nó hiện khong co table luôn àk. hic. giúp mình nha |
|
Admin Admin
Tổng số bài gửi : 404 Điểm : 1165 Được cảm ơn : 332 Tham gia ngày : 2010-10-21 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 25/7/2011, 10:58 am | #4 |
| - phusam9xpro wrote:
- Bạn ơi sao không giống của ban vậy? nó hiện khong co table luôn àk. hic. giúp mình nha
Table nào ? Mình chưa hiểu ý bạn. Đây là code mình đang dùng mà . |
|
phusam9xpro ...
Tổng số bài gửi : 5 Điểm : 9 Được cảm ơn : 0 Tham gia ngày : 2011-07-16 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 25/7/2011, 11:08 am | #5 |
| admin ơi.. cám ơn bạn mình làm xong rồi. nhưng chưa có chuyên mục con cho forum. bạn cho mình xin code chuyen mục con như ở đây nhé.. vì mình mới làm nên chưa biết nhiều lắm |
|
Admin Admin
Tổng số bài gửi : 404 Điểm : 1165 Được cảm ơn : 332 Tham gia ngày : 2010-10-21 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 25/7/2011, 3:31 pm | #6 |
| - phusam9xpro wrote:
- admin ơi.. cám ơn bạn mình làm xong rồi. nhưng chưa có chuyên mục con cho forum. bạn cho mình xin code chuyen mục con như ở đây nhé.. vì mình mới làm nên chưa biết nhiều lắm
Forum mình không dùng code. Bạn vào DISPLAY => Homepage => Structure and hierarchy Tìm dòng : Sub-level links on index : chọn CÓ hoặc With pics( Nó sẽ tự động hiện các chuyên mục con ra INDEX ) Chúc thành công! |
|
Admin Admin
Tổng số bài gửi : 404 Điểm : 1165 Được cảm ơn : 332 Tham gia ngày : 2010-10-21 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 25/7/2011, 3:53 pm | #7 |
| Nếu bạn thích dùng code đẻ tạo chuyên mục con ( đẹp hơn ) thì dùng code này : Bạn vào Index_box tìm: - Code:
-
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} thay bằng cái này: - Code:
-
<div id="smallrum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
sau đó cho code này vào CSS: - Code:
-
#smallrum{padding: 0.4em 1em;margin: 3px 1px; background: #ccf0ff none; -moz-box-shadow: -2px 2px 2px #c8c8c8; -webkit-box-shadow: -2px 2px 2px #c8c8c8;box-shadow: -2px 2px 2px #c8c8c8;color: #ccf0ff;width: 375px;} #smallrum a img{vertical-align: middle; padding-right: 2px;} #smallrum a.gensmall { display: inline-block; text-align: left; width: 160px; } Cuối cùng : Chỉnh Split categories on index trong Structure and hierarchy là Medium Rồi phải bỏ box con vào trong đó thì nó mới hiện được . Nguồn : Tổng hợp từ Chinh Phục . |
|
phusam9xpro ...
Tổng số bài gửi : 5 Điểm : 9 Được cảm ơn : 0 Tham gia ngày : 2011-07-16 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 25/7/2011, 8:02 pm | #8 |
| |
|
tranphu486 ........
Tổng số bài gửi : 55 Điểm : 81 Được cảm ơn : 5 Tham gia ngày : 2011-01-19 Age : 31 Thực hiện nội quy :
| Subject: Re: giúp mình đi admin 1/8/2011, 7:24 pm | #9 |
| kinh nghiệm làm bên diên đàn phu cung có đó, có gì thắc mắc p chỉ giáo cho |
|
Sponsored content
| Subject: Re: giúp mình đi admin | #10 |
| |
|