見依大的上線會員列表, 好像DZ! 的顯示方式, 但試過很多修改仍是無法達到效果。。
另外, 子分區方面, 我嘗試用和依大站相似的修改方式,是達到效果, 但"子分區"這字下陷了, 而且多了個冒號...
我的站:
依大的站
揣摩一番仍然無解。。望依大指教。
版主: 版主管理群

代碼: 選擇全部
includes/page_header.php代碼: 選擇全部
$online_userlist = '';代碼: 選擇全部
$online_userlist2 = '';代碼: 選擇全部
$online_userlist .= ( $online_userlist != '' ) ? ', ' . $user_online_link : $user_online_link;代碼: 選擇全部
$online_userlist2 .= '<span style="width:20%;">'.$user_online_link.'</span>';代碼: 選擇全部
'LOGGED_IN_USER_LIST' => $online_userlist,代碼: 選擇全部
'LOGGED_IN_USER_LIST2' => $online_userlist2,代碼: 選擇全部
templates/你的風格/index_body.tpl 代碼: 選擇全部
{LOGGED_IN_USER_LIST}代碼: 選擇全部
{LOGGED_IN_USER_LIST2}代碼: 選擇全部
includes/functions_categories_hierarchy.php代碼: 選擇全部
'L_LINKS' => empty($links) ? '' : ( empty($lang['Subforums']) ? '<br />' : '<br /><b>' . $lang['Subforums'] . ':</b> ' ),代碼: 選擇全部
'L_LINKS_TXT' => empty($links) ? '' : ( empty($lang['Subforums']) ? '' : '<b>' . $lang['Subforums'] . '</b>' ),代碼: 選擇全部
templates/subSilver/index_box.tpl代碼: 選擇全部
<span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>代碼: 選擇全部
<span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}</span>
<div style="width:100%"><fieldset><legend align="right">{catrow.forumrow.L_LINKS_TXT} </legend>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<span class="gensmall">{catrow.forumrow.LINKS}</span>
</table>
</fieldset></div>代碼: 選擇全部
includes/functions_categories_hierarchy.php代碼: 選擇全部
'L_LINKS' => empty($links) ? '' : ( empty($lang['Subforums']) ? '<br />' : '<br /><b>' . $lang['Subforums'] . ':</b> ' ),
代碼: 選擇全部
'L_LINKS' => empty($links) ? '' : ( empty($lang['Subforums']) ? '' : '<b>' . $lang['Subforums'] . '</b>' ),代碼: 選擇全部
templates/subSilver/index_box.tpl代碼: 選擇全部
<span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>代碼: 選擇全部
<span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}</span>
<div style="width:100%"><fieldset><legend align="right">{catrow.forumrow.L_LINKS} </legend>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<span class="gensmall">{catrow.forumrow.LINKS}</span>
</table>
</fieldset></div>代碼: 選擇全部
includes/functions_categories_hierarchy.php代碼: 選擇全部
// display icon
if ( !empty($icon_img) )
{代碼: 選擇全部
// display fieldset
if ( !empty($links) )
{
$template->assign_block_vars('catrow.forumrow.forum_fieldset', array());
}代碼: 選擇全部
templates/subSilver/index_box.tpl代碼: 選擇全部
<span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}</span>
<div style="width:100%"><fieldset><legend align="right">{catrow.forumrow.L_LINKS} </legend>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<span class="gensmall">{catrow.forumrow.LINKS}</span>
</table>
</fieldset></div>代碼: 選擇全部
<!-- BEGIN forum_fieldset -->
<span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}</span>
<div style="width:100%"><fieldset><legend align="right">{catrow.forumrow.L_LINKS} </legend>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<span class="gensmall">{catrow.forumrow.LINKS}</span>
</table>
</fieldset></div>
<!-- END forum_fieldset -->