[1]

vince
Guest
March 29th, 2009 at 1:21 pm

WordPress Version: 2.7.1

TDO Mini Forms Version: 0.12.7

Operating System (if known): Linux

Webserver Software: Apache 1.3.x

Link to Website: http://www.mindthebog.com

Error Message:
Copy and paste any error messages here

Hi,
Tried various themes, but always the same:
The Post Title field stretches across too wide, causing horizontal scrolling.

The other thing is, how can I ensure the Geo Map does not display on the home page for every post – only display when viewing full post? Maybe there is a way to ad a \’read more\’ break via a widget?

Permalink | Quote

[2]

Mark Cunningham
Guest
March 30th, 2009 at 1:27 pm

Tried various themes, but always the same:
The Post Title field stretches across too wide, causing horizontal scrolling.

Em. No it doesn’t. See it in action here (no scrolling) and on this very website.

I had a quick look at your website and it seems that the post title is set to 151px wide!?! If you look at the source, the “size” is set to 300. By default this is set to 30, so it’s ten times the size of the default. Go into the Widgets for the form and under Content, change size from 300 to 30 and the problem will disappear.

The other thing is, how can I ensure the Geo Map does not display on the home page for every post – only display when viewing full post? Maybe there is a way to ad a ‘read more’ break via a widget?

Easy enough. Add an Append to Content Widget, just above the GeoMashup widget. And then put <!--more--> as the contents.

Permalink | Quote

[3]

vince
Guest
March 30th, 2009 at 11:19 pm

Hi Mark,
I;m slightly embarrassed, it seems I accidently changed the 30 to 300 while messing around with the widgets when it was set for small width and I couldn;t see all the options very well :-(

Also can confirm using the widget and the code worked great – although only on new submissions. previous posts were not affected.

One last thing, is your plugin being used here:
http://www.foodgawker.com/submit/

If not, I’m wondering what they used for that – maybe a modified version of
http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/ ?

Thanks for this plugin, I’ve been looking everywhere for something to help me create a simple way for users to submit content without using the Wp backend.

Permalink | Quote

[4]

Mark Cunningham
Guest
April 14th, 2009 at 9:28 am

vince said:
Also can confirm using the widget and the <!–more–&?gt; code worked great – although only on new submissions. previous posts were not affected.

TDOMF won’t modify existing submitted posts. Once it’s submitted, its outside the scope of what TDOMF does.

One last thing, is your plugin being used here:
http://www.foodgawker.com/submit/

No idea. If you look at the source of the submit form, you should able to see the “tdomf-post-form.php” url in the form submit tag, if you wish to confirm.

Permalink | Quote

[5]

vince
Guest
April 15th, 2009 at 12:27 pm

They seem to be using standard WP submit:
form enctype=”multipart/form-data” method=”POST” action=”/wp-admin/admin-post.php”
input type=”hidden” name=”MAX_FILE_SIZE” value=”500000″
input type=”hidden” name=”blah_action” value=”preview-submit”

Permalink | Quote

[6]

Mark Cunningham
Guest
May 8th, 2009 at 2:05 pm

Oooo. That’s interesting. Didn’t know you could do that. I guess they must be doing some clever hacks to the backend.

Permalink | Quote

Advertisments

Join the Discussion