Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

Ratburntro44
Member
Joined: 1970-01-01
Posts: 1,383
Website

Commenting System

Right now I'm building a website for a friend. I want a commenting system in it. Are there any commenting systems that let you use the same login as for the site? If not, could someone tell me the basics of how to go about making a commenting system?

Offline

#2 Before February 2015

Maikel
Guest

Re: Commenting System

You're building a website for a friend and you don't know how to make a comment system?

#3 Before February 2015

Ratburntro44
Member
Joined: 1970-01-01
Posts: 1,383
Website

Re: Commenting System

My friend is REALLY bad with website design stuff. Therefore, even though I suck at it, I can design the site better than he can.

Also, I believe I could build a commenting system with what I know now, but it would really suck.

Last edited by Ratburntro44 (Nov 20 2011 5:16:39 pm)

Offline

#4 Before February 2015

32OrtonEdge32dh
Member
From: DMV
Joined: 2015-02-15
Posts: 5,166
Website

Re: Commenting System

Sucking is better than nothing.


32ortonedge32dh.gif

Offline

#5 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Commenting System

Making your own commenting system is quite a hassle if you don't know any PHP or SQL, etc. If you do know anything about PHP or SQL, you need to write an action page to receive the following form and process it:

<form action="[INSERT SERVER-SIDE ACTION PAGE]" method="post">   Comments:<br />   <textarea name="comments" id="comments">   </textarea><br />   <input type="submit" value="Submit" /> </form> <p style="font-size:10px;">

In short, that's the input. The input goes to whatever your action page is to be processed, and the output is on the comment page defined in your action page.

There are several scripts you can buy or download if you feel like searching. Here's one.

Last edited by Tako (Nov 22 2011 8:23:55 pm)


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#6 Before February 2015

Buzzerbee
Forum Admin
From: Texas, U.S.A.
Joined: 2015-02-15
Posts: 4,571

Re: Commenting System

There's a program called Disqus and it uses commenting :rolleyes:

Probably not what you want though


TdQRyz3.png
https://wiki.everybodyedits.com/images/5/5d/135_bee

Offline

#7 Before February 2015

Ratburntro44
Member
Joined: 1970-01-01
Posts: 1,383
Website

Re: Commenting System

^I had disqus before, but I want the commenting system to use the user system I already have, and disqus wants a boatload of money to do that.

I've managed to start setting up a comment system, the submitting part works well... the displaying part, not so much.

Offline

Ratburntro441423650132311300

Board footer

Powered by FluxBB

[ Started around 1715115804.4988 - Generated in 0.035 seconds, 13 queries executed - Memory usage: 1.42 MiB (Peak: 1.53 MiB) ]