BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Double profile details at registration page after latest update
Tagged: double profile registration
- This topic has 22 replies, 8 contibutors, and was last updated 8 years, 11 months ago by Anonymous.
Question
November 20, 2015 at 7:04 am #52280@
AnonymousHi @sportsmockery, We apologies for the inconvenience…our developers still working on this. Sorry its taking lil bit log to resolve, it will be updated in our next coming future updates.
Regards
PallaviAnswers
November 30, 2015 at 1:30 am #53122@
Anonymous10 days and counting and still no fix………my developer had this fixed in half an hour once reported to him, why is it taking you so long to do an official fix for this bug, let alone all the other bugs in your theme?
You charge your customers an above price for a now average theme full of bugs forcing some customers inc me to go and find our own developers to do the work you should be doing!!
I’m still a huge supporter of your work but it is now starting to real grind me down with bugs after bugs and having to spend money on getting them fixed in a timely manner.
November 30, 2015 at 3:54 am #53133@
AnonymousHi @jerseypeeps, Sorry for inconvenience
Can you contribute edits made by your developer, it will be helpful for developers to isolate the issue.
Regards
Varun DubeyDecember 7, 2015 at 5:20 am #53901@ianhenryonline-business-support-co-ukHi,
I have this issue – what do I need to do to fix it?
December 7, 2015 at 7:23 am #53912@
AnonymousHi @ianhenryonline-business-support-co-uk, Please send you site details at [email protected] with the thread url
Regards
PallaviDecember 7, 2015 at 10:02 am #53926@ianhenryonline-business-support-co-ukHi,
OK thanks – email sent
December 7, 2015 at 11:40 am #53930@
AnonymousHi Eric, I have modified boss_customizer_xprofile_field_choices() function with following code
boss/buddyboss-inc/buddyboss-framework/options-init.phpIt will be pushed in our next update.
public function boss_customizer_xprofile_field_choices() { $options = array(); $xfields = array(); if ( function_exists( 'bp_is_active' ) ) { global $wpdb, $bp; $xfields = $wpdb->get_results( "SELECT id,name FROM <code>{$wpdb->prefix}bp_xprofile_fields</code> "); foreach($xfields as $field) { $options[$field->id] = $field->name; } } return $options; }
Regards
Varun DubeyDecember 8, 2015 at 12:54 am #53977@
AnonymousI have found out for me any way, its a wtc3 object caching issues, I switched off object caching and this went away. This shouldn’t be happening as many people use caching with their websites
- The question ‘Double profile details at registration page after latest update’ is closed to new replies.