miniBB Support Forums
|
Forums
|
Register
|
Reply
|
Search
|
Statistics
|
Manual
|
miniBB Support Forums
/
How To
/
taking out registration date in user info
Anonymous
Guest
#1
|
Posted: 3 Mar 2004 05:24
How can i take out this part from the user infomartion?
Team
#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);
}
}
}
Anonymous
Guest
#3
|
Posted: 7 Mar 2004 22:08
what about taking out icq and homepage also?
Team
#4
|
Posted: 8 Mar 2004 10:37
The same algorithm. If ($i!=5 and $i!=6)...
miniBB Support Forums
/
How To
/ taking out registration date in user info
↑
Top
Your Reply
Short link for this topic:
?
You are welcome to post anonymously, by entering a nickname with no password (if the similar Username has not been taken yet), or by leaving both fields empty. If you have a forums account, you can also sign in from this page without posting a message, or sign in and post at once.
Before posting, make sure your message is compliant with our
forum posting rules
. If not, it may be locked or deleted with no explanation.
News & Announcements
FAQ
How To
Bugs
The Other
Official Addons and Solutions
Custom Tutorials and Modifications
Master Class
Specific
Re-cycled
Suggestions
Testimonials
qwerty
Features
Requirements
Demo
Download
Showcase
Gallery of Arts
Compiler
Premium Extensions
Premium Support
License
Contacts
Extend your miniBB-forums, attaching the images and files,
get the
File and Picture Attachments add-on
!