Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Laurens Offereins

    (@offereins)

    Ha, I stand corrected, it’s not in widgets but in other basic functional classes. Here is the complete list of notices (running version 1.5.8):

    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2 has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\functions.php on line 13
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2_Terms_In_Comments has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\inc\terms-in-comments.php on line 9
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2_Mentions has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\inc\mentions.php on line 16
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2_Search has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\inc\search.php on line 9
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2_Post_List_Creator has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\inc\list-creator.php on line 37
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2_Comment_List_Creator has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\inc\list-creator.php on line 181
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; P2_List_Creator has a deprecated constructor in C:\xampp\htdocs\dev\wordpress-develop\src\wp-content\themes\p2\inc\list-creator.php on line 347
    
    

    Thank you for looking into this!

    Thread Starter Laurens Offereins

    (@offereins)

    Hi Christian, that is fine by me. I’m sorry you haven’t heard from me in a while. Got a lot on my mind, but I haven’t forgotten about our conversation. Can’t tell when you’ll get a PR from me, but I’m still interested in your project.

    Cheers, Laurens

    I second this. Please make the admin notice less annoying!

    Same story here. My suggestion would be to include a check if bbPress is actually active, since I could not find any such code in the plugin file. You could either use if ( function_exists('bbpress') ) { // do bootstrap } or run bootstrap through hooking in the bbp_init or bbp_loaded action. Thanks in advance.

    PS. If there’s one thing you cannot say the WP/BBP/BP people don’t care about, it’s backwards compat! My suggestion would be to always look at your own code first.

    Thread Starter Laurens Offereins

    (@offereins)

    I think you misunderstand (and while I read my post I get why). When I drag/drop the Post Format meta box (the one with the radios itself) and release it, the selected radios ‘disappear’.

    PS. Plugins are always off before I post anything in this forum ??

    Thread Starter Laurens Offereins

    (@offereins)

    Yes, I too found that the Text tab showed the shortcode correctly, but the Visual tab wasn’t successful in showing the gallery view.

    Thanks for your support!

    Thread Starter Laurens Offereins

    (@offereins)

    I was wondering that myself too. It may be due to do an incorrect import/move from another installation. That was a long time ago though, so I cannot find out how that happened. Still, wouldn’t you consider this to be a case worth looking at? Perhaps solve it with checking for existence of thumbs before selecting an image in a gallery?

    I too cannot find any upload button for the Media Library. Something broke since last update?

Viewing 8 replies - 1 through 8 (of 8 total)