<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xml:lang="en">
	<channel>
		<title>AutoDirector forum</title>
		<link>http://www.autodirector.co.uk/forum/</link>
		<description>support, advice, hints and tips</description>
		<language>en</language>
		<pubDate>Thu, 29 Jul 2010 15:06:29 GMT</pubDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>UseBB</generator>

		<item>
			<title><![CDATA[Re: Question refering to car images]]></title>
			<description><![CDATA[Im just a happy buyer of the software, but as a tekky, I have chosen to hand code sections of the front end (the web site) by extracting the data from the database. The backend (Craigs bit) is excellent at managing the car stock for the car sales men. The front end is easy to use and perfectly capable, and can be amended to look quiet different, but if you want something different you need to code it yourself.<br /><br />I don't see a reason why what you have done on the BMW isn't possible, as clearly your techs have the some ability to code. What you need is a developer with competent knowledge of PHP and MySQL.]]></description>
			<author><![CDATA[Snizbit]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post533.html#post533</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost533.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Thu, 29 Jul 2010 08:26:20 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post533.html#post533</guid>
		</item>

		<item>
			<title><![CDATA[Re: Question refering to car images]]></title>
			<description><![CDATA[Thanks everyone! Basically I'm not the tekky on this project but I'm trying to make life as easy as possible for the client, I probably shouldn't show anyone this at this point but as your all being so helpful this is the design <a href="http://domain2719838.sites.fasthosts.com/" title="http://domain2719838.sites.fasthosts.com/">http://domain2719838.sites.fasthosts.com/</a> use the BMW link to see how the site will sort of play out! Craig, I have emailed you/your sales guys for a quote for inserting the code into this template as the client is keen to get up and running obviously so I am waiting on a quote and I'll also throw it over to the tekkys see if they can figure out how to do it but look forward to hearing from you guys in due course.]]></description>
			<author><![CDATA[Indie]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post532.html#post532</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost532.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Wed, 28 Jul 2010 15:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post532.html#post532</guid>
		</item>

		<item>
			<title><![CDATA[Re: Question refering to car images]]></title>
			<description><![CDATA[Thanks Snizbit. I think your solution is possible, although I suspect Indie would want a single full-size high-resolution version of one image, so it'd be necessary to inject it into the DOM.<br /><br />Ultimately, I think it's probably best to create a new carlist.js which implements the functionality ... it's a little too different to the standard image pop-up.]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post531.html#post531</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost531.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Tue, 27 Jul 2010 11:32:28 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post531.html#post531</guid>
		</item>

		<item>
			<title><![CDATA[Re: Question refering to car images]]></title>
			<description><![CDATA[It could be done with a little jquery I think ?? something like ..<br /><pre class="code"><br />&lt;script type=&quot;text/javascript&quot;&gt;<br />&#36;(document).ready(function()&#123;<br />    &#36;('ol#autodirector_pics a img').addClass(function()&#123;<br />      return 'listitem_' + &#36;(this).index();<br />  &#125;);<br />&#125;);<br />&lt;/script&gt;<br /><br /></pre><br /><br />this will add a class after every ol#autodirector_pics a img called listitem_1,2,3....<br />than add listitem_1,2,3 css into the css file with a larger width/height for listitem_1 than for 2,3,4.<br /><br />set the thumbnail size in autodirector to the size for listitem_1 and hey presto.<br /><br />I don't think that is exactly right - but its close....]]></description>
			<author><![CDATA[Snizbit]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post530.html#post530</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost530.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Tue, 27 Jul 2010 11:23:05 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post530.html#post530</guid>
		</item>

		<item>
			<title><![CDATA[Re: Question refering to car images]]></title>
			<description><![CDATA[Thanks Craig, let me get back to my client and see how they would like to move forward and I will get back to you.]]></description>
			<author><![CDATA[Indie]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post529.html#post529</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost529.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Tue, 27 Jul 2010 09:36:38 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post529.html#post529</guid>
		</item>

		<item>
			<title><![CDATA[Re: Question refering to car images]]></title>
			<description><![CDATA[Hi Indie,<br /><br />Images can be any size you like - you set the dimensions in the site settings.<br /><br />You could have a single large image, but it can't be done by the standard application. A little custom development is required and that would cost far more. Contact us directly if you're interested.<br /><br />Has anyone else adapted a showroom like Indie describes?]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post528.html#post528</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost528.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Fri, 16 Jul 2010 15:00:07 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post528.html#post528</guid>
		</item>

		<item>
			<title><![CDATA[Question refering to car images]]></title>
			<description><![CDATA[Hi we want to integrate this system into our template but require for each car 4 thumbnails and one big image. Is it possible to easily change the size of the thumbnails (as they need to be a little bigger than your example if poss) and is it possible to have a larger image?<br /><br />I hope that all makes sense!<br /><br />Hope you can help<br /><br />Regards]]></description>
			<author><![CDATA[Indie]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post527.html#post527</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic136-quotepost527.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Fri, 16 Jul 2010 14:36:36 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post527.html#post527</guid>
		</item>

		<item>
			<title><![CDATA[Re: Inventory Page]]></title>
			<description><![CDATA[I would remove all z-index references. <br /><br />Have you used a WYSIWYG application to generate the HTML? They're not always the best at creating code and it's become far more complex than it need be.]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post526.html#post526</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic135-quotepost526.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Mon, 24 May 2010 13:26:47 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post526.html#post526</guid>
		</item>

		<item>
			<title><![CDATA[Re: Inventory Page]]></title>
			<description><![CDATA[Should I change it to 0, or completely remove any reference I see...<br /><br />Sorry, I'm still an HTML rookie!]]></description>
			<author><![CDATA[bdealer]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post525.html#post525</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic135-quotepost525.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Mon, 24 May 2010 12:43:20 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post525.html#post525</guid>
		</item>

		<item>
			<title><![CDATA[Re: Inventory Page]]></title>
			<description><![CDATA[Look through your HTML page code and remove all references to &quot;z-index: 1;&quot;.]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post524.html#post524</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic135-quotepost524.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Mon, 24 May 2010 07:12:47 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post524.html#post524</guid>
		</item>

		<item>
			<title><![CDATA[Re: Inventory Page]]></title>
			<description><![CDATA[Sorry to be such an idiot - but how can i correct it?<br /><br />Thanks in advance...]]></description>
			<author><![CDATA[bdealer]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post523.html#post523</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic135-quotepost523.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Sat, 22 May 2010 02:21:07 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post523.html#post523</guid>
		</item>

		<item>
			<title><![CDATA[Re: Inventory Page]]></title>
			<description><![CDATA[Hi,<br /><br />You have &quot;z-index: 1;&quot; assigned to all your navigation DIV elements. That'll put them above other items.<br /><br />I hope that helps.<br />Craig]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post522.html#post522</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic135-quotepost522.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Mon, 17 May 2010 07:15:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post522.html#post522</guid>
		</item>

		<item>
			<title><![CDATA[Inventory Page]]></title>
			<description><![CDATA[Please take a look at frankincars.net inventory page.  When you click on a car and actually use the picture viewer the menu overlays the picture.  <br /><br />Any advice??  Thanks in advance...]]></description>
			<author><![CDATA[bdealer]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post521.html#post521</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic135-quotepost521.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Fri, 14 May 2010 15:08:36 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post521.html#post521</guid>
		</item>

		<item>
			<title><![CDATA[Re: V2.0]]></title>
			<description><![CDATA[There is no schedule for a v2.0 release at this time.]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post520.html#post520</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic134-quotepost520.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Tue, 04 May 2010 07:53:48 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post520.html#post520</guid>
		</item>

		<item>
			<title><![CDATA[V2.0]]></title>
			<description><![CDATA[Any idea on when v2.0 might be released?]]></description>
			<author><![CDATA[Impact-Players]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post519.html#post519</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic134-quotepost519.html</comments>
			<category><![CDATA[pre-purchase questions]]></category>
			<pubDate>Tue, 04 May 2010 03:51:44 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post519.html#post519</guid>
		</item>

		<item>
			<title><![CDATA[Re: Tweet this button for each car listing]]></title>
			<description><![CDATA[It really depends how it's done. There are a few issues, e.g. the control panel doesn't necessarily know where your showroom is hosted so it would be a little tricky to generate a link. We'll look into it.]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post518.html#post518</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic133-quotepost518.html</comments>
			<category><![CDATA[new feature suggestions]]></category>
			<pubDate>Sun, 02 May 2010 08:24:51 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post518.html#post518</guid>
		</item>

		<item>
			<title><![CDATA[Re: Tweet this button for each car listing]]></title>
			<description><![CDATA[How hard would it be to implement?]]></description>
			<author><![CDATA[slim]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post517.html#post517</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic133-quotepost517.html</comments>
			<category><![CDATA[new feature suggestions]]></category>
			<pubDate>Sat, 01 May 2010 15:38:06 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post517.html#post517</guid>
		</item>

		<item>
			<title><![CDATA[Re: Tweet this button for each car listing]]></title>
			<description><![CDATA[Great idea!]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post516.html#post516</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic133-quotepost516.html</comments>
			<category><![CDATA[new feature suggestions]]></category>
			<pubDate>Fri, 30 Apr 2010 14:11:27 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post516.html#post516</guid>
		</item>

		<item>
			<title><![CDATA[Tweet this button for each car listing]]></title>
			<description><![CDATA[A &quot;Tweet this&quot;  button for each car listing would be a great addition. <br />I could then automaticly tweet every new listing as i add it. <br />Search engines are loving twitter right now.]]></description>
			<author><![CDATA[slim]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post515.html#post515</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic133-quotepost515.html</comments>
			<category><![CDATA[new feature suggestions]]></category>
			<pubDate>Fri, 30 Apr 2010 14:06:06 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post515.html#post515</guid>
		</item>

		<item>
			<title><![CDATA[Re: Change Order By]]></title>
			<description><![CDATA[Hi,<br /><br />AutoDirector doesn't have categories, but I'd suggest:<br /><br />1. Change the &quot;more information&quot; box to have the category name at the start, e.g. &quot;Caravan: this is a ...&quot;.<br /><br />2. Now open client/carlist.js in an editor. After between lines 61 and 72 you'll see the sorting types. Add these lines somewhere in that list (e.g. if you want them first, add them before &quot;price, highest first&quot;):<br /><br /><pre class="code">sortTypes[st++] = &#123; name: &quot;category, A-Z&quot;, sort: function(a, b) &#123; return SortCars(a.info, b.info, 1); &#125; &#125;;<br />sortTypes[st++] = &#123; name: &quot;category, Z-A&quot;, sort: function(a, b) &#123; return SortCars(a.info, b.info, 1); &#125; &#125;;<br /></pre><br />I hope that helps.<br /><br />Craig]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post514.html#post514</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic132-quotepost514.html</comments>
			<category><![CDATA[website integration]]></category>
			<pubDate>Wed, 28 Apr 2010 07:12:53 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post514.html#post514</guid>
		</item>

		<item>
			<title><![CDATA[Change Order By]]></title>
			<description><![CDATA[Is there any way of adding categories such as Campers, Poptops, Caravans and Motorhomes in the order by? This would make it easy for my customers to find the type of RV they require. Any other suggestions on how to solve this would be appreciated]]></description>
			<author><![CDATA[Impact-Players]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post513.html#post513</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic132-quotepost513.html</comments>
			<category><![CDATA[website integration]]></category>
			<pubDate>Wed, 28 Apr 2010 03:02:24 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post513.html#post513</guid>
		</item>

		<item>
			<title><![CDATA[Re: Year Field]]></title>
			<description><![CDATA[Hi,<br /><br />Removing the year from the control panel is a little tricky because several things depend on it (such as ordering the vehicles). However, it could be removed from the showroom itself with a simple update to carlist.js. Is that what you need?<br /><br />Craig]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post512.html#post512</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic131-quotepost512.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Tue, 20 Apr 2010 11:46:24 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post512.html#post512</guid>
		</item>

		<item>
			<title><![CDATA[Year Field]]></title>
			<description><![CDATA[Hi Craig, <br />is it possible to adjust the 'YEAR' field to accept text ie 'NEW' or 'USED' or even leave it blank?<br />Thanks<br />allan]]></description>
			<author><![CDATA[allan]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post511.html#post511</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic131-quotepost511.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Tue, 20 Apr 2010 11:07:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post511.html#post511</guid>
		</item>

		<item>
			<title><![CDATA[Re: Firefox and IE8]]></title>
			<description><![CDATA[It looks OK to me in Firefox and IE8?<br /><br />I think the DOCTYPE is a red-herring - I'd guess that CSS is the problem. You have an unnecessarily complex page with lots of inline styles, positioning and z-index declarations (it looks as though it's been generated by a WYSIWYG app). It's not likely to work in all browsers and it's certainly causing issues for the expanding photos.]]></description>
			<author><![CDATA[Craig]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post510.html#post510</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic130-quotepost510.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Mon, 19 Apr 2010 13:16:54 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post510.html#post510</guid>
		</item>

		<item>
			<title><![CDATA[Firefox and IE8]]></title>
			<description><![CDATA[Hi Craig,<br />everything works perfect in IE8 with no Doctype, but FF and Safari looks all messed up, tried changing doctype to &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt; but that messes up IE8 as well.<br />Can you help, see <a href="http://www.jacobtrucks.ie/STOCKLIST.html" title="http://www.jacobtrucks.ie/STOCKLIST.html">http://www.jacobtrucks.ie/STOCKLIST.html</a><br />Many thanks<br />allan]]></description>
			<author><![CDATA[allan]]></author>
			<link>http://www.autodirector.co.uk/forum/topic-post509.html#post509</link>
			<comments>http://www.autodirector.co.uk/forum/post-topic130-quotepost509.html</comments>
			<category><![CDATA[issues and workarounds]]></category>
			<pubDate>Mon, 19 Apr 2010 12:44:22 GMT</pubDate>
			<guid isPermaLink="true">http://www.autodirector.co.uk/forum/topic-post509.html#post509</guid>
		</item>

	</channel>
</rss>