WPIntell

Source evidence

PLEASE ADOPT THIS PLUGIN!!!

Ozh' Admin Drop Down Menu · support · 2019-03-12T18:14:00+00:00

mixedsentiment
mediumseverity
0.84relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
raygulick resolved
This great little plugin has not been updated in 4 years and needs an update to work with PHP 7.2: Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/ozh-admin-drop-down-menu/inc/core.php on line 311 While another user mentioned W2O as an alternative, it has its own problems, and while newer, the developer no longer responds. Can somebody please fix line 311 to work with 7.2 PHP so we can use this plugin!~ Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/ozh-admin-drop-down-menu/inc/core.php on line 311 if (!count($wp_ozh_adminmenu)) { $wp_ozh_adminmenu = (array)get_option(‘ozh_adminmenu’); unset($wp_ozh_adminmenu[0]); } This reply was modified 7 years, 2 months ago by Harbor Carpet Cleaning . I found a fix, but still hoping for adoption: if (!is_array($wp_ozh_adminmenu) || !count($wp_ozh_adminmenu)) { $wp_ozh_adminmenu = (array)get_option('ozh_adminmenu'); unset($wp_ozh_adminmenu[0]); } This reply was modified 7 years, 2 months ago by raygulick . Thanks Ray, needs a new Coder to take it over! Working with the W2O plugin now, hate that it has no options page though… More serious usability problem with W2O: If you arrive at the edit screen of a page or post, and before editing anything and saving, you decide you want to look at the page or post again. Where is the ‘View Page’ or ‘View Post’ link that should reside in the admin bar? You have to hit ‘update’ to make the ‘view’ link appear above the page/post title. This reply was modified 7 years, 2 months ago by raygulick . This reply was modified 7 years, 2 months ago by raygulick . Just started running into this exact same issue today Ray, damned if i do and damned if i don’t! deleted This reply was modified 7 years ago by Napalm44 . I’d love to adopt this plugin, as I’ve made several modifications on my website. What next?

Comments

7 shown
Harbor Carpet Cleaning 2019-03-13T23:45:00+00:00

Can somebody please fix line 311 to work with 7.2 PHP so we can use this plugin!~ Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/ozh-admin-drop-down-menu/inc/core.php on line 311 if (!count($wp_ozh_adminmenu)) { $wp_ozh_adminmenu = (array)get_option(‘ozh_adminmenu’); unset($wp_ozh_adminmenu[0]); } This reply was modified 7 years, 2 months ago by Harbor Carpet Cleaning .

raygulick 2019-03-14T02:07:00+00:00

I found a fix, but still hoping for adoption: if (!is_array($wp_ozh_adminmenu) || !count($wp_ozh_adminmenu)) { $wp_ozh_adminmenu = (array)get_option('ozh_adminmenu'); unset($wp_ozh_adminmenu[0]); } This reply was modified 7 years, 2 months ago by raygulick .

Harbor Carpet Cleaning 2019-03-14T04:44:00+00:00

Thanks Ray, needs a new Coder to take it over! Working with the W2O plugin now, hate that it has no options page though…

raygulick 2019-03-14T13:30:00+00:00

More serious usability problem with W2O: If you arrive at the edit screen of a page or post, and before editing anything and saving, you decide you want to look at the page or post again. Where is the ‘View Page’ or ‘View Post’ link that should reside in the admin bar? You have to hit ‘update’ to make the ‘view’ link appear above the page/post title. This reply was modified 7 years, 2 months ago by raygulick . This reply was modified 7 years, 2 months ago by raygulick .

Harbor Carpet Cleaning 2019-03-14T19:31:00+00:00

Just started running into this exact same issue today Ray, damned if i do and damned if i don’t!

Napalm44 2019-05-21T18:10:00+00:00

deleted This reply was modified 7 years ago by Napalm44 .

Zoinks! Graphics 2019-06-08T07:51:00+00:00

I’d love to adopt this plugin, as I’ve made several modifications on my website. What next?