30-Dec-2012, 02:06 PM
Hi, I love the script but need to make some important changes, any help would be much appreciated.
Any help is much appreciated, i need to try to complete this site as soon as possible. Thanks very much.
- I need to disable the form but still show the comments in the user isn't logged in (i use (isset($SESSION['user_id'])) to check if the user is logged in)
- I need to remove the name input and replace it to automatically be filled in with the users username ( $SESSION['user_name'])
- if the comment poster is the author of the page i want to have an icon of different color background to show this, a little like how the admin logo works but i would have to use something like if the comment posters id matches a variable i set earlier (which will be the authors id) then display the icon or bgcolor. I hope you understand what im trying to achieve here
Any help is much appreciated, i need to try to complete this site as soon as possible. Thanks very much.