Additional Settings For Custom Profile Fields [1.2]
sandy Offline
Junior Member
**
Posts: 1
Joined: Nov 2012
Post: #111
RE: Additional Settings For Custom Profile Fields
This looks like it may be very handy RateU
Sorry for my bad english, I mean blank is the value entered is not stay in the profile fields input after we save it.
11-22-2012 12:14 PM
Find all posts by this user Quote this message in a reply
NNT_ Offline
Junior Member
**
Posts: 18
Joined: Feb 2011
Post: #112
RE: Additional Settings For Custom Profile Fields
Huh, :huh: I don't understand what're you try'in to say...
11-23-2012 07:14 AM
Find all posts by this user Quote this message in a reply
NNT_ Offline
Junior Member
**
Posts: 18
Joined: Feb 2011
Post: #113
RE: Additional Settings For Custom Profile Fields
Please, anybody out there... please help me at this post http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=1271&pid=1265 Frown
(This post was last modified: 11-28-2012 11:15 PM by NNT_.)
11-28-2012 11:15 PM
Find all posts by this user Quote this message in a reply
Destro Offline
Junior Member
**
Posts: 39
Joined: Nov 2012
Post: #114
RE: Additional Settings For Custom Profile Fields
Please update the attachment in the first posts, RateU.

I can't see the plugin.
11-30-2012 09:08 PM
Find all posts by this user Quote this message in a reply
brad-t Offline
Member
***
Posts: 120
Joined: Apr 2011
Post: #115
RE: Additional Settings For Custom Profile Fields
Yeah, seems like all the attachments are gone? Frown
12-01-2012 01:08 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #116
RE: Additional Settings For Custom Profile Fields
This is strange - none of RateU's other attachments are gone - perhaps he is updating the plugin?


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 12-01-2012 09:04 AM by leefish.)
12-01-2012 09:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #117
RE: Additional Settings For Custom Profile Fields
For some odd reason, the attachmentcount of this thread went to 0.  A recount seems to fix it.

My Blog
12-01-2012 09:12 AM
Find all posts by this user Quote this message in a reply
brad-t Offline
Member
***
Posts: 120
Joined: Apr 2011
Post: #118
RE: Additional Settings For Custom Profile Fields
Thank you!
12-05-2012 02:39 AM
Find all posts by this user Quote this message in a reply
Schocker Offline
Junior Member
**
Posts: 2
Joined: Dec 2012
Post: #119
RE: Additional Settings For Custom Profile Fields
I must be doing something wrong or I am just plain stupid.
I've enabled the Custom Profile Fields Block setting, and put <img src=".../energy/N{VALUE}.png" alt="{VALUE}" /> but the additional fields table was displaying only {VALUE}, instead of an actual value (blank replacement was working just fine). Then I tried letting go of the whole profile fields section and tried putting {$xtpf['fid4']} in member_profile, but it didn't change anything - it still displays {VALUE} instead of an actual value. I also tried putting {INPUT} in the input field for the field - still nothing. I do not need that field to be editable by users, only by admins. Coud someone kindly help me in getting it to display correct value? :/
12-23-2012 09:58 AM
Find all posts by this user Quote this message in a reply
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 »

 Standard Tools
Forum Jump: