Additional Settings For Custom Profile Fields [1.2]
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #120
RE: Additional Settings For Custom Profile Fields
Assuming you're using XThreads 1.6*:
Edit the xt_proffields.php file.
Find these codes (around line #295 - #296):

PHP Code:
295
296
$fields = array('VALUE','RAWVALUE');
$fieldsinp = array('VALUE','RAWVALUE','INPUT');

Replace it with:

PHP Code:
295
296
$fields = array('VALUE'=>null,'RAWVALUE'=>null);
$fieldsinp = array('VALUE'=>null,'RAWVALUE'=>null,'INPUT'=>null);

Then, rebuild your xt_proffields cache (via the Cache Manager or by editing and re-save a profile field).


12-24-2012 05:45 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Additional Settings For Custom Profile Fields - RateU - 12-24-2012 05:45 AM

 Standard Tools
Forum Jump: