MyBB Hacks

Full Version: Additional Settings For Custom Profile Fields [1.2]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
(02-14-2013 03:14 AM)RateU Wrote: [ -> ]Could you try this?
Just replacing the old one with this one (attached).

perfect, thank you! the fields appear correctly (didn't have to do anything on my end at all, everything looks good).

out of curiosity, was this an issue with your plugin itself or did you change something after seeing one of the previous plugins?
(02-14-2013 07:31 AM)Gstone Wrote: [ -> ]was this an issue with your plugin itself

Let's say like that.
Hi RateU,

Please tell me where to put file xt_ucp_main.php ? Should I put in inside inc/plugins/xthreads ?
Always place .php files in inc/plugins unless otherwise specified.
There is no inc/plugins/xthreads folder.
Hello! I've installed the plugins, but alas, we have an issue. Instead of displaying the input (it does save properly in the UCP), in the profile it merely says {VALUE}. You can see our problem here. Where it should say "Sam", it says "{VALUE}". Is there any way to fix this?
Had been looking for this plugin for a long time, too bad didn't notice it earlier, great work.

2 questions:
1. Is there a way to hide the field in {$profilefields} completely if there is no value?
2. Can I use a custom PHP function in the display format somehow?
(03-11-2013 12:52 AM)RateU Wrote: [ -> ]Did you do this changes?
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=1271&pid=1290

Thank you for your quick response! I changed it but it still shows {VALUE} instead of the input.
How would I go about using this to allow members to style their profile pages using css? I've seen it done on a few role-playing sites and I think they are using this to do it but I'm not sure. RoW uses it, but I'm not sure how exactly.
(03-12-2013 12:41 PM)xstillnight Wrote: [ -> ]Thank you for your quick response! I changed it but it still shows {VALUE} instead of the input.
Did you rebuild your xt_proffields cache?

(03-12-2013 03:21 AM)Destroy666 Wrote: [ -> ]1. Is there a way to hide the field in {$profilefields} completely if there is no value?
2. Can I use a custom PHP function in the display format somehow?
It should be hidden if the field doesn't have a value (?)
You can use conditional in the display format (or php if PHP In Template plugin installed).
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Reference URL's