• Hi there – any ideas why this PHP code which worked fine in version 0.7.0.4 no longer works in version 0.7.1.3?

    $directory_query = array();
    $directory_query['template_name'] = 'montand-vcard';
    // extract the last name from the post title and search the connections db for it
    $directory_query['last_name'] = substr(strrchr(trim(the_title('','',false)), ' '), 1);
    $search_result = connectionsEntryList($directory_query);
    echo $search_result;

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    I know what the desired result is and it appears that should continue to work… but what is the result now? Nothing, an error message, what?

    Thread Starter Mindshare Labs, Inc.

    (@mindshare)

    It simply outputs “No Results”

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Well, that at least is a good sign. Can you create a test page and manually set the shortcode attributes to see what is returned?

    Thread Starter Mindshare Labs, Inc.

    (@mindshare)

    Hi Steven – I would love to help you troubleshoot this but I don’t have the time right now. I just installed the older version again for now. Once things settle down a bit I’ll setup a non-live testing site and try the latest version again.

    Thread Starter Mindshare Labs, Inc.

    (@mindshare)

    Just a follow up – this issue seems to have been resolved in the latest version 0.7.1.6

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Template code no longer working in latest version of Connections’ is closed to new replies.