Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: WP-Polls Version 2.0

    I am having some problems. I followed the install and got this error on the admin side:

    WordPress database error: [Unknown column ‘pollip_host’ in ‘field list’]
    SELECT pollip_aid, pollip_ip, pollip_host, pollip_timestamp, pollip_user FROM wp_pollsip WHERE pollip_qid = 1 ORDER BY pollip_aid ASC, pollip_user ASC

    I also get an error on the user side. You can see it at https://www.notjust4techs.com.

    Anybody know what is going on?

    Forum: Plugins
    In reply to: Copyright plugin?

    You can just put the following code anywhere you want the copyright to appear (I suggest the footer) and it will always state the current year.
    Copyright © <?php echo date(“Y”) ;?> Your Name

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