Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager Add-ons:
4 column layout

 

 


caseyturton
New User

Oct 25, 2007, 6:24 AM

Post #1 of 2 (5958 views)
Shortcut
4 column layout Can't Post

Hi:

As I understand it, there is an add-on that can be requested from support to allow for multiple columns on the search results page. I'd like to do a 4 column layout for a party rental company I am working with. Before I request the add-on, is this within the capabilities? The client would like 4 columns by 3 or 4 rows, if possible.

Thanks in advance for your reply.


Jake
Staff / Moderator


Oct 26, 2007, 11:37 AM

Post #2 of 2 (5867 views)
Shortcut
Re: [caseyturton] 4 column layout [In reply to] Can't Post

Hi caseyturton,

Thanks for your post. Smile

This isn't actually an add-on, but a piece of javascript used on your template files which automatically splits things up into separate columns for you. You can find instructions on setting this up here:

http://interactivetools.com/products/listingsmanager/tutorials/multiple_columns.html

You'll need to modify a line of the code in this tutorial to show four columns instead of two. Look for this line of code used in the javascript:


Code
if (count % 2 == 0) {


and change it to this:


Code
if (count % 4 == 0) {


Give this a try and let us know if you have any other questions!
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]