Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Poll on CSS-Tricks

  • This topic is empty.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #28430
    CoolAsCarlito
    Participant

    I’ve tried a couple of php poll type scripts and I really wasn’t impressed with them and then it dawned on me. Chris uses one on the mainpage? Looks great with how it shows the results and what not. Anybody know which poll script it is that is used?

    #72512
    Chris Coyier
    Keymaster
    #72515
    CoolAsCarlito
    Participant

    What if I don’t have my site using word press though.

    #72544
    CoolAsCarlito
    Participant

    So any site can be put into wordpress?

    And if so you can still have your own php and mysql databasing coding attached?

    #72552
    Makeshift
    Member

    One of the great things about wordpress is if you know what you’re doing, you can make it look like a completely static site while using the plugins and everything else it has to offer.

    #72575
    CoolAsCarlito
    Participant

    So it would be okay for me to turn:

    kansasoutlawwrestling.com

    into a wordpress site?

    #72816
    Chris Coyier
    Keymaster

    As another reminder, I did do a post about creating a poll from scratch in the past:

    https://css-tricks.com/how-to-design-and … ered-poll/

    #73373
    jandreoni
    Member
    "CoolAsCarlito" wrote:
    So it would be okay for me to turn:

    kansasoutlawwrestling.com

    into a wordpress site?

    Hey, Carlito–

    Check this post out. He runs through turning a normal static site into a WP site, with explanation on what it all does.

    http://www.blog.spoongraphics.co.uk/tut … om-scratch

    And also check out:

    http://digwp.com/book/

    #73467
    CoolAsCarlito
    Participant

    Okay I have this as the test beta version of my site on wordpress installed.

    Normal site:http://kansasoutlawwrestling.com

    Wordpress site: http://kansasoutlawwrestling.com/wordpress

    I have the WP-Polls installed and have a poll made but don’t know and can not not find the code to put into the code so that it’ll display the poll on my site?

    #73635
    LonChaney
    Member

    I read the article How to Design & Create a PHP Powered Poll (an oldie but a goodie) but the sample poll allows you to vote more than once. What did you do to correct this?

    #73764
    CoolAsCarlito
    Participant

    Okay so I inserted the code: <?php get_poll(); ?>

    And it shows the poll however it shows this above the poll:

    "Notice: Undefined index: pollresult in /home/content/y/a/n/yankeefaninkc/html/wordpress/wp-content/plugins/wp-polls/wp-polls.php on line 76

    Notice: Undefined index: pollresult in /home/content/y/a/n/yankeefaninkc/html/wordpress/wp-content/plugins/wp-polls/wp-polls.php on line 514.

    Not sure why I haven’t messed with any files of that plugin.

    #74088
    CoolAsCarlito
    Participant

    So I fixed those two errors but can’t seem to fix this :

    Notice: Undefined variable: pollresult_id in /home/content/y/a/n/yankeefaninkc/html/wp-content/plugins/wp-polls/wp-polls.php on line 259

    #74646
    CoolAsCarlito
    Participant

    Trying no idea on how to fix this issue. Does anyone have a clue?

    #74936
    CoolAsCarlito
    Participant

    *bump*

Viewing 14 posts - 1 through 14 (of 14 total)
  • The forum ‘Back End’ is closed to new topics and replies.