<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum &#124; ThemeFuse &#187; User Favorites: twlack</title>
		<link><a href='http://themefuse.com/forum/profile/twlack'>twlack</a></link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:02:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>tidaltides on "WP_User_Query"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/wp_user_query#post-64632</link>
			<pubDate>Sat, 18 Aug 2012 04:24:10 +0000</pubDate>
			<dc:creator>tidaltides</dc:creator>
			<guid isPermaLink="false">64632@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Have you tried using the WP_User_Query? Did it work? &#60;img src=&#34;http://imagicon.info/cat/5-51/1.gif&#34; /&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>twlack on "Export/Import user w/ meta and themefuse data"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/exportimport-user-w-meta-and-themefuse-data#post-58269</link>
			<pubDate>Fri, 13 Jul 2012 10:08:40 +0000</pubDate>
			<dc:creator>twlack</dc:creator>
			<guid isPermaLink="false">58269@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Are you familiar with FileMaker Pro? Once I figured out the SQL query I needed I created a calculation field in the FM DB which matched the needed SQL query. Then I exported all 300 and uploaded that file to the PHPAdmin SQL query page.&#60;/p&#62;
&#60;p&#62;I had to fix a few special characters but, after about 4 tries, it worked.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>keiooz on "Export/Import user w/ meta and themefuse data"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/exportimport-user-w-meta-and-themefuse-data#post-58254</link>
			<pubDate>Fri, 13 Jul 2012 03:41:34 +0000</pubDate>
			<dc:creator>keiooz</dc:creator>
			<guid isPermaLink="false">58254@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;For all 300 items, do you have to work on it one by one? Is there a way to do it in groups or batches? &#60;img src=&#34;http://imagicon.info/cat/5-25/1.gif&#34; /&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "WP_User_Query"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/wp_user_query#post-48748</link>
			<pubDate>Wed, 16 May 2012 17:40:45 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">48748@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Tim,&#60;br /&#62;
