Search found 9 matches

by AMMyers
Mon Dec 19, 2016 8:04 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

...well, what do you know. I could have sworn I tried that, but I just moved it again, and it works! Thanks so much for your help, everyone (and especially Brf with the save!). For anyone else with a similar issue, the final code within functions_profile_fields: // Go through the fields in correct o...
by AMMyers
Mon Dec 19, 2016 7:50 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

Yes, actually! Every user except for one has a value in at least one of the three custom fields, none of which are showing. I know because I added it for all of them! Since we're using Bjorn as an example, here's what's in those profile fields when I peek in at him on the ACP: http://i.imgur.com/fug...
by AMMyers
Mon Dec 19, 2016 7:27 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

I did not realize that, and that's almost certainly the problem! All right, so this block of code: $uid = $bitfield = $options = ''; $allowed_bbcode = $allowed_smilies = $allowed_urls = true; generate_text_for_storage($row['pf_' . $used_ident], $uid, $bitfield, $options, $allowed_bbcode, $allowed_sm...
by AMMyers
Mon Dec 19, 2016 6:04 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

Aha, that was it! Thank you, the duplication error is solved. Unfortunately... the original issue, of some users' custom profile fields showing and some not, still isn't. After another round of cache clears, the custom profile fields still show only in some topics for some users, and the SAME user m...
by AMMyers
Mon Dec 19, 2016 5:42 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

That makes perfect sense. I have corrected the code in viewtopic_body.html, which now reads: <!-- IF postrow.S_PROFILE_TRAIT --> <dd><strong>{postrow.PROFILE_TRAIT_NAME}:</strong> {postrow.PROFILE_TRAIT_VALUE}</dd> <!-- ENDIF --> <!-- IF postrow.S_PROFILE_STATUS --> <dd><strong>{postrow.PROFILE_STAT...
by AMMyers
Mon Dec 19, 2016 4:47 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

Oops, Mick, sorry, didn't see your question at the end there. I have the exact place I got the code from archived on my PC at home, but I'm stuck at work, will update with it when I get back there later today.
by AMMyers
Mon Dec 19, 2016 4:33 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

Mick: Thank you! I have corrected the cookie problem: http://i.imgur.com/aw3uBpf.png (Changed the cookie name from phpbb3_sqeju > phpbb3_sqejv) It didn't impact the profile fields problem, unfortunately, but it definitely still needed fixing! Brf: Hmm, okay, what should I be using there instead? I'...
by AMMyers
Mon Dec 19, 2016 1:37 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Re: Custom Profile Fields Show for SOME Users, Not Others

Additional information: links, screenshots, and code. The code I have inserted into the functions_profile_fields.php file is: $uid = $bitfield = $options = ''; $allowed_bbcode = $allowed_smilies = $allowed_urls = true; generate_text_for_storage($row['pf_' . $used_ident], $uid, $bitfield, $options, ...
by AMMyers
Mon Dec 19, 2016 1:29 pm
Forum: [3.0.x] Support Forum
Topic: Custom Profile Fields Show for SOME Users, Not Others
Replies: 15
Views: 62171

Custom Profile Fields Show for SOME Users, Not Others

Support Request Template What version of phpBB are you using? phpBB 3.0.9 What is your board's URL? http://gothambynight.com/DC/index.php Who do you host your board with? Byethost/IFastNet How did you install your board? I used a tool provided by my host What is the most recent action performed on ...

Go to advanced search