How to remove "Edit" option from the comments? How to remove "Edit" option from the comments?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to remove "Edit" option from the comments?

Started by darkdog, July 19, 2005, 02:01:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

darkdog

Hello!

I'm wondering is there any possible way to remove the "Edit comment" button? I've enabled the allow public comments ... I want that everyone could comment my pictures. It's easier for my friends who maybe are not so good understanding computers.I know you will ask "why they won't register?", yes they can do that, but sometimes even I cannot remember my pwd for some certain account, I'm sure it is much easier for them to comment without registering... there you can add your name too :) . But I'm worried about the edit option that is in the comments section. Some people can abuse this option and change other people comments.

I think you understood my problem. I would be very thankful if someone could help me.

Thank you.

Nibbler

Hi,

The simplest way would be to edit your displayimage.php, look for

$user_can_edit = (GALLERY_ADMIN_MODE) || (USER_ID && USER_ID == $row['author_id'] && USER_CAN_POST_COMMENTS) || (!USER_ID && USER_CAN_POST_COMMENTS && ($USER['ID'] == $row['author_md5_id']));

and then change that line to read

$user_can_edit = (GALLERY_ADMIN_MODE) || (USER_ID && USER_ID == $row['author_id'] && USER_CAN_POST_COMMENTS);

That will remove the edit and delete permissions from anonymous users.

darkdog

Thank you for your help, the problem is now solved :).

chechu

Hi, i have 1.4.2 version, and i can't find this lines.

Can you help me?

Thanks

Tranz

Please upgrade to v 1.4.8 first. Serious security bugs have been fixed since the version you are using.

chechu

ok, i have jsut upgrade my gallery

How can i do the remove of edit and delete bottons.

Tahnks

Vargha

Haalaa Boro Ye Chayi Vasam Dorost Kon Ta Man Ye Fekri Be Halet Bokonam ;) Ye Hendooneye Shotoriham Biyar Bizahmat :)
Visit My Site www.Rangarang.co.nr
Check Out My Gallery
www.Rangarang.co.nr/buddies
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg157.imageshack.us%2Fimg157%2F838%2Frangarang4xn.jpg&hash=48b4c3087515cafe09fc6d3f7ee19dce86328d8e)

Joachim Müller

and don't ask questions that belong on the cpg1.4.x support board on this thread. Locking.