<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: User video upload</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload</link>
		<description>Gravity Support Forums Topic: User video upload</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:47:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/user-video-upload" rel="self" type="application/rss+xml" />

		<item>
			<title>ribena_wrath on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-32036</link>
			<pubDate>Mon, 08 Aug 2011 15:19:47 +0000</pubDate>
			<dc:creator>ribena_wrath</dc:creator>
			<guid isPermaLink="false">32036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This totally worked! I wasn't sure on the exact instructions, but I just tried what I thought would work and it totally did :) &#60;/p&#62;
&#60;p&#62;Now I need to do is set it so that I can specify what these values are. I don't want the user to be able to select these choices. So now how do I hide those choices, but still have the choice I have selected as a default?&#60;/p&#62;
&#60;p&#62;Thanks for all your incredible help!&#60;/p&#62;
&#60;p&#62;UPDATE: Ok I've totally got it working to exactly how I want to now! Cheers mate!&#60;/p&#62;
&#60;p&#62;I'm thinking that I'll upgrade to pro soon, I'd love to have this kind of functionality for the registration form. Does it integrate with BuddyPress? I have a bunch of fields set up for profiles there, and would like them to integrate. &#60;/p&#62;
&#60;p&#62;Also giving people the chance to put an avatar up on registration would be great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-31961</link>
			<pubDate>Sun, 07 Aug 2011 12:41:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Turns out I was making this harder than it needed to be and there are a couple ways to get the information you need.&#60;/p&#62;
&#60;p&#62;If you view the custom fields for an existing post, one which already has all these options set, you will see the custom field names (the meta keys.)  Some themes/plugins hide these custom fields, but this theme does not.  If you don't have a section on your post editing screen called &#34;Custom Fields&#34;, find the &#34;Screen Options&#34; pull down up by your name:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://min.us/mdyuWXP&#34; rel=&#34;nofollow&#34;&#62;http://min.us/mdyuWXP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;pull it down, and check the &#34;Custom Fields&#34; box so you will see custom fields in the post editor.  This is what I see when looking at a video post made created by using the options in this theme:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://min.us/m91T2T&#34; rel=&#34;nofollow&#34;&#62;http://min.us/m91T2T&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;These meta keys are the custom fields you're going to need when creating your form.  That's one half the information you need.  The other half is the possible meta values for these keys.  I got that information from looking at the source of the Post Edit screen.  I just looked for the drop downs where these options are set and looked at all the possible values.  Those values are what you are going to have to allow people to select in your form.  You don't want them to type them in, because they need to be exact.  So you can use a drop down or multiple choice.  (The post editor uses drop down, but I prefer multiple choice here since there's just a small list.)&#60;/p&#62;
&#60;p&#62;Here's the source of the post edit screen where you can see  the options you need to set (both meta keys and possible meta values.) &#60;a href=&#34;http://pastebin.com/PqvTScVH&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/PqvTScVH&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will see the meta keys on lines 5, 13, 27, 35:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;5: wpzoom_post_embed_location
13: wpzoom_post_embed_code
27: wpzoom_post_template
35: wpzoom_post_social&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The possible meta values are the &#38;lt; option &#38;gt; items in this code.  &#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;In the middle column&#60;/li&#62;
&#60;li&#62;Before everything else&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;wpzoom_post_embed_location&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;em&#62;insert paragraph text input into your form&#60;/em&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;wpzoom_post_embed_code&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Default&#60;/li&#62;
&#60;li&#62;Sidebar on the left&#60;/li&#62;
&#60;li&#62;Full Width (no sidebar)&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;wpzoom_post_template&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Yes&#60;/li&#62;
&#60;li&#62;No&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;wpzoom_post_social&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Armed with all that information, you need to create a form with post fields that enable your visitors to select all those options.  I would make the fields required, so no information is missing.  You can set the default to whichever option you want, so if they do not make a selection, a sensible default still exists.&#60;/p&#62;
&#60;p&#62;Some tips for creating your form.  Be sure to use Post Fields:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://minus.com/mceVRLZ&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/mceVRLZ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For these four custom fields, you need to use the Custom Field type form field.  After you add a Custom Field, select the &#34;Field Type&#34; - there are both Standard and Advanced field types listed here.  You could use Drop Down to mimic the post editor exactly, or use Multiple Choice to expose the options right off the bat.&#60;/p&#62;
&#60;p&#62;After selecting the Field Type, you will be presented with the option to add the meta values you discovered in the source of the Post Editor.  You can use the [Bulk Add / Predefined Choices] button to just paste your options in.  Be sure to paste the options in exactly, with no extra markup or spaces and exact capitalization.  The theme is not expecting that people will be doing anything other than selecting from a predefined list with the drop downs in the post editor.  If you deviate from the expected values, I don't think it will work as expected.&#60;/p&#62;
&#60;p&#62;Set the Custom Field Name with the drop down to the meta keys you discovered earlier.  If you already have posts on your site created with this theme, the meta keys (Custom Field Names) will already exist, so you can leave the &#34;Existing&#34; radio button checked, then just use the drop down.   That will map this form field (and the value submitted) to this Custom Field, just as if you had selected it in the post editor.&#60;/p&#62;
&#60;p&#62;Be sure you have a post title and a post body as well.  You should be able to get this done by using only Post Body, Post Title and Custom Fields.&#60;/p&#62;
&#60;p&#62;I hope that's enough information to get you going.  Please post back if you need more assistance or when you have it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ribena_wrath on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-31953</link>
			<pubDate>Sun, 07 Aug 2011 02:32:47 +0000</pubDate>
			<dc:creator>ribena_wrath</dc:creator>
			<guid isPermaLink="false">31953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a lot! Sent you an email just now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-31930</link>
			<pubDate>Sat, 06 Aug 2011 17:04:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The meta key and meta value are how WordPress stores information for custom fields.  They're stored in the database in a table called wp_postmeta by default (the &#60;strong&#62;wp_&#60;/strong&#62; prefix might be different in your installation.)  If you're not comfortable using something like phpMyAdmin to look in your MySQL database, it's going to be hard to find the actual key names.  We need to know them exactly though, so we can recreate them in your form.&#60;/p&#62;
