<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : How to Parse user Extra Fields?</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 09 Apr 2026 06:47:42 -0000</pubDate>

		<item>
			<title>scriptor</title>
			<description><![CDATA[jop it was easier as i think <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /> merci for it <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Tue, 29 Jun 2010 03:02:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25102]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[did you get it to run?]]></description>
			<pubDate>Tue, 29 Jun 2010 02:52:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25101]]></link>
		</item>
		<item>
			<title>scriptor</title>
			<description><![CDATA[oh a mysql query... thats so stupid from me... it was so easy... oh ohoh   <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/grin.gif" alt=":D" />]]></description>
			<pubDate>Tue, 29 Jun 2010 02:29:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25100]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[ok easy.<br />
<br />
1. first make a plugins that hooks in the right place (user.details.tags)<br />
2. then make a mysql query that reads the correct field. ($my_user_row['hobbys'])<br />
3. now you need a parse array like this:<br />
<br />
<pre class="code">
/* SQL QUERY IS HERE */

$t-&gt;assign(array(
    'MYPLUG_HOBBYS' =&gt; sed_parse($my_user_row&#091;'hobbys'&#093;),
));
</pre>
<br />
hope  that helps a bit...]]></description>
			<pubDate>Mon, 28 Jun 2010 23:57:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25098]]></link>
		</item>
		<item>
			<title>scriptor</title>
			<description><![CDATA[okay the user extra value from me can read with usr['hobby']... but only with the hook user.details. But it need the hook user.details.tag... if i use user.details.tag as hook the usr value isnt show... whats my prob?]]></description>
			<pubDate>Mon, 28 Jun 2010 21:24:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25095]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[of course &lt;/php&gt; wont work in the templates because its a security risk!<br />
<br />
plugins can have hooks, hooks are there for hooking in to system routines.<br />
so you could make a plugins that hooks into the right one and there you have to add a tag array and the parse command.<br />
<br />
you can read about that topic here: <a href="http://www.cotonti.com/docs/en/plugins/hooks?highlight=HOOKS">http://www.cotonti.com/docs/en/plugins/hooks?highlight=HOOKS</a>]]></description>
			<pubDate>Mon, 28 Jun 2010 06:04:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25092]]></link>
		</item>
		<item>
			<title>scriptor</title>
			<description><![CDATA[In the Template it wont work with a &lt;?php ?&gt; tag... i know the sed_parse command for my own variables, but i don´t know how to use with User extra fields from cotonti]]></description>
			<pubDate>Sun, 27 Jun 2010 16:57:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25082]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[hook in to user details and implement a sed_parse(&lt;var_with_content_here&gt;);]]></description>
			<pubDate>Sat, 26 Jun 2010 05:05:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25060]]></link>
		</item>
		<item>
			<title>scriptor</title>
			<description><![CDATA[I have add some User Extra Fields. So an textarea field with the minieditor... now i want that these new custom fields are parse with bbcode in the user.details. Anyone a idea?]]></description>
			<pubDate>Fri, 25 Jun 2010 23:19:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5697&d=0#post25058]]></link>
		</item>
	</channel>
</rss>