Requirements
Currently the plugin supports MySQL database only. Plugin also requires that user accessing the database has enough permissions to create an index on wordpress tables. In opposite read the troubleshooting section at the bottom of this page.
Installation
Installation procedure goes as the following:
- Download the plugin and unpack it to the /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Customize the look and feel via Plugins | Aliiike Recommender menu.
Troubleshooting
If the options ajax path, tagline, and display position are either empty or not set, press the Restore Built-in Defaults.
Insufficient permissions to create an index on the database means you cannot run this plugin. What can you do? Ask the administrator to run the following SQL code on the database the blog is using to store data.
CREATE FULLTEXT INDEX `comparator` ON `wp_posts` (`post_title`, `post_content`)Note that the actual table name (wp_posts) might differ if you changed table prefix settings in the wp-config.php file.
License
Plugin is free of charge and it is released under the GNU GPL Licence.
Share
Sample sites









