<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - User Favorites: vdesabou</title>
		<link><a href='http://www.kriesi.at/support/profile/vdesabou'>vdesabou</a></link>
		<description>Support Forum - User Favorites: vdesabou</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 17:29:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to link thumbnails directly to posts instead of selecting the slider image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-link-thumbnails-directly-to-posts-instead-of-selecting-the-slider-image#post-5166</link>
			<pubDate>Mon, 20 Sep 2010 07:32:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you figured it out.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vdesabou on "How to link thumbnails directly to posts instead of selecting the slider image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-link-thumbnails-directly-to-posts-instead-of-selecting-the-slider-image#post-5148</link>
			<pubDate>Sun, 19 Sep 2010 17:09:50 +0000</pubDate>
			<dc:creator>vdesabou</dc:creator>
			<guid isPermaLink="false">5148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I got it working by modifying in custom.js, returning true instead of false on line 1515:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;(function($)
{
	$.fn.aviaSlider_externalControlls = function(options)
	{
		var defaults =
		{
			slideControlls: &#38;#39;a&#38;#39;,
			newControlls: &#38;#39;.slideThumb&#38;#39;
		};

		var options = $.extend(defaults, options);

		return this.each(function()
		{
			var container = $(this).css(&#38;#39;display&#38;#39;,&#38;#39;none&#38;#39;),
				controlls = $(options.slideControlls, container),
				newControlls = $(options.newControlls).css(&#38;#39;cursor&#38;#39;,&#38;#39;pointer&#38;#39;);

				newControlls.each(function(i){

					$(this).click(function()
					{
						$(controlls[i]).trigger(&#38;#39;click&#38;#39;);
						return true;   &#38;lt;-- return true instead of false here
					});
				});
		});
	}
})(jQuery);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>vdesabou on "How to link thumbnails directly to posts instead of selecting the slider image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-link-thumbnails-directly-to-posts-instead-of-selecting-the-slider-image#post-5110</link>
			<pubDate>Sat, 18 Sep 2010 10:11:34 +0000</pubDate>
			<dc:creator>vdesabou</dc:creator>
			<guid isPermaLink="false">5110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've not been able to find this info on the forum, neither doing it myself.&#60;br /&#62;
Currentl, when we click on a thumbnail under the slider, it only selects the image. What I would like to do is when clicking on the thumbnail, go directly to the link(if any) of the slider entry.&#60;/p&#62;
&#60;p&#62;Do you think that could be easily done?&#60;/p&#62;
&#60;p&#62;Thanks for your support&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
vincent
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
