Page 1 of 1

Contactform

Posted: Thu Jul 07, 2005 1:49 am
by Col. Kurtz
Is there a way to delete the text, that is shown under the contacform?

Image

Re: Contactform

Posted: Thu Jul 07, 2005 4:59 pm
by garvinhicking
Yes:

1. Remove the "Serendipity Markup" Event plugin

2. Edit your commentform.tpl template and remove this line:

Code: Select all

{serendipity_hookPlugin hook="frontend_comment" data=$commentform_entry}
(This will also remove captcha support)

3. Edit the plugins/serendipity_event_s9ymarkup/serendipity_event_s9ymarkup.php file and remove the notice in the frontend_comment hook.

4. Edit your style.css and use

Code: Select all

.serendipity_commentDirection {
display: none;
}
Your call. I'd vote for 4. :-)

Regards,
Garvin