Forum Replies Created
-
Also let me add, I DO NOT want a separate tab for the posts, I just want them added to the profile page via member-header.php.
I fixed the issue by enabling Extended Profiles in the buddypress settings. I had it disabled since I only needed very basic member functionality. And now the activation page works great.
I fixed the fatal error by enabling Extended Profiles in the buddypress settings. I had it disabled since I only needed very basic member functionality. And now the activation page works great.
Thanks for the help 🙂Looks like the fatal error is most likely causing the issue:
Fatal error: Call to undefined function bp_xprofile_create_field_type() in /var/www/vhosts/thesitename.com/www/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 560
Anyone know how to fix this?
I have enabled debug mode and found some errors on the activation page: see this forum post.
Thank you, that is perfect!
After snooping around I can see that the tables for the profile fields are created in profile-loop.php and bp_the_profile_field_value is defined in bp-xprofile-template.php I’m not sure about editing these files though…
I can’t seem to find the file that directs the items in a profile field to be separated by a comma, however I did find this topic: bp_the_profile_field_value and separating values
Instead of separating the items in the
<td class="data"><?php bp_the_profile_field_value(); ?></td>
by commas, I want to make them into an un-ordered list.Any thoughts on how?
What I have ended up doing is re-positioning the title with css. Honestly not how I want it to be, but I haven’t found a better solution.
Thanks so much! I ended up using the second piece of code and it worked perfectly (minus the extra parenthesis).
@haughtam Sort of off topic, but how did you hide the profile group when it’s being viewed? I have a profile group that I want to be shown when editing, but hidden when viewed (because the info is being called elsewhere). Thanks!
@jaxdestroyer This looks EXACTLY how I was hoping. I’ll look over the code you sent me tonight, and I’ll let you know if I have any questions. Thanks so much, you just saved me a ton of time figuring this out myself.