• Hi,
    I am trying to add a poll rating script to each download. I have successfully added it to my comments and posts but when I try to add it to downloads, it won’t work.

    Here is the code:

    $thumbsupid = “down_”.get_downloads(); echo ThumbsUp::item($thumbsupid)->template(‘mini_poll’)->options(‘up=Download It!&down=Do not Bother’);

    I need to assign the download id to the thumbsupid but .get_downloads only shows up one set of ratings for all downloads. I need a set of ratings for each download.

    I also tried get_downloads_id but that is not a defined function apparently.

    P.S: I’m a beginner to php but trying to learn. Could someone please help as I paid a fair amount of money for the script and I can’t get it to work.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Acelondoner

    (@acelondoner)

    I have also tried .get_downloads(‘id’); but that only showed up one set of ratings for all downloads where as I need a different rating id for each download id.

    I love this plugin but the support is poor. Even if what I’m asking is not possible, I would like someone to confirm. Thanks

    I wonder if there’s a way to add a rating feature (number of stars) to this plugin…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Getting download id?’ is closed to new replies.