FAQ 757 - Using FAQ 757 with REALTOR 747  
Using FAQ 757 with REALTOR 747

Yes. You can use FAQ 757 with your REALTOR 747 property listings management script.

FAQ 757 can be used for your FAQ section and/or as a simple content management system through f7_marker() function which will be a very nice addition to those already existing pages you have built with REALTOR 747.

To use FAQ 757 with REALTOR 747, you need to tell where FAQ 757 is by including faq757.php.

You can use include() or require() or include_once() or require_once() whatever you want. And you can use relative path or absolute path for faq757.php.

For example, suppose that you installed FAQ 757 under faq757/ directory. And you installed REALTOR 747 under realtor747/ directory.

So, the directory structure is like this:
./faq757/
./faq757/faq757.php
./faq757/admin/
...
./realtor747/
./realtor747/index.php
./realtor747/user/templates/white2/
./realtor747/user/templates/white2/home.html
...

Then, you will be including faq757.php in realtor747/index.php like this:
<?php
...
require_once ( "$INC_DIR/set_search_tpl.php" );
include( "../faq757/faq757.php" );
...
    // OK. Lets' go !
...
?>

To confirm that you included FAQ 757 correctly and that FAQ 757 is working properly with your REALTOR 747 script, try the following code in your home.html REALTOR 747 template file.

ex. realtor747/user/templates/white2/home.html:
{include header.html include}

<!-- HOME.HTML -->

<p class="heading_3">HOME.HTML</p>

<?= f7_marker( 'intro' ) ?>

...

If you see "Welcome to FAQ 757" message on your home page, you are ready to use FAQ 757 with your REALTOR 757.


We hope you add a nice section with FAQ 757.



Demo

We have built a demo for you at "FAQ 757 Integrated with REALTOR 747"







FAQ 757 Developed & Hosted on
Banner
Copyright © 2003-2010 IT747.COM