gorod
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Display top rated with minimum # of votersWell, 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
In reply to: [WP-Polls] Error In Adding PollFound the problem. Plugin didn’t create table for wp-polls.
Have to run query manually in phpmyadmin:
—
— Table structure for tablewp_pollsa
—CREATE TABLE IF NOT EXISTS
wp_pollsa(
polla_aidint(10) NOT NULL auto_increment,
polla_qidint(10) NOT NULL default ‘0’,
polla_answersvarchar(200) character set latin1 NOT NULL default ”,
polla_votesint(10) NOT NULL default ‘0’,
PRIMARY KEY (polla_aid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;— ——————————————————–
—
— Table structure for tablewp_pollsip
—CREATE TABLE IF NOT EXISTS
wp_pollsip(
pollip_idint(10) NOT NULL auto_increment,
pollip_qidvarchar(10) character set latin1 NOT NULL default ”,
pollip_aidvarchar(10) character set latin1 NOT NULL default ”,
pollip_ipvarchar(100) character set latin1 NOT NULL default ”,
pollip_hostvarchar(200) character set latin1 NOT NULL default ”,
pollip_timestampvarchar(20) character set latin1 NOT NULL default ‘0000-00-00 00:00:00’,
pollip_usertinytext character set latin1 NOT NULL,
pollip_useridint(10) NOT NULL default ‘0’,
PRIMARY KEY (pollip_id)
) ENGINE=MyISAM DEFAULT CHARSET=ucs2;— ——————————————————–
—
— Table structure for tablewp_pollsq
—CREATE TABLE IF NOT EXISTS
wp_pollsq(
pollq_idint(10) NOT NULL auto_increment,
pollq_questionvarchar(200) character set latin1 NOT NULL default ”,
pollq_timestampvarchar(20) character set latin1 NOT NULL default ”,
pollq_totalvotesint(10) NOT NULL default ‘0’,
pollq_activetinyint(1) NOT NULL default ‘1’,
pollq_expiryvarchar(20) character set latin1 NOT NULL default ”,
pollq_multipletinyint(3) NOT NULL default ‘0’,
pollq_totalvotersint(10) NOT NULL default ‘0’,
PRIMARY KEY (pollq_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;Forum: Plugins
In reply to: [WP-Polls] Error In Adding Pollhttp://imageshack.us/f/29/wqta.jpg/
Here is a screenshot of the error.
The plugin doesn’t save any polls.
Forum: Plugins
In reply to: [Forums] This plugin DOESN'T work, why it's even on wordpress???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 ?