Topic RSS
5:36 am
Please replace the ??? with your data!
- Your URL: http://www.siolon.com/contact/
- The browser used: FF2
- cforms version: 6.4
- Your Wordpress version: 2.3.1
I think this is an old issue however I don't see a solution for this. On my form the PHP is inserting a line break <br /> between the label and input field.
http://www.siolon.com/contact/
How do I remove it?
7:27 am
March 6, 2005
OfflineVery strange, have you tried commenting out your WP default filters?
wp-includes/default-filters.php :
add_filter('the_content', 'wpautop');
may be the culprit, but it could also be some other plugin or feature you've enabled.
11:44 pm
March 6, 2005
OfflineResolved.
Here is the solution ("SyntaxHighlighter" caused the trouble):
To fool the overly active "SyntaxHighlighter" plugin cforms needs to
run *after* "SyntaxHighlighter", which can only be done by setting
the plugins (cforms') priority to 10 and, now this is really funny
renaming it to something starting with a "z", e.g. : zcforms (both in the plugin header and the filename)
This makes it go last and now stay clear of any "SyntaxHighlighter"
influence.
Most Users Ever Online: 959
Currently Online:
88 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3548
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5157
Posts: 18385
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote










