®
Fight the automated spam - protect your miniBB-forums,
getting the Captcha addon!
Click here to read more
.
Community Forum
|
Forums
|
File Bank
|
Sign Up
|
Reply
|
Search
|
Statistics
|
Manual
|
miniBB Community Forum
/
How To
/
taking out registration date in user info
Anonymous
Guest
#1
|
Posted: 3 Mar 2004 05:24
Reply
How can i take out this part from the user infomartion?
Team
#2
|
Posted: 3 Mar 2004 10:18
Reply
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
Reply
what about taking out icq and homepage also?
Team
#4
|
Posted: 8 Mar 2004 10:37
Reply
The same algorithm. If ($i!=5 and $i!=6)...
Your Reply
»
Username
»
Password
You are welcome to post anonymously by entering a nickname with no password (if that nickname has not been taken by another member) or by leaving both fields empty. If you have a forums membership 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
Other
Official Addons and Solutions
Custom Tutorials and Modifications
Master Class
Specific
Re-cycled
Suggestions
Testimonials
qwerty
Online now: Guests - 44
Members - 0
Most users ever online: 191 [24 Dec 2007 14:33]
Guests - 191 / Members - 0
Forums are powered by
miniBB
®