Welcome Guest, Not a member yet? Register   Sign In
Commissioning a simple comments script for site integration
#1

[eluser]Unknown[/eluser]
Hi all,

First I'm sorry if I've posted this in the wrong section of the forum, or if it's an entirely inappropriate post for here.

I'm trying to set-up a simple comments script on my site which I can use on blog-style posts (permalinks) but I don't have a clue about php or sql databases etc.

I've had no success with several free scripts online, and would prefer to work with a person who knows more than I about the matter.

My question is-- where could I commission a reliable programmer to set this up on my cpanel server, preferably someone who's done it before and maybe has a loose script already, and how much roughly would I expect to be charged for the task??

Any help will be greatly appreciated.

Martin.
#2

[eluser]Crimp[/eluser]
You could post a job request in the lounge section of this forum. I'd also look at something like ExpressionEngine (or any of the other blogging/CMS software) to see if that fits your needs. Instead of PHP you use a simple template language to set up your blog.
#3

[eluser]Unknown[/eluser]
I don't really want to switch to EE or others as I already have the site designed, I'm actually running the site now without the comments feature-- do you think that setting up a database / script etc would be more trouble than it's worth?

Thanks for the advice mate, it's appreciated.
#4

[eluser]Crimp[/eluser]
You have to decide what things are worth in terms of doing the work yourself. I take it that this site is not actually a blog, unless you read/write the posts to flat files. If you want an actual blog, with comments, you have to run EE or others, or roll your own with CodeIgniter.

CodeIgniter is a development framework. Basically just a shorthand way of gaining some common functionality in a web application. In one of the video tutorials on the CI homepage, it is described how to author and set up a basic blog with comments in 20 minutes. It's possible to watch the video and reuse that code.

If you decide to go that route, it is easy to port your existing design to CI views (the HTML code of the pages) and run the entire site off a CI install. This is preferable. But you would have to learn something and that may be more or less painful depending on how much you already know.

CPanel is just a control panel for server administration. To determine if you can run CI on your existing server, you need to find out the OS and if PHP and, for example, MySQL is installed. If they are, there's nothing stopping you.

It would also be no problem to port an existing design to EE. You just copy and paste the HTML into weblog templates and insert some snippets for blog posts and comments. That route will give you the desired functionality out of the box.




Theme © iAndrew 2016 - Forum software by © MyBB