Approving and editting of guest comments Approving and editting of guest comments
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Approving and editting of guest comments

Started by v8central, July 26, 2005, 12:48:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

v8central

Is there any way I can allow guest comments but at the same time I don't want them to edit previously posted comments, and I want to approve any posted comments before they are publicly viewable.

Is this possible, and if so how ?

Joachim Müller

Comment approval is currently not possible. You'll have to add an if/then switch to the code to disable the edit/delete button for anonymous visitors.

v8central

Can you quickly outline where to find that code in 1.3.3 ?

I'm fairly new to PHP coding, but I do code in other languages.  I would just appreciate a push in the right direction.


v8central