<?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; hide</title>
	<atom:link href="https://iwinter.com.hr/support/?feed=rss2&#038;tag=hide" 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>Hide some fields or specific code for specific user type?</title>
		<link>https://iwinter.com.hr/support/?p=5830</link>
		<comments>https://iwinter.com.hr/support/?p=5830#comments</comments>
		<pubDate>Sun, 25 Oct 2015 09:05:01 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[specific]]></category>
		<category><![CDATA[user type]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=5830</guid>
		<description><![CDATA[You can use this to hide some fields it on frontend only: http://iwinter.com.hr/support/?p=148 Or with custom php code like this you can hide any part of code for specific user type: &#60;?php if($this-&#62;session-&#62;userdata('type')=='ADMIN'): ?&#62; //This will be visible only for admin &#60;?php endif; ?&#62;]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=5830</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide some fields for specific property type, depended fields</title>
		<link>https://iwinter.com.hr/support/?p=4451</link>
		<comments>https://iwinter.com.hr/support/?p=4451#comments</comments>
		<pubDate>Wed, 22 Jul 2015 07:30:31 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[depended]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[hide]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=4451</guid>
		<description><![CDATA[For example if you want to hide rooms for Land type of property type, you can do this very easy with depended fields: Admin-&#62;real estates-&#62;depended fields-&#62;Add-&#62;Select property type &#8220;Land&#8221;,  check wanted fields like rooms and save Dependent fields ONLY CAN HIDE (NEVER SHOW) fields below it, but if you have another depended field below then [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=4451</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide option in admin for specific user?</title>
		<link>https://iwinter.com.hr/support/?p=1533</link>
		<comments>https://iwinter.com.hr/support/?p=1533#comments</comments>
		<pubDate>Fri, 30 Jan 2015 10:50:39 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[option]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=1533</guid>
		<description><![CDATA[View file is application\views\admin\estate\edit.php, you should detect lines based on option type. For example if you changing for TEXTAREA (long input) then line 162&#8230; You can for example add class hide  into: &#60;div class=”form-group”&#62; So replace it with omething like that: &#60;?php if($this-&#62;session-&#62;userdata('username') != 'sandi' &#38;&#38; $val_option-&#62;id == 73): ?&#62; &#60;div class="form-group hide"&#62; &#60;?php else: [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=1533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide content for not-logged users?</title>
		<link>https://iwinter.com.hr/support/?p=561</link>
		<comments>https://iwinter.com.hr/support/?p=561#comments</comments>
		<pubDate>Fri, 17 Oct 2014 21:12:49 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[logged]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=561</guid>
		<description><![CDATA[You can for example edit templates\bootstrap2-responsive\property.php And infos that need to be hidden for not-registered users, hide with something like this: &#60;?php if(count($not_logged)==0): ?&#62; //Your secret info here &#60;?php endif; ?&#62; If this is what you want, you owe me a beer &#160;]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=561</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
