PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Variable {embed_post:*} not working 1.5.rc3.4

  1. The {embed_post:*} variables are not working correct in version 1.5.rc3.4. I guess the following code is incorrect:

    common.php:466
    http://pastebin.com/w1H9uSr9

    $embed_posts = $query->query($_SERVER["QUERY_STRING"]);

    In my case the ID or title of the homepage are always displayed, also if i embed the form on another page!

    Posted 13 years ago on Friday January 21, 2011 | Permalink
  2. The variable should be simply {embed_post} not {embed_post:*}, where did you get {embed_post:*} from?

    Posted 13 years ago on Friday January 21, 2011 | Permalink
  3. I refer to the following variables:

    - {embed_post:ID}
    - {embed_post:post_title}
    - {embed_post:*}

    You should see the asterix is an wildcard for all the post fields.

    Posted 13 years ago on Monday January 24, 2011 | Permalink
  4. I have made an adjustment to the {embed_post} variable replacement that I think will resolve your issue. Send me an email to alex@rocketgenius.com and I will send you our latest version for you to try.

    Posted 13 years ago on Tuesday January 25, 2011 | Permalink