• I had some color issues so had no choice but to deactivate all my plugins one by one. I reinstalled BBpress and the whole thing is gone. Ok, I know they added some little code, but what is it, and where is it? I was also told to go into FTP and find options.php and erase anything BB. I looked at http://www.myurl-wp-admin/option.php and it is loaded with _BB options but in dreamweaver looking at this javascript, no clue??

    Somebody please help me figure out what and where had disabled bbpress?? Thank You.

Viewing 1 replies (of 1 total)
  • Thread Starter gfireboy22

    (@gfireboy22)

    I found this, but have no idea how to fix it, or use this info??

    // Store the instance locally to avoid private static replication
    		static $instance = null;
    
    		// Only run these methods if they haven't been ran previously
    		if ( null === $instance ) {
    			$instance = new bbPress;
    			$instance->setup_globals();
    			$instance->includes();
    			$instance->setup_actions();
    		}
    
    		// Always return the instance
    		return $instance;
    	}
    
    	/** Magic Methods *********************************************************/
    
    	/**
    	 * A dummy constructor to prevent bbPress from being loaded more than once.
    	 *
    	 * @since bbPress (r2464)
    	 * @see bbPress::instance()
    	 * @see bbpress();
    	 */
    	private function __construct() { /* Do nothing here */ }

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 1 replies (of 1 total)

The topic ‘reinstall? lost ability to use bbpress??’ is closed to new replies.