Title: gorod's Replies | WordPress.org

---

# gorod

  [  ](https://wordpress.org/support/users/gorod/)

 *   [Profile](https://wordpress.org/support/users/gorod/)
 *   [Topics Started](https://wordpress.org/support/users/gorod/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gorod/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gorod/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gorod/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gorod/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gorod/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Display top rated with minimum # of voters](https://wordpress.org/support/topic/display-top-rated-with-minimum-of-voters/)
 *  Thread Starter [gorod](https://wordpress.org/support/users/gorod/)
 * (@gorod)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/display-top-rated-with-minimum-of-voters/#post-5263371)
 * Well, that solution involves a complicated code.
 * I have widget, built into my theme, that will display a list of posts.
    The widget
   allows an input of a single line, such as :
 * meta_key=ratings_average&orderby=meta_value_num&order=desc&post_type=listing_type&
   posts_per_page=10&ratings_users>5
 * Unfortunately, rating_users>5 doesn’t work. Other than that it displays all the
   top rated posts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Polls] Error In Adding Poll](https://wordpress.org/support/topic/error-in-adding-poll/)
 *  Thread Starter [gorod](https://wordpress.org/support/users/gorod/)
 * (@gorod)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-in-adding-poll/#post-3864922)
 * Found the problem. Plugin didn’t create table for wp-polls.
 * Have to run query manually in phpmyadmin:
 * —
    — Table structure for table `wp_pollsa` —
 * CREATE TABLE IF NOT EXISTS `wp_pollsa` (
    `polla_aid` int(10) NOT NULL auto_increment,`
   polla_qid` int(10) NOT NULL default ‘0’, `polla_answers` varchar(200) character
   set latin1 NOT NULL default ”, `polla_votes` int(10) NOT NULL default ‘0’, PRIMARY
   KEY (`polla_aid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 * — ——————————————————–
 * —
    — Table structure for table `wp_pollsip` —
 * CREATE TABLE IF NOT EXISTS `wp_pollsip` (
    `pollip_id` int(10) NOT NULL auto_increment,`
   pollip_qid` varchar(10) character set latin1 NOT NULL default ”, `pollip_aid`
   varchar(10) character set latin1 NOT NULL default ”, `pollip_ip` varchar(100)
   character set latin1 NOT NULL default ”, `pollip_host` varchar(200) character
   set latin1 NOT NULL default ”, `pollip_timestamp` varchar(20) character set latin1
   NOT NULL default ‘0000-00-00 00:00:00’, `pollip_user` tinytext character set 
   latin1 NOT NULL, `pollip_userid` int(10) NOT NULL default ‘0’, PRIMARY KEY (`
   pollip_id`) ) ENGINE=MyISAM DEFAULT CHARSET=ucs2;
 * — ——————————————————–
 * —
    — Table structure for table `wp_pollsq` —
 * CREATE TABLE IF NOT EXISTS `wp_pollsq` (
    `pollq_id` int(10) NOT NULL auto_increment,`
   pollq_question` varchar(200) character set latin1 NOT NULL default ”, `pollq_timestamp`
   varchar(20) character set latin1 NOT NULL default ”, `pollq_totalvotes` int(10)
   NOT NULL default ‘0’, `pollq_active` tinyint(1) NOT NULL default ‘1’, `pollq_expiry`
   varchar(20) character set latin1 NOT NULL default ”, `pollq_multiple` tinyint(
   3) NOT NULL default ‘0’, `pollq_totalvoters` int(10) NOT NULL default ‘0’, PRIMARY
   KEY (`pollq_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Polls] Error In Adding Poll](https://wordpress.org/support/topic/error-in-adding-poll/)
 *  Thread Starter [gorod](https://wordpress.org/support/users/gorod/)
 * (@gorod)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-in-adding-poll/#post-3864911)
 * [http://imageshack.us/f/29/wqta.jpg/](http://imageshack.us/f/29/wqta.jpg/)
 * Here is a screenshot of the error.
 * The plugin doesn’t save any polls.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forums] This plugin DOESN'T work, why it's even on wordpress???](https://wordpress.org/support/topic/this-plugin-doesnt-work-why-its-even-on-wordpress/)
 *  Thread Starter [gorod](https://wordpress.org/support/users/gorod/)
 * (@gorod)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/this-plugin-doesnt-work-why-its-even-on-wordpress/#post-3253063)
 * Yes, your forums are as useless as your plugin.
 * You see dozens of complaints here that your plugin cannot be installed on wordpress,
   all people see is a “redirect” message without any links or instructions.
    Why
   do you ignore those complaints ? Where are the installation instructions ?

Viewing 4 replies - 1 through 4 (of 4 total)