 |

CatD
New User
Apr 24, 2008, 10:14 AM
Post #1 of 2
(405 views)
Shortcut
|
|
Our Agents Page Link to userhomepage and listings problem
|
Can't Post
|
|
When I click on our agents page and try to link to view my homepage or view my listings page it displays a 404 error page. I have noticed on view my homepage it is trying to link to: http://teamlorraine.ie/Listings/templates/_realty/h0002.html and on view my listings it is trying to link to: http://www.teamlorraine.ie/Listings/templates/_realty/http://www.teamlorraine.ie/listman/exec/search.cgi?user_num=2&search=1 I have tried to overwrite all template pages and re publish but nothing seems to happen. Thanks for any help you can give me. Cat
|
|
|  |
 |

MikeB
Staff
/ Moderator

Apr 24, 2008, 11:47 AM
Post #2 of 2
(401 views)
Shortcut
|
|
Re: [CatD] Our Agents Page Link to userhomepage and listings problem
[In reply to]
|
Can't Post
|
|
Hi Cat, Thanks for posting! I've had a look at this for you and it looks like this issue is just related to the paths that are being used for the links in one of Listings Manager's templates. You'll want to modify /templates/_realty/_publish_homepage_index.html (after making a backup copy) and find anywhere you see these links: <a href="../../../Listings/templates/_realty/$user_file$">View my homepage</a> <a href="../../../Listings/templates/_realty/$search_url$?user_num=$user_num$&search=1">View my listings</a> You'll want to replace those links, with these: <a href="$user_file$">View my homepage</a> <a href="$search_url$?user_num=$user_num$&search=1">View my listings</a> In the past I've noticed that some HTML editors try to add in relevant paths for you on URLs that look incomplete (especially something that's just a placeholder like these) and it seems like this is the case here. If you remove the extra path in the link (../../../Listings/templates/_realty/) you should then be all up and running. I hope this helps! Cheers, Mike Briggs - Product Specialist support@interactivetools.com
Hire me! 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 Priority Consulting.
|
|
|  |
 | |  |
|