 |

jimneilson
User
Oct 30, 2002, 1:00 PM
Post #1 of 3
(1482 views)
Shortcut
|
|
Linking from home page
|
Can't Post
|
|
Hi can you tell me how to add a link to my client websites from their homepage, a link next to "view my listings" Thanks
|
|
|  |
 |

Luke
Staff
/ Moderator

Oct 30, 2002, 5:41 PM
Post #2 of 3
(1474 views)
Shortcut
|
|
Re: [jimneilson] Linking from home page
[In reply to]
|
Can't Post
|
|
Hi Jim, What you could do is create a new homepage field called "Website URL", and when modifying a realtor's homepage you would enter in the URL for the reators website into the "Website URL". This URL would then be output as a link on the realtors homepage. Here's how to do this. 1. Create a new homepage field called "Website URL" This can be done by going to the "Setup Options" --> "Setup Homepage Fields" Find a spare listing field where you can add this. In this example we'll use field #15. Enter in the following: "Website URL" - select text field as the field type- make sure to click the "Active Field" check box. 2. Now open up your _publish_homepage.html page and change this: <tr> <td><font face="ms sans serif" size=2>Listings: </font></td> <td><font face="ms sans serif" size=2><a href="$search_url$?user_num=$user_num$&search=1">View my listings</a></td> </tr> To somethinglike this: <tr> <td><font face="ms sans serif" size=2>Listings: </font></td> <td><font face="ms sans serif" size=2><a href="$search_url$?user_num=$user_num$&search=1">View my listings</a> <a href="$hfield15$">Visit my website</a></font></td> </tr> 3. The last thing to do is to log into Realty Manager, go to the "homepage editor", select "update" for each agent, and enter in the URL to their website in the newly created "Website URL" field. And that's about it. I hope this helps. :) If you have any questions please let me know. Luke Holzken Product Development
|
|
|  |
 |

jimneilson
User
Nov 3, 2002, 2:55 AM
Post #3 of 3
(1457 views)
Shortcut
|
|
Re: [jimneilson] Linking from home page
[In reply to]
|
Can't Post
|
|
Thanks worked a treat.
|
|
|  |
|