Home Support Forum
CMS Realty Support Forum
September 10, 2010, 08:38:49 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: two minor problems  (Read 800 times)
insightsoft
Newbie
*
Posts: 1


« on: February 02, 2010, 11:08:19 AM »

when i click on the links at the botom of the listing i get my 404 error page. and 2, i would like to have the inquiry form the way your demop site has it.
rubenpv
Newbie
*
Posts: 24


« Reply #1 on: February 03, 2010, 09:26:14 AM »

Hello

I?m not really sure about the problem you have, but I had a problem( I think is the same one), with all the links at the bottom like prin friendly, send a friend etc etc

This is the answer that help me to fix it


Find the file within your install of OR here "OR"/listings/include/listing.inc.php

Within my file on line 572 starts like this.....

$display .= '<a href="'.$config['baseurl'].'/index.php?action=searchresults&amp;user_ID='................

You need to replace all instances of

<a href="'.$config['baseurl'].'/index.php?

with

<a href="index.php?

(Simply delete this string - '.$config['baseurl'].'/

which should leave your line 572 similar to this

$display .= '<a href="index.php?action=searchresults&amp;user_ID='.$listing_user_ID.................

I found 6 instances within my file from memory that I changed.

Regards
Pages: [1]
  Print