Forums

[Plugin: Vote It Up] Bug Fix: Incorrect URL variable used (3 posts)

  1. bradt
    Member
    Posted 7 months ago #

    Hey Nicholas,

    In voteitup.php (Line 56):

    $edir = get_bloginfo('url')."/".$edir;

    should be

    $edir = get_bloginfo('wpurl')."/".$edir;

    Cheers,
    Brad

  2. newtnewt
    Member
    Posted 6 months ago #

    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

  3. newtnewt
    Member
    Posted 6 months ago #

    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.

Reply

You must log in to post.

About this Topic

Tags