Laurens Offereins
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [P2] Notice PHP4 style class constructorsHa, 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!
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
Forum: Plugins
In reply to: [No Login] Remember when warning is dismissed(or change placement)I second this. Please make the admin notice less annoying!
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] New bbPress 2.5.4 crashes on bbpress-notify-nospamSame 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 thebbp_init
orbbp_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.
Forum: Alpha/Beta/RC
In reply to: 3.9 Beta 2 – Post meta box drag/drop empties radio inputI 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 ??
Forum: Alpha/Beta/RC
In reply to: 3.9 Beta 1 Thumb-less images block galleryYes, 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!
Forum: Alpha/Beta/RC
In reply to: 3.9 Beta 1 Thumb-less images block galleryI 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?
Forum: Reviews
In reply to: [Eazyest Gallery] No Import from Media LibraryI too cannot find any upload button for the Media Library. Something broke since last update?