phpbb Hacks and Mods Forum Index
phpbb Hacks and Mods
New Phpbb MODS
 



Forum Links
Foren ܢersichtphpbb Hacks and Mods Forum Index
SearchSearch
FAQFAQ
MemberlistMemberlist
UsergroupsUsergroups
ProfileProfile
Log in to check your private messagesLog in to check your private messages
Log inLog in
RegisterRegister

Latest Topics

NO MORE PHPBB2 - ITS TIME FORE PHPBB3

phpBB3 RC1 finally is released

Adverts In private message

Test Easy Resize Posted Images Mod

Easy Resize Posted Images

Background Message box

Welcome

your link in all pages header

how to test Mouseover Hover links screenshot mod ?

Mouseover Hover links screenshot

Google Ads


Looking For Host ?









Try our phpbb3 Board Click Here And Join Us
YOUR PM Statistic ( addon to ezportal)

 
Post new topic   Reply to topic    phpbb Hacks and Mods Forum Index -> Ez Portal Mods
View previous topic :: View next topic  
Author Message
Kber
Site Admin


Joined: 31 Jan 2007
Posts: 35

PostPosted: Wed Jan 31, 2007 3:02 pm    Post subject: YOUR PM Statistic ( addon to ezportal) Reply with quote

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" />&nbsp;{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 />&nbsp;</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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    phpbb Hacks and Mods Forum Index -> Ez Portal Mods All times are GMT + 3 Hours
Page 1 of 1

 
Jump to:  
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