&#60;p&#62;If you're not comfortable with phpMyAdmin, can you send me a copy of the theme (since it's a paid theme I don't have access to it) at &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; please?  The whole zipped theme.  I should be able to look in there for the custom field meta information and help you determine the correct values to use in your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ribena_wrath on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-31927</link>
			<pubDate>Sat, 06 Aug 2011 15:51:42 +0000</pubDate>
			<dc:creator>ribena_wrath</dc:creator>
			<guid isPermaLink="false">31927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I managed to get most of this to work, but I have issues with the URL for the embed just disappearing entirely.&#60;/p&#62;
&#60;p&#62;The videos are embedded using oEmbed plugin. The extra options on the post page come from the 'VIDEOZOOM' theme. The options is gives are as follows,&#60;/p&#62;
&#60;p&#62;POST EMBED VIDEO&#60;br /&#62;
in the middle column&#60;br /&#62;
before everything else (I need to be able to select this option)&#60;/p&#62;
&#60;p&#62;CUSTOM POST OPTIONS&#60;br /&#62;
default&#60;br /&#62;
sidebar on left ( I need this selecting by default)&#60;br /&#62;
full page&#60;/p&#62;
&#60;p&#62;SOCIAL SHARING ICONS&#60;/p&#62;
&#60;p&#62;This is not an issue as the default is what I need.&#60;/p&#62;
&#60;p&#62;I don't know what the metas are or how to find them, can you point me in the right direction?&#60;/p&#62;
&#60;p&#62;Thanks for your time and help with this :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-31922</link>
			<pubDate>Sat, 06 Aug 2011 14:50:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What plugin (or theme functionality) are you using to embed the videos now?  We will need to know what the meta key is that is attached to the meta value which holds the video URL.  &#60;/p&#62;
&#60;p&#62;The rest is all easily possible.&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Let visitors submit posts&#60;/li&#62;
&#60;li&#62;Accept URL in one box&#60;/li&#62;
&#60;li&#62;Force the category for the submission&#60;/li&#62;
&#60;li&#62;Force the post template&#60;/li&#62;
&#60;li&#62;Force URL to your custom field&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;The custom field will be used for both the post template and the URL for the embed.  There may be other meta fields required to set the other option shown in that screenshot (where the video should be displayed, before or after the content.)&#60;/p&#62;
&#60;p&#62;We need to know what the meta keys are for all the options you need to set, then you can set them with Gravity Forms when the post is created.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ribena_wrath on "User video upload"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-video-upload#post-31920</link>
			<pubDate>Sat, 06 Aug 2011 13:45:33 +0000</pubDate>
			<dc:creator>ribena_wrath</dc:creator>
			<guid isPermaLink="false">31920@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi all!&#60;/p&#62;
&#60;p&#62;I really want to make this happen, and I'm sure it must be in there somewhere. &#60;/p&#62;
&#60;p&#62;I want users to be able to send posts to the site.&#60;br /&#62;
They will give an URL to youtube in one box&#60;br /&#62;
I want the post to be forced into a category&#60;br /&#62;
I want the post template to be forced also&#60;br /&#62;
I also need the form to be able to recognise and allow me to post in this custom embed field my theme has, see here&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i131.photobucket.com/albums/p298/ribenawrath/Screenshot2011-08-06at184215.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i131.photobucket.com/albums/p298/ribenawrath/Screenshot2011-08-06at184215.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks guys
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
