Is there an update of this hack for WP 1.3?
I tried changing it myself. The difference I noticed was in these two lines:
$tablepollsa = $table_prefix . 'pollsa';
$tablepollsq = $table_prefix . 'pollsq';
to
$wpdb->$tablepollsa = $table_prefix . 'pollsa';
$wpdb->$tablepollsq = $table_prefix . 'pollsq';
but the install doesn’t run correctly.
Can anyone lend me a hand? I’d really like to have a poll. Further more if this could be transformed into a plugin it would be Super Cool!!!!
Thanks! ??