• Resolved davidalanford

    (@davidalanford)


    {author_bio username=’smith’] works great with a new literal name each time on the same page. However, when I use it in a php pop-up window with the username passed via a cookie, [author_bio username=’jones’] (set by the cookie), persists in using ‘smith’ as the username despite echoing the cookie as ‘jones’.

    The problem appears to be in the code as it checks first for the ID of the logged in author and then ignores the new username. I am not sufficiently familiar with the code to hack it, but it strikes me that my problem would be solve if there was no check on IDs at all.

    Can you suggest a code edit?

    http://wordpress.org/extend/plugins/author-bio-shortcode/

Viewing 1 replies (of 1 total)
  • Plugin Author Philip John

    (@philipjohn)

    Hiya,

    Sorry for missing this when you first posted!

    The plugin only ever uses the currently logged in user if none of the user parameters (id, email, username) are present. As you’ve used the “username” parameter the plugin uses the get_user_id_from_string() function to grab the user ID.

    If you’re using a PHP popup, does the script that creates the popup load within WordPress? Even if you’re passing a cookie, that needs interpreting through WordPress before it will be usable.

    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Author Bio Shortcode] sticky username’ is closed to new replies.