Jump to content

eharpaz

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by eharpaz

  1. I was wondering if anyone would have any idea how to go about creating something like this: http://www.versus.com/blogs/bobkes-bike-beat/bobkes-beef/ Essentially I want to have a function where people can "agree" or "disagree" with a post but also leave a comment as to why. As you can see from the link above, the comments are sorted into 'yes' and 'no' sections. I have not found a plugin to do this within wordpress yet and am not sure how to use the wordpress database in order to add this "side" feature Any help on this would be greatly appreciated. Cheers.
  2. Thank you for the quick reply Zurev, it was very insightful and a great place for me to start. I will keep you updated on my findings
  3. I have a question regarding how I can make a debate type box that includes a comment section where you can explain your side, as well as a radio button to choose Pro or Con, and a place for name or email. When submit I want the Pro to be on left side and Con on the right. The best way I can describe it is by showing you a website I found which has what I want. http://www.squidoo.com/xbox-vs-playstation I hope I dont get called out as a newb, I have recently begun learning web design including html, css, js, php, and more but am still learning! :'( If I should be posting in html, css, js, or elsewhere please let me know. I would just like to know what it takes to build this. From the form itself, to the submit file that separates them to a designated side based on the radio box choice, as well as anything else that I am not thinking of. I will most likely be using this form on my Wordpress Powered website if that changes anything (where the comments get saved to?) If you took the time to read this I appreciate your time and any thoughts or suggestions you may have. Ciao
  4. Thanks for the mini summary! But what may be simple to you is another world to me!! D: I would still like to make this code on my site. Could you fill me in with some steps of what is needed in order to make the "database table" where the questions are submitted? Point me in the right direction! Thanks again!!
  5. Soooooo! I'm back again with another awesome question for you guys! My goal is to almost mimic this sites question box http://www.yesdebtfree.com/ (lucky them a free link on this page!) So I tried viewing the source on the page and got this so far: <form name="qForm" id="qForm" method="post" action="http://www.gkicredit.com/FAQ.php"> <div class="ask_quesCont flLt"> <div class="clearAll spacer5"></div> <div class="mlr8"> <h2 style="color: #ce6603; margin: 0; padding: 0; font-weight: normal; font-size: 18px;">Ask your Question</h2> <div class="clearAll"></div> <textarea name="question" id="question" rows="5" cols="5" style="width: 322px; margin: 0; padding: 0; text-align: left; height: 45px; overflow: hidden; font-family: Arial; font-size: 12px; float: left;border:solid 1px #7f9db9;" ></textarea> <div class="clearAll spacer5"></div> <div class="flLt" style="width: 200px;"> <span class="note flLt">Can't find you answer by searching?</span> <div class="clearAll"></div> <div id="qmsg" style="color: #FF0000; font-size: 11px; text-align: center; float: left;"> </div> </div> <span class="flRt"> <input type="image" name="askquestion" title="Ask now" src="http://www.yesdebtfree.com/images/askNow-btn-blue.gif" alt="Ask now" onclick="return SubAns();" style="border-width:0px;" /> Currently that code is just the box to fill in the question, as well as the "Ask now" button which when clicked, bring me to the correct webpage (www.gkicredit.com/FAQ.php is my site which i switched out yesdebtfree site with). Now I'm trying to figure out how they made these questions posted in almost a forum-like fashion which people can click to answer the question. I hope I am not asking too much, any help is GREATLY appreciated
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.