Posts: 3
Threads: 1
Joined: Jul 2011
Is there a way to pull the comments from the DB in to a separate section of the site. as the user post a comment on the site in any section the recent comment section gets up dated and where or what they comments on ? i am never to php is there anyone that can help ,me?
therealdaveharevy
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 3
Threads: 1
Joined: Jul 2011
thanks alot sir, I will give it a try and let you know how it turns out

-
Dave Harvey
Posts: 3
Threads: 1
Joined: Jul 2011
Is there a way to know here the user commented to and link to the comment like this example
www.topmmanews.com? this is what i am trying to achieve.
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 20
Threads: 5
Joined: Aug 2011
(24-Aug-2011, 07:30 PM)Steven Wrote: An add-on is now available for this:
http://www.commentics.org/add-ons.php#recent_comments
Hi I have downloaded the Add On but I just have one security question.
In order to implement the code The Database information has to bee entered, including the password etc. Doesn't that mean that anyone looking at my source code will know all the details to access my database etc?
Thanks
If at first you don't succeed then so much for parachuting!
Posts: 2,905
Threads: 59
Joined: Jun 2010
Hi,
The database information is entered using PHP, which is a server-side programming language, so it won't be displayed in the client-side source code.
Have
you completed
the interview?