Contactform

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Col. Kurtz
Regular
Posts: 450
Joined: Thu May 26, 2005 10:43 am
Location: Bonn, Germany
Contact:

Contactform

Post by Col. Kurtz »

Is there a way to delete the text, that is shown under the contacform?

Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Contactform

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply