-> Installation Instructions ------------------------------------------------------------------ // Open wp-settings.php Find: ------------------------------------------------------------------ $wpdb->postmeta = $table_prefix . 'postmeta'; ------------------------------------------------------------------ Add Below It: ------------------------------------------------------------------ $wpdb->pollsq = $table_prefix . 'pollsq'; $wpdb->pollsa = $table_prefix . 'pollsa'; $wpdb->pollsip = $table_prefix . 'pollsip'; ------------------------------------------------------------------ // Open wp-admin/menu.php Find: ------------------------------------------------------------------ $menu[20] = array(__('Links'), 5, 'link-manager.php'); ------------------------------------------------------------------ Add Below It: ------------------------------------------------------------------ $menu[21] = array(__('Polls'), 5, 'polls-manager.php'); ------------------------------------------------------------------ // Open wp-admin folder Put: ------------------------------------------------------------------ polls-install.php polls-manager.php polls-options.php ------------------------------------------------------------------ // Open wp-content/plugins folder Put: ------------------------------------------------------------------ polls.php ------------------------------------------------------------------ // Open Wordpress root folder Put: ------------------------------------------------------------------ wp-polls.php ------------------------------------------------------------------ // Open wp-images folder Put: ------------------------------------------------------------------ pollbar.gif ------------------------------------------------------------------ // Activate the polls plugin // Run wp-admin/polls-install.php Note: ------------------------------------------------------------------ Please remember to remove polls-install.php after installation. ------------------------------------------------------------------ // Open wp-content/themes//header.php Add on the first line: ------------------------------------------------------------------ ------------------------------------------------------------------ Note: ------------------------------------------------------------------ If you are having problem with the above, try putting it in the wp-content/themes//index.php instead. ------------------------------------------------------------------ // Open wp-content/themes//sidebar.php Add: ------------------------------------------------------------------
  • Polls

    Polls Archive

  • ------------------------------------------------------------------ Note: ------------------------------------------------------------------ To show specific poll, use );?> where is your poll id. ------------------------------------------------------------------