Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter despacho

    (@despacho)

    thnx :0

    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! ??

    ups! that anonymous was me! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Poll’ is closed to new replies.