<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Fix: User extrafields title</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 15 May 2026 06:33:25 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[_TITLE could try isset($L[$extra_title]) and if it fails just assign the title as is.]]></description>
			<pubDate>Wo, 04 Feb 2009 23:01:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6731]]></link>
		</item>
		<item>
			<title>medar</title>
			<description><![CDATA[Internalization is reason why i don`t add _TITLE in extrafields system.<br />
<br />
But this may be done in next release for reasons of compatibility..]]></description>
			<pubDate>Wo, 04 Feb 2009 19:31:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6702]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Certainly true, but it's nice to have the option to go with the _TITLE tag instead of the skinlang. Most of my sites only support one language anyway.]]></description>
			<pubDate>Wo, 04 Feb 2009 19:11:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6699]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[I think the reason it was probably left not to have a title, is because that forces it to be hard coded language. And not dynamic, you could simply use your skinlang and add a lang in there, and use {PHP.L.skinlang.whatever}. Or the title tag could be set to output a $L and not use the desc row.]]></description>
			<pubDate>Wo, 04 Feb 2009 19:06:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6697]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Never used Trac before.. I'll try to figure it out.]]></description>
			<pubDate>Wo, 04 Feb 2009 18:59:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6696]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[I have added a Trac ticket. It will be fixed soon. You should start using Trac for things like this.]]></description>
			<pubDate>Wo, 04 Feb 2009 01:59:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6579]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Yes it is. You can make custom fields with that module but it only makes a tag for the field. With my code it will also make a tag for the description of each field.<br />
<br />
For example, I could make an extra input field named 'firstname', with description 'First name'. The module would make a tag {USERS_PROFILE_FIRSTNAME}, which in users.profile.tpl will be replaced by the HTML code for an input field. What is missing here is the tag {USERS_PROFILE_FIRSTNAME_TITLE}, which would be replaced by the description for this field, so 'First name'. My 3 lines of code will do exactly that.<br />
<br />
It would be nice to see this fixed in the next Cotonti release.]]></description>
			<pubDate>Di, 03 Feb 2009 22:47:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6544]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Is it missing in Admin =&gt; Users =&gt; Add/Edit extra fields?]]></description>
			<pubDate>Di, 03 Feb 2009 16:22:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6498]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[I noticed that the Seditio tag USER_EXTRA1_TITLE and the like no longer work in Cotonti.<br />
Here's what I did to fix that:<br />
<br />
Place the following code:<br />
<pre>$t3 = $t1.&quot;_TITLE&quot;;
$t4 = $row['field_description'];
$useredit_array[$t3] = $t4;</pre>
In (system/core/users/):<br />
users.edit.inc.php - line 333<br />
users.profile.inc.php - line 594]]></description>
			<pubDate>Di, 03 Feb 2009 07:52:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1868&d=0#post6467]]></link>
		</item>
	</channel>
</rss>