• Hey Nicholas,

    In voteitup.php (Line 56):

    $edir = get_bloginfo(‘url’).”/”.$edir;

    should be

    $edir = get_bloginfo(‘wpurl’).”/”.$edir;

    Cheers,
    Brad

Viewing 2 replies - 1 through 2 (of 2 total)
  • I used bradt’s fix, but am still getting one defective url from the sidebar menu.

    “About” is still in that sidebar list.
    And gives the user this broken link:
    h ttp://localhost/?page_id=2

    the real link should be:
    h ttp://mysitedeleted.com/wordpress/?page_id=2

    OK, I solved my problem a different way: I went into the database and tweaked the votes info (for id=2) so that it matched the others.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Vote It Up] Bug Fix: Incorrect URL variable used’ is closed to new replies.