Rating: 4 stars
Hi! Thanks for the plugin.
But I found a little problem, in better-admin-help-tabs.php line 234 you can find:
$qargs = array(
'post_type' => 'sbah_helptab',
'posts_per_page' => '-1',
'meta_query' => array(
array(
'key' => '_sbah_screen_text',
'value' => $idofscreen,
'compare' => 'like', // <= the problem
)
)
);
so edit-{post_type} and {post_type} are showing the same tabs
$qargs = array(
'post_type' => 'sbah_helptab',
'posts_per_page' => '-1',
'meta_query' => array(
array(
'key' => '_sbah_screen_text',
'value' => $idofscreen,
'compare' => '=', // <= :)
)
)
);
English is not my mother tongue; please excuse any errors on my part.
]]>Rating: 5 stars
Perfect
]]>Rating: 5 stars
Hey thanks for this plug!
Works great and is really simple. Also glad that in this custom post type the admin help tips can be exported and imported easily into another site and work straight away.
]]>Rating: 5 stars
??
]]>