<?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; admin</title>
	<atom:link href="https://iwinter.com.hr/support/?feed=rss2&#038;tag=admin" 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 search form in admin backend</title>
		<link>https://iwinter.com.hr/support/?p=13021</link>
		<comments>https://iwinter.com.hr/support/?p=13021#comments</comments>
		<pubDate>Tue, 17 Jan 2017 14:22:21 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[custo msearch]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=13021</guid>
		<description><![CDATA[Some PHP knowledge is required! You can customize related view and controller file: http://iwinter.com.hr/support/?p=1288 Example: &#160;]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=13021</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectAdmin installation guide</title>
		<link>https://iwinter.com.hr/support/?p=12745</link>
		<comments>https://iwinter.com.hr/support/?p=12745#comments</comments>
		<pubDate>Sat, 31 Dec 2016 15:52:35 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[direct]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=12745</guid>
		<description><![CDATA[1.  Create database Save this DB details 2. Upload script zip file via ftp to your domain public_html directory, rename it to script.zip Extract this file: autoinstall and upload autoinstall.php also into public_html directory. Start this autoinstall file directly from browser, link like: http://your-website-domain.com/autoinstall.php Of course, change your-website-domain.com with your real domain After that open [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=12745</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore password, forget password issues</title>
		<link>https://iwinter.com.hr/support/?p=7159</link>
		<comments>https://iwinter.com.hr/support/?p=7159#comments</comments>
		<pubDate>Sun, 31 Jan 2016 09:14:15 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[pasword]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=7159</guid>
		<description><![CDATA[Please check post http://iwinter.com.hr/support/?p=164 , part: &#8220;You can’t login after moving issues:&#8221;]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=7159</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove FAQ in admin?</title>
		<link>https://iwinter.com.hr/support/?p=3531</link>
		<comments>https://iwinter.com.hr/support/?p=3531#comments</comments>
		<pubDate>Tue, 26 May 2015 06:53:03 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[faq]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=3531</guid>
		<description><![CDATA[in application\config\cms_config you can add: $config['disable_faq_for_agent'] = TRUE;]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=3531</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 translate admin/agent interface?</title>
		<link>https://iwinter.com.hr/support/?p=596</link>
		<comments>https://iwinter.com.hr/support/?p=596#comments</comments>
		<pubDate>Tue, 21 Oct 2014 21:06:39 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=596</guid>
		<description><![CDATA[Admin-&#62;Settings-&#62;Languages-&#62;Translate files-&#62;Translate min. backend_base_lang.php After that you should change language in admin profile edit, and: Logout-&#62;Login again For WordPress: so user can change language in dashboard this way and then logout, login again: video example: https://geniuscript.com/translate_loco.mp4]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=596</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
