Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
Realty Manager Template Issue?

 

 


gydotcom
New User

Nov 8, 2008, 1:34 PM

Post #1 of 3 (1876 views)
Shortcut
Realty Manager Template Issue? Can't Post

Please bear in mind...I'm very amateur at this but very good at destruction! Crazy

Not sure if my problem is due to the template or the set up of my site. I have recently changed around the links and layout of my site template/homepage and then all other pages. The problem I have is with the 2 links on my publish listings index and homepages. I was able to fix my publish listing template but when doing the same on the others it did not work.

On my view page http://garyyounger.co.nz/exec/search.cgi?user_num=1&search=1&perpage=30/ the links to openhomes and local info show as below and lead to error page

http://garyyounger.co.nz/exec/openhomes.php

http://garyyounger.co.nz/exec/links.php

Similar happens on my homepages and now sale by owner http://garyyounger.co.nz/salebyowner/

I know I may have messed the site up but still though I could get the listing index to work.

My program is Realty Manager v 2.1

Cheers in advance for any assistance


MikeB
Staff / Moderator


Nov 9, 2008, 11:52 PM

Post #2 of 3 (1741 views)
Shortcut
Re: [gydotcom] Realty Manager Template Issue? [In reply to] Can't Post

Hi,

Thanks for posting!

I've had a look at this for you and it seems that you'll just want to modify your /templates/_realty/_search results.html template file.

It looks as though the "Local Info" link is:

<a href="links.php">

Because the search.cgi file is in the /exec/ folder you'll just want to tweak your link to look like this:

<a href="/links.php">

This slash should point back to the root of the site (outside of the /exec/ directory) and the link should work.

I hope this helps! Smile

Cheers,
Mike Briggs - 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]


gydotcom
New User

Nov 10, 2008, 1:07 AM

Post #3 of 3 (1734 views)
Shortcut
Re: [MikeB] Realty Manager Template Issue? [In reply to] Can't Post

And then it was done! I thought I had tried it but obviously not! Thanks heaps.