MyBB Community Forums

Full Version: Vote for a poll outside of mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I want to use a custom php script to vote polls created in mybb. I tried with MyBBIntegrator however i didn't make it work.

Is this the right function? 

$MyBBI->vote(10, 10, 1);
http://phpdave.com/MyBBIntegrator/Coding_Help#function_vote

Or,

Is there a spesific vote command for mybb?

Thank you.