MY2000
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to monitor my blog author activity?Thank you bi-wan-kenobi,
I found one, called ‘author and post statistic widget’, this helps me to show most popular author’s activity on a widget. However I still searching for a plugin to be able live-time monitor my authors activity.
# Who is online
# What do they on this moment
# How much disc space they use (db and media)
# How many posts and comments they do per day
# What posts/pages they visit in my site
# What browser they use
# Activity log (for example: user X just changed his password)
# and so on….Forum: Fixing WordPress
In reply to: error 404 – not foundOk, put this in your wp-config.php and it’ll start working
define('WP_HOME','http://example.com'); define('WP_SITEURL','http://example.com');Don’t forget to change “example.com” to the current WordPress path
Forum: Fixing WordPress
In reply to: insert/add link does not workYou should deactivate it one by one and check the issue after each plugin deactivation, and you’ll find the plugin which cause this problem. If all plugins are good, then the reason is your current theme.
Forum: Fixing WordPress
In reply to: insert/add link does not workHave you tried to deactivate all plugins and use the default WordPress theme?