lesterchan / wp-polls

Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.
https://wordpress.org/plugins/wp-polls/
94 stars 78 forks source link

Adding soundcloud widget to poll #44

Closed poonasor closed 9 years ago

poonasor commented 9 years ago

Im trying to find where the information is stored for each poll, to add an option to insert a embedded soundcloud player for a client.

Ive checked phpmyadmin in the database for the entries and it did not match the information from wordpress.

I have no problem editing the template but I need to know how I would be able to add a new column for the soundcloud embed.

Thank you very much.

espellcaste commented 9 years ago

I'm at a lost of the correlation between SoundCloud and wp-poll.. How could it be both used together? Could you elaborate on that?

poonasor commented 9 years ago

my client wants to have a poll system for audio files, to have an embed soundcloud widget on the wp-poll, my question is where the information is stored so i can add that soundcloud column into the database, but I've checked the database for wp-polls and it doesn't contain the new polls information.

lesterchan commented 9 years ago

Hi Ricky,

I saw your Github issue but I don't respond to modification help/request for the plugin because it is not within my support scope since my plugin is already provided for free.

Just a tip, there are two tables pollsa stores the answers and pollsq store the questions.

All the templates are stored in wp_options which is WP default options table.

Good luck.