sonson
Forum Replies Created
-
Hello?
The Home Starting Page on the Desktop. :-/
Forum: Plugins
In reply to: [WP Popular Posts] views in the backend completely hide?Hello Hector,
suddenly all admins can see the page impressions, although we set the that only I can see that. What is there now wrong?
Thanks and regards,
sonsonForum: Plugins
In reply to: [WP Popular Posts] views in the backend completely hide?Perfect, you’re my hero! 🙂
Then I’ll just not update …
I’ve only got an error message in the backend:Any changes made to WPP’s default stylesheet will be lost after every plugin update. In order to prevent this from happening, please copy the wpp.css file (located at wp-content/plugins/wordpress-popular-posts/style) into your theme’s directory.
Thanks vpr the best support and i give all Stars.
EnricoForum: Plugins
In reply to: [WP Popular Posts] views in the backend completely hide?but used with my user name, right?
Thank you!!!
sonsonForum: Plugins
In reply to: [WP Popular Posts] views in the backend completely hide?Please:
Parse error: syntax error, unexpected ‘;’ in /homepages/39/d476025956/htdocs/worpress/wp-content/plugins/wordpress-popular-posts/wordpress-popular-posts.php on line 762
Thats line 762: if ($user && isset($user->user_login) && ‘enrico’ == $user->user_login) {
Thank you very much!
sonsonForum: Plugins
In reply to: [WP Popular Posts] views in the backend completely hide?Hi Hector,
Thank you for your quick help! Unfortunately it did not work the first time. Then the screen is white with an error message. Is this correct ?:
location:wp-content/plugins/wordpress-popular-posts/wordpress-popular-posts.php/**
* Register the administration menu for this plugin into the WordPress Dashboard menu.
*
* @since 1.0.0
*/
public function add_plugin_admin_menu() {
$user = wp_get_current_user();
if ($user && isset($user->user_login) && ‘enrico’ == $user->user_login) {
$this->plugin_screen_hook_suffix = add_options_page(
‘WordPress Popular Posts’,
‘WordPress Popular Posts’,
‘manage_options’,
$this->plugin_slug,
array( $this, ‘display_plugin_admin_page’ )
);
}
}1000Thanks,
sonson