Topic: Polls not shoing up through direct to post homepage links
I have links on my homepage to specific areas on my board and I use this code;
<?php
$cp = curl_init("http://comic-book-collector.com/forum/extern.php?action=active&show=2&fid=11");
curl_exec($cp);
?>
I am currently running Easy_Poll-1.1.3, (I just received help setting this up actually) and am having a great time with it. Unfortunately I have noticed that when I post a poll the poll portion of the post is not visible when linking to the page from a link like I showed above. If you go into the message board and locate the post everything is fine. But seeing it as a recent post on the homepage and clicking the generated link it will only display the text under the poll and not any part of the voting poll at all. I have tested logged in and not logged in and it is the same either way. This section of the board has "create new topic" for members disabled but everyone is allowed to post replies.
Anyone have any idea what i am not doing right?
Thanks,