printPageMenu not displaying in some browsers

Hi

I've uploaded and enabled the zenpage plugin. Everything's working great. I've added a menu to my index and album pages to display my 'page', with the following code:

`
<?php if(function_exists("printPageMenu")) { ?>
<?php printPageMenu("list","subnavlist"); ?>
<?php } ?>
`
This works fine in Firefox and Safari for Mac, but not IE 6 or Opera 9.63. Evidently the code is printing `` but nothing between the tags. Any idea what the problem is here?

Comments

  • I just searched for this issue and found this post, which I put up 2 years ago!

    Unbelievably, I've just run into it again:

    `<?php printPageMenu("list-top","pagenav","active","submenu","active"); ?>`

    does not work out of the box in IE7. It actually doesn't output anything in the source. Am I the only one to get this?
  • acrylian Administrator, Developer
    Yes..;-) Sorry, I can't test IE7 at all but what this menu generates is not browsr dependend as PHP is server side. Maybe all of your pages are unpublished or protected so you would only see them on a browser you are logged in with.
  • Ah good point Acrylian, very good point. It's amazing how often I've been caught out by that one.
Sign In or Register to comment.