0
Welcome Guest! Login
0 items Join Now

Realty Site + BentoBox

  • Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Ok reviews please.

      www.prominentrealestate.com

      - Joomla (obviously)
      - BentoBox
      - Monoslideshow
      - ARTIO JoomSEF
      - Imbed PHP (So I can use php includes for mortgage calculator)
      - Social Bookmarker Mambot (For digg and other social book mark links on news pages)
      - Soon Adding MamboOR (Just waiting for mortgage broker to complete paperwork so we can import the entire Colorado MLS to the site using Openrealty, this plugin will finish the site and add about 40k pages of content).

      A few things to clean up but I think it came out pretty well.
    • Eric Dios's Avatar
    • Eric Dios
    • Sr. Rocketeer
    • Posts: 243
    • Thanks: 0

    Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Very nice. I've never seen a dark real estate site before. I personally woulda gone with the light version, but that's just me and my "disassociative disorder syndrome" ;)
    • Never argue with an idiot. They bring you down to their level and then beat you with experience...
    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • freshmeat.net/projects/phpmortgage/

      You have to use the Imbed PHP Mombot so you can do a php include to the script... and then you have to make a minor modification to the scripts submit routine so that it points to the right URL for the script.
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Just a few thoughts for you...reduce the height of your banner rotator and I would probably only use it on the main page. Dark templates make pictures look great and they are great to look at, but very hard on the eyes when you are reading text, I would not suggest a dark template on a real estate site for that reason. I love dark templates but I have been told they are hard to read.
    • www.jasonpainter.com
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Brian A. Carpio wrote:
      freshmeat.net/projects/phpmortgage/

      You have to use the Imbed PHP Mombot so you can do a php include to the script... and then you have to make a minor modification to the scripts submit routine so that it points to the right URL for the script.

      if possible can you tell us the process in detail.
      Kind Regards
    • Krishna Tanari.

      www.hyderabadrealguide.com
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Ok,

      1) Download and install Imbed PHP its a mambot
      www.joomlahacks.com/component/option,com...p;or register./

      2) Make sure the mambot is published (I forget this all the time)

      3) Make a static content page called "Mortgage Calculator" (or what ever u want to call it).

      4) I use ARTIO JoomSEF, so I make a link to this static content page, then record the URL to it, for instance the page that will display the mortgage calculator on my site is:

      www.prominentrealestate.com/real-estate-...ge-calculator-2.html

      5) Download PHP Calculator
      freshmeat.net/projects/phpmortgage/

      6) Edit line 184 in the file mortgage_calculator.php change the "action=" line to reflect the URL you recorded in step 4.

      7) Upload mortgage_calculator.php to the root directory of your website.

      8) Turn off your WYSIWYG editor in the global configuration for your Joomla site.

      9) Paste this into the content are for the static page you created in step 3

      {kl_php}
      include("./mortgage_calculator.php");
      {/kl_php}
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Brian A. Carpio wrote:
      Ok,

      1) Download and install Imbed PHP its a mambot
      www.joomlahacks.com/component/option,com...p;or register./

      2) Make sure the mambot is published (I forget this all the time)

      3) Make a static content page called "Mortgage Calculator" (or what ever u want to call it).

      4) I use ARTIO JoomSEF, so I make a link to this static content page, then record the URL to it, for instance the page that will display the mortgage calculator on my site is:

      www.prominentrealestate.com/real-estate-...ge-calculator-2.html

      5) Download PHP Calculator
      freshmeat.net/projects/phpmortgage/

      6) Edit line 184 in the file mortgage_calculator.php change the "action=" line to reflect the URL you recorded in step 4.

      7) Upload mortgage_calculator.php to the root directory of your website.

      8) Turn off your WYSIWYG editor in the global configuration for your Joomla site.

      9) Paste this into the content are for the static page you created in step 3

      {kl_php}
      include("./mortgage_calculator.php");
      {/kl_php}


      hi Brian A. Carpio

      Thankyou very much for you help.

      its working Great .. and your instructions were very easy to follow.

      The best part is now i can start puting php code into my site .

      is it the same way for the Rent vs Buy Calculator


      Best wishes
    • Last Edit: 17 years 6 months ago by Krishna Tanari.
    • Krishna Tanari.

      www.hyderabadrealguide.com
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • Try and make line 184 just

      ./mortgage-calculator.html

      (thats dot slash mortgage-calculator.htm)

      that should work, basically just remove your domain from that line..
  • Re: Realty Site + BentoBox

    Posted 17 years 6 months ago
    • The Rent vs Buy calculator is a java script, we had to purchase a license to use it. Basically just make the html page for it and then use {kl_php} again to include it.

Time to create page: 0.054 seconds