• Basically I run a download site, which uses the plugin download-monitor.
    Here is the site : Grimesets.com

    Now the whole download feature that you see on the frontpage is just a short-code on a page called “Downloads”.

    What I need is a comments box to appear here (and every other download details page that gets generated): Grimesets.com/?did=3 underneath all the content above the adBrite banner.

    Ive already tried implementing it using:
    <?php $withcomments = 1; ?>
    <?php comments_template(); ?>
    into the download plugin so that it appears just before the banner ad.

    But the page gives me an error or stays blank.

    Anyone know a plugin that can achieve this or anyway to hardcode a comment box to appear on each download information page?

    Im not very good with PHP so ive possibly missed out a few steps.
    In the future I would want to add ratings to the downloads aswell…

    Thanks

  • The topic ‘Add a comments box to plugin pages?’ is closed to new replies.