miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
How To miniBB Support Forums / How To /  
 

taking out registration date in user info

 
Author Anonymous
Guest
#1 | Posted: 3 Mar 2004 05:24 
How can i take out this part from the user infomartion?

Author Team
8-)
#2 | Posted: 3 Mar 2004 10:18 
in bb_func_usernfo.php

Replace this block:

if (isset($l_usrInfo[$i]) and $row[$i]!='')
{
$what=$l_usrInfo[$i]; $whatValue=$row[$i];
$USERINFO.=ParseTpl($usrCell);
}
}

To this:

if (isset($l_usrInfo[$i]) and $row[$i]!='')
{
if($i!=2){
$what=$l_usrInfo[$i]; $whatValue=$row[$i];
$USERINFO.=ParseTpl($usrCell);
}
}
}

Author Anonymous
Guest
#3 | Posted: 7 Mar 2004 22:08 
what about taking out icq and homepage also?

Author Team
8-)
#4 | Posted: 8 Mar 2004 10:37 
The same algorithm. If ($i!=5 and $i!=6)...

How To miniBB Support Forums / How To /
 taking out registration date in user info
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Install the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