<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Support &#187; field</title>
	<atom:link href="https://iwinter.com.hr/support/?feed=rss2&#038;tag=field" rel="self" type="application/rss+xml" />
	<link>https://iwinter.com.hr/support</link>
	<description>sanljiljan Support system</description>
	<lastBuildDate>Fri, 06 Feb 2026 08:47:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Custom visual search form field like price range</title>
		<link>https://iwinter.com.hr/support/?p=17217</link>
		<comments>https://iwinter.com.hr/support/?p=17217#comments</comments>
		<pubDate>Mon, 21 May 2018 11:06:30 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Classifieds Multipurpose Portal]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Real Estate GEO Portal]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=17217</guid>
		<description><![CDATA[You need to copy existing and customize, example: Also additional changes required in edit page:]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=17217</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to define specific field as required?</title>
		<link>https://iwinter.com.hr/support/?p=1398</link>
		<comments>https://iwinter.com.hr/support/?p=1398#comments</comments>
		<pubDate>Fri, 23 Jan 2015 08:13:04 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[required]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=1398</guid>
		<description><![CDATA[This is currently possible with customization only, but something like that is also on todo list so will be available in future. For frontend property submission customization can be added to: templates\bootstrap2-responsive\editproperty.php, lines around 380. Most simple example can be found here: http://www.w3schools.com/tags/att_input_required.asp Andif you want for specific ID, then you can use something like [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=1398</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add field / option manually via phpmyadmin</title>
		<link>https://iwinter.com.hr/support/?p=1031</link>
		<comments>https://iwinter.com.hr/support/?p=1031#comments</comments>
		<pubDate>Mon, 08 Dec 2014 10:52:14 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[pma]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=1031</guid>
		<description><![CDATA[For WP themes or plugin version: If you accidentally remove red locked option from the database and now you need it&#8230; Now can be added via phpMyAdmin only, SQL queries: wp_ is database prefix, may be different based on your wp configuration. 80 is field id in such example for badge INSERT INTO `wp_sw_field` (`idfield`, [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=1031</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add custom field to property preview page?</title>
		<link>https://iwinter.com.hr/support/?p=724</link>
		<comments>https://iwinter.com.hr/support/?p=724#comments</comments>
		<pubDate>Mon, 03 Nov 2014 09:57:16 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[property]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=724</guid>
		<description><![CDATA[First you should add new field via your administration: Admin-&#62;Real estate-&#62;Fields (You can see # part there, what is field ID) Then you should add it to your template file property.php {estate_data_option_#} Where # represents field id / key of option You can also use alternative PHP syntax, for example: &#60;?php if(!empty($estate_data_option_#))echo $estate_data_option_#; ?&#62; More [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=724</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add custom field to registration form?</title>
		<link>https://iwinter.com.hr/support/?p=696</link>
		<comments>https://iwinter.com.hr/support/?p=696#comments</comments>
		<pubDate>Thu, 30 Oct 2014 11:33:48 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=696</guid>
		<description><![CDATA[New script version (&#62;= 1.6.0) support custom fields for user registration: custom_fields For serious customization&#8217;s, Programming skills required, or you can contact me for this customization (cost additionaly)! *hints: 1. Add field to database table &#8216;user&#8217; 2. Add rules for that field in application\models\user_m.php, line 11, into array variable: $rules_admin More about rules: http://www.codeigniter.com/user_guide/libraries/form_validation.html#rulereference 3. [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=696</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Field/option icons not shown in all fields, how can I assign icons for existing and new fields?</title>
		<link>https://iwinter.com.hr/support/?p=90</link>
		<comments>https://iwinter.com.hr/support/?p=90#comments</comments>
		<pubDate>Sun, 17 Aug 2014 14:34:27 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[option]]></category>

		<guid isPermaLink="false">http://localhost/support/?p=90</guid>
		<description><![CDATA[For icons related to fields, in ‘templates\bootstrap2-responsive\assets\img\icons\option_id’ folder, for example 23.png where 23 is field_id# You will found field id here: For other standard template you should replace bootstrap2-responsive with your template. example files in selio:]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
