| Looking For Host ? |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Kber Site Admin

Joined: 31 Jan 2007 Posts: 35
|
Posted: Wed Jan 31, 2007 3:02 pm Post subject: YOUR PM Statistic ( addon to ezportal) |
|
|
| Code: | ###############################################
## MOD Title: YOUR PM Statistic ( addon to ezportal)
## MOD Author: kber < webmaster@phpbbegypt.com > (kber) http://www.phpbbegypt.com
## MOD Description:this simple mod will add a NEW block to ezportal that user can
## GET her/his PM Statistic
##
## MOD Version: 0.1.0
##
## Installation Level: Easy
## Installation Time: 1 minute
## Files To Edit: 1
## yourtemplate/portal_body.tpl
##
## Included Files:N/A
##
## Required: Smartor's EZportal - http://www.smartor.is-root.com
##############################################################
## Author Notes:
## nice and simple addon for ezportal. a request by neboor in smartor site FORUM SUPPORT
##############################################################
## MOD History:
## 2006-12-19- virsion 0.1.0
## - first releaed
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
portal_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>{L_LOGIN}</b></span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall" style="line-height=150%">
<input type="hidden" name="redirect" value="{U_PORTAL}" />
{L_USERNAME}:<br /><input class="text" type="text" name="username" size="15" /><br />
{L_PASSWORD}:<br /><input class="text" type="password" name="password" size="15" /><br />
<input class="text" type="checkbox" name="autologin" /> {L_REMEMBER_ME}<br/>
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br /><br /><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a><br /><br />{L_REGISTER_NEW_ACCOUNT}<br /> </span></td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
#
#-----[ AFTER,ADD ]------------------------------------------
#
<!-- BEGIN switch_user_logged_in -->
<br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>YOUR PM Statistic</b></span></td>
</tr>
<tr>
<td class="row1" align="center"><span class="gensmall"><a href="privmsg.php?mode=post">Write New PM! </a>
</BR><a href="privmsg.php?folder=inbox">inbox </a>
</BR><a href="privmsg.php?folder=sentbox">sentbox </a>
</BR><a href="privmsg.php?folder=outbox">outbox </a>
</BR><a href="privmsg.php?folder=savebox">savebox </a>
</span></td>
</tr>
</table>
</form>
<!--END switch_user_logged_in -->
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|