BuddyBoss Home – Web Support Forums Themes Boss. theme Double profile details at registration page after latest update

Viewing 8 posts - 16 through 23 (of 23 total)
  • Question

    #52280

    Anonymous
    @

    Hi @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
    Pallavi

    Answers

    #53122

    Anonymous
    @

    10 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.

    #53133
    @vapvarun

    Hi @jerseypeeps, Sorry for inconvenience
    Can you contribute edits made by your developer, it will be helpful for developers to isolate the issue.
    Regards
    Varun Dubey

    #53901
    @ianhenryonline-business-support-co-uk

    Hi,

    I have this issue – what do I need to do to fix it?

    #53912

    Anonymous
    @

    Hi @ianhenryonline-business-support-co-uk, Please send you site details at [email protected] with the thread url

    Regards
    Pallavi

    #53926
    @ianhenryonline-business-support-co-uk

    Hi,

    OK thanks – email sent

    #53930
    @vapvarun

    Hi Eric, I have modified boss_customizer_xprofile_field_choices() function with following code
    boss/buddyboss-inc/buddyboss-framework/options-init.php

    It 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 Dubey

    #53977

    Anonymous
    @

    I 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

Viewing 8 posts - 16 through 23 (of 23 total)
  • The question ‘Double profile details at registration page after latest update’ is closed to new replies.