I'm modified CF Polling script to easy use in Q2A :) hope you find it usefull :
-1. Download this file
1. upload Q2A-CFpolls folder in to root of your site 2. CHMOD Q2A-CFpolls/cfPolling/polls to 777 3. Add line in qa-theme/YOUR_THEME/qa-theme.php : function sidepanel() { $this->output('<DIV CLASS="qa-sidepanel">'); $this->sidebar(); include("Q2A-CFpolls/poll.php"); $this->output_raw(@$this->content['sidepanel']); $this->nav('cat'); $this->feed(); $this->output('</DIV>', ''); }
after class qa_html_theme extends qa_html_theme_base { Save file. Poll panel will apear in sidebar. You can edit poll editing polls.php file. More info http://www.codefuture.co.uk/projects/cf_polling/
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.