miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · 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:24Reply Quote
How can i take out this part from the user infomartion?

Author Team
8-)
#2 · Posted: 3 Mar 2004 10:18Reply Quote
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:08Reply Quote
what about taking out icq and homepage also?

Author Team
8-)
#4 · Posted: 8 Mar 2004 10:37Reply Quote
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

BB code for the Bold StyleBB code for the Italic StyleBB Code for the PictureBB code for the URLUpload a File

  ?
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
Check out the File and Picture Attachments add-on: extend your miniBB-forums, attaching images and files.