MyBB Community Forums

Full Version: Custom profile field - Show on member profile - OFF is not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As title says - this settings for show/hide profile field on member profile is not working. The profile field is shown all the time.
I can confirm that. Just gave it a try on 1.8.8 and member.php hasn't changed since 1.8.7
(2017-01-05, 10:54 PM)Wildcard Wrote: [ -> ]I can confirm that. Just gave it a try on 1.8.8 and member.php hasn't changed since 1.8.7

I assume this was on a clean installation?
Correct.
Tested with clean installation - v1.8.8 and v1.8.9 - can you push this to GitHub? Thank you!
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2591

Thanks for contributing to MyBB!

Regards,
The MyBB Group
still it's not working for me, I am wondering why.
edit: fixed. it was a fault of the theme developers, so I manually added it

Home » Template Sets »  FunkyOne Templates » Edit Template: member_profile_customfields_field ->
*delete all the codes in this file and add the following codes*


Quote:<tr>
<td class="trow1">
<div class="float_left"><strong>{$customfield['name']}:</strong></div>
<div class="float_right">{$customfieldval}</a></div>
</td>
</tr>  


------------
Home » Template Sets » FunkyOne Templates » Edit Template: member_profile  ->
( after"""""""""""""""" lines , add  {$profilefields} )

"""""""""""" <tr>
<td class="trow1"><div class="float_left"><strong>Nupoints:</strong></div>
<div class="float_right">{$points} <a href="newpoints.php?action=donate&uid={$uid}">[Donate]</a> <a href="newpoints.php"><img src="images/CucoinVerySmall.png" width="38px" height="auto" /></a></div></td>
</tr>""""""""""""""""

Quote: {$profilefields}