the details for each user that are added using the plugin are saved in wp_usermeta table. If you would like to save extract them from there this is the function that you can use:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
private function ThemeFuse_Extend_User_Profile_get_Data ( $id )
    {
      if (!isset($id)) return false;
      $meta =  get_user_meta($id,&#38;#039;theme_fuse_extends_user_options&#38;#039;,TRUE);
      return $meta;
    }
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
I don't think that WP_User_Query would work but I'm not sure about this.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>twlack on "WP_User_Query"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/wp_user_query#post-48712</link>
			<pubDate>Wed, 16 May 2012 14:13:46 +0000</pubDate>
			<dc:creator>twlack</dc:creator>
			<guid isPermaLink="false">48712@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Can I search for a themefuse meta value using the new WP_User_Query?&#60;/p&#62;
&#60;p&#62;$codex_users = new WP_User_Query( parameters )&#60;/p&#62;
&#60;p&#62;I want to create a list of all users with the Themfuse meta boardmember=yes&#60;/p&#62;
&#60;p&#62;seems like calling all 350 members and picking out the boardmembers with a foreach would be kind of slow?&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
Tim
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>twlack on "Export/Import user w/ meta and themefuse data"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/exportimport-user-w-meta-and-themefuse-data#post-48472</link>
			<pubDate>Tue, 15 May 2012 11:24:02 +0000</pubDate>
			<dc:creator>twlack</dc:creator>
			<guid isPermaLink="false">48472@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Import is what I really wanted and I think I found a way to do it using the PHPAdmin panel. I ran a couple tests and it worked now I need to format all 300 and cross my fingers.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Tim
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Export/Import user w/ meta and themefuse data"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/exportimport-user-w-meta-and-themefuse-data#post-48388</link>
			<pubDate>Mon, 14 May 2012 20:58:21 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">48388@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm afraid that you can't export themefuse extend user profile data. This can be done only in case if you export all your database.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>twlack on "Export/Import user w/ meta and themefuse data"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/exportimport-user-w-meta-and-themefuse-data#post-48339</link>
			<pubDate>Mon, 14 May 2012 16:44:19 +0000</pubDate>
			<dc:creator>twlack</dc:creator>
			<guid isPermaLink="false">48339@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;I have about 300 users I need to import with all the normal data like roles and bio, etc. I'd also like to include themefuse data.&#60;/p&#62;
&#60;p&#62;I have all the users in a FileMaker Pro data base now. I can export it to ant format I want, I just need to know what that is.&#60;/p&#62;
&#60;p&#62;How hard would it be to alter one of the current expor/import users data plugins to include themefuse data.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/cimy-user-manager/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/cimy-user-manager/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/import-users-from-csv/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/import-users-from-csv/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/csv-user-import/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/csv-user-import/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This would save me a lot of time, I'd be willing to pay a reasonable price.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile/page/2#post-33620</link>
			<pubDate>Wed, 01 Feb 2012 18:22:59 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">33620@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
please add the info for all users again. There was a small mistake in plugin and we solved it. &#60;/p&#62;
&#60;p&#62;Sorry for inconveniences.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>faoliveira on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33603</link>
			<pubDate>Wed, 01 Feb 2012 17:12:18 +0000</pubDate>
			<dc:creator>faoliveira</dc:creator>
			<guid isPermaLink="false">33603@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;I put &#60;a href=&#34;https://twitter.com/marinhaluiza&#34; rel=&#34;nofollow&#34;&#62;https://twitter.com/marinhaluiza&#60;/a&#62; but still with an error
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33589</link>
			<pubDate>Wed, 01 Feb 2012 16:26:06 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">33589@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the problem is that for twitter you added there twitter.com/marinhaluiza but you need to add &#60;a href=&#34;https://twitter.com/marinhaluiza&#34; rel=&#34;nofollow&#34;&#62;https://twitter.com/marinhaluiza&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>faoliveira on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33585</link>
			<pubDate>Wed, 01 Feb 2012 16:03:45 +0000</pubDate>
			<dc:creator>faoliveira</dc:creator>
			<guid isPermaLink="false">33585@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Well, i tried to fix a link(twitter), but appears wrong in the post.&#60;br /&#62;
&#60;a href=&#34;http://contraargumento.com/o-artista-ascensao-e-queda/&#34; rel=&#34;nofollow&#34;&#62;http://contraargumento.com/o-artista-ascensao-e-queda/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Like this : &#60;a href=&#34;http://contraargumento.com/o-artista-ascensao-e-queda/twitter.com/marinhaluiza&#34; rel=&#34;nofollow&#34;&#62;http://contraargumento.com/o-artista-ascensao-e-queda/twitter.com/marinhaluiza&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>faoliveira on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33581</link>
			<pubDate>Wed, 01 Feb 2012 15:31:02 +0000</pubDate>
			<dc:creator>faoliveira</dc:creator>
			<guid isPermaLink="false">33581@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thank you. It really helped a lot
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33577</link>
			<pubDate>Wed, 01 Feb 2012 15:10:39 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">33577@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the plugin was updated. The latest version allow you to modify all users profile. You can download latest version &#60;a href=&#34;http://wordpress.org/extend/plugins/themefuse-extend-user-profile/&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>twlack on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33289</link>
			<pubDate>Mon, 30 Jan 2012 15:38:06 +0000</pubDate>
			<dc:creator>twlack</dc:creator>
			<guid isPermaLink="false">33289@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;I also have some other options I'd like to see. Maybe you could start work on a professional version. To sell?&#60;/p&#62;
&#60;p&#62;Here is a site I run which will soon be moving to WordPress. I will also have to migrate the 200+ profiles.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ifwtwa.org/public_profiles/&#34; rel=&#34;nofollow&#34;&#62;http://www.ifwtwa.org/public_profiles/&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33280</link>
			<pubDate>Mon, 30 Jan 2012 14:08:37 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">33280@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Ok, we would take a look into this and make an update as soon as possible.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>faoliveira on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33276</link>
			<pubDate>Mon, 30 Jan 2012 13:58:43 +0000</pubDate>
			<dc:creator>faoliveira</dc:creator>
			<guid isPermaLink="false">33276@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;I know it sounds boring, but there's no way in the next update of the plugin to enable the administrators to edit user profiles? Because many users put the description too big or wrong links etc.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33269</link>
			<pubDate>Mon, 30 Jan 2012 12:47:46 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">33269@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
this plugin just add some options to each user's profile and those options can be edited only by that user, can't be edited by admin. So, unfortunately this is not possible.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>twlack on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-33262</link>
			<pubDate>Mon, 30 Jan 2012 11:21:26 +0000</pubDate>
			<dc:creator>twlack</dc:creator>
			<guid isPermaLink="false">33262@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Max,&#60;br /&#62;
Is it possible to edit the code to allow the administrator to edit other users themefuse, extended profiles?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "themefuse-extend-user-profile"</title>
			<link>http://themefuse.com/forum/themefuse-maintenance-mode/themefuse-extend-user-profile#post-25497</link>
			<pubDate>Sat, 12 Nov 2011 12:58:33 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">25497@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;The plugin is made to edit only the logged in user's profile.
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
