add subsilver2 :)

Download and support for PhpBB3 Welcome On Index
Locked
_Cis.
BBCoder I
BBCoder I
Posts: 2
Joined: 25 Feb 2012, 07:39
BBCodes: 1

add subsilver2 :)

Post by _Cis. »

Hope people like this :)

Open: styles/prosilver/template/index_body.html
Find

Code: Select all

<!-- INCLUDE overall_header.html -->
Add after

Code: Select all

<!-- IF not S_IS_BOT -->
<table class="tablebg" width="100%" cellspacing="0">
	<tr>
		<td class="cat" colspan="3" align="center"><h4>{L_WELCOME_TO_MOD} {SITENAME}</h4></h4></td>
	</tr>
</table>

<div class='bm_c' id="category_huxpoststar" style="padding:2px 2px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td width="10%" height="22" style="padding-left:10px;background-color:#BEE0FB;border-bottom:1px dashed #CCCCCC;border-right:1px dashed #CCCCCC;"><strong>Avatar</strong> </td>
		<td width="55%" style="padding-left:10px;background-color:#F5BEFB;border-bottom:1px dashed #CCCCCC;border-right:1px dashed #CCCCCC;"><strong>Profile</strong> </td>
		<td width="35%" style="padding-left:10px;background-color:#FBE5BE;border-bottom:1px dashed #CCCCCC;"><strong>Statistics</strong></td>
	</tr>
	<tr>
		<td style="padding:8px;background-color:#DEEBFB;border-right:1px dashed #CCCCCC;">
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td width="52">
			<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
			</td>
		</tr>
			</table>
		</td>
    <td style="padding:8px;background-color:#FCE2F9;border-right:1px dashed #CCCCCC;">
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td width="180" style="padding-left:5px;">
			<div style="width: auto; height:100px; width: auto; overflow:auto; border:0px solid #000000; padding:8px;">
				<p>{S_WELCOME}</p>
               <span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
			</div>
			</td>
		</tr>
    </table>
	</td>
    
	<td style="padding:8px;background-color:#FBF4E5;">
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td width="180" style="padding-left:10px;">
			<span>{TOTAL_POSTS} &bull; {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
			<!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
			</td>
		</tr>
	</table>
	</td>
	</tr>
</table>
<!-- ENDIF -->
Demo: Image
(This demo maybe short lived)
Locked