Add 3 purchased mods to phpmydirectory

Виконано Опубліковано %project.relative_time Оплачується при отриманні
Виконано Оплачується при отриманні

I have 3 mods to install for my phpmydirectory website. I have purchased these and the directions are straight forward. I have the tabbed listings mod, the dynamic listings mod, the ratings mod. They all come with directions on how to install. I need someone who can do this today.

Thanks

Here are the directions for all 3 mods, the first is the ratings mod:

#1: Upload the modules folder and the [url removed, login to view] file to the main directory

#2: upload the CP/[url removed, login to view] file to your cp directory

#3: Go to the admin panel and install new module via uploading the [url removed, login to view] file

#4: Apply code...

(code here)

Tabbed Listings v3.5

----------------------------------------------------------------

Install Instructions:

1. MAKE BACKUPS OF ALL FILES MODIFIED BEFORE CONTINUING!!! WE ARE NOT LIABLE FOR ANY PROBLEMS YOU MAY HAVE!

2. Upload the following files to your ROOT FOLDER (folder where [url removed, login to view] and [url removed, login to view] are located):

files/[url removed, login to view]

files/[url removed, login to view]

files/[url removed, login to view]

3. Upload the files in the /images/ folder to /template/[YOUR_TEMPLATE_NAME]/images folder:

images/[url removed, login to view]

images/[url removed, login to view]

4. Upload the files in the /template/ folder to /template/[YOUR_TEMPLATE_NAME]/ folder, overwriting/replacing your existing ones:

template/[url removed, login to view]

template/[url removed, login to view]

template/[url removed, login to view]

template/[url removed, login to view]

template/[url removed, login to view]

5. (not applicable, I am not installing the coupons module)

6. Follow the steps in [url removed, login to view] (listed below)

Add the following line to your [url removed, login to view] file:

[url removed, login to view]{padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none;ntext-align: left; }

[url removed, login to view] li{display: inline; margin: none;}

[url removed, login to view] li a{text-decoration: none; margin-right: 1px; border: 1px solid #778; color: #2d2b2b; background: white url('images/[url removed, login to view]') repeat-x top left;; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px}

[url removed, login to view] li a:visited{color: #2d2b2b;}

[url removed, login to view] li a:hover{text-decoration: underline; color: #2d2b2b;}

[url removed, login to view] [url removed, login to view]{position: relative; top: 1px;}

[url removed, login to view] [url removed, login to view] a{ /*selected main tab style */

background-image: url('images/[url removed, login to view]'); border-bottom-color: white}

[url removed, login to view] [url removed, login to view] a:hover{ /*selected main tab style */

text-decoration: none;}

.contentstyle{border: 1px solid gray; width: 100%; margin-bottom: 1em; padding: 10px;}

[url removed, login to view] {margin-top: 10px;}

[url removed, login to view] li {margin: 0; padding: 0; background: none;}

[url removed, login to view] li a, [url removed, login to view] li a {text-decoration: none;}

td.tab_menu_border { border-bottom : 1px solid #DADADA; border-left : 1px solid #DADADA; border-right : 1px solid #DADADA; border-top : 1px solid #DADADA;}

-------------------------------------------------------------------------

Add the following right above <?php echo $javascript; ?> in /template/YOUR_TEMPLATE_NAME/[url removed, login to view]:

<?php echo '<script language="JavaScript" src="'.BASE_URL.'/[url removed, login to view]'.$_GET[id].'"></script>'; ?>

-------------------------------------------------------------------------

Add the following to the very end of the first line inTEMPLATE/[YOUR_TEMPLATE_NAME]/BLOCKS/[url removed, login to view] file:

<? echo $no_records; ?>

-------------------------------------------------------------------------

Locate the following line in /[url removed, login to view]

$meta_desc = $f['business_short'];

Add the following right below the above line:

include (PMDROOT."/tab_setup.php");

-------------------------------------------------------------------------

Dynamic Listings Order Sort (lite) v2.5

----------------------------------------------------------------

Package Contents:

[url removed, login to view]

Installation [url removed, login to view]

----------------------------------------------------------------

Install Instructions:

1. MAKE BACKUPS OF ALL FILES MODIFIED BEFORE CONTINUING!!!

2. Login to your admin control panel, click on the "Modules & Plugins" tree link in the left menu, click on "Modules", click "Add Module", browse for the [url removed, login to view] file and then click "Submit" button.

The module is now installed, we HIGHLY recommend not modifying the plugins added automatically to the "Plugins" page.

2. Follow the steps in "Steps.txt" to complete installation.(below)

----------------------------------------------------------------

Open [url removed, login to view] and find the following line:

$r = $category_tree->getListings($_GET['id'],false, $page_start, $config['count_directory'],'membership DESC, firmname');

Replace this line with:

//$r = $category_tree->getListings($_GET['id'],false, $page_start, $config['count_directory'],'membership DESC, firmname');

$plugin = $db->GetRow('SELECT phpcode FROM '.T_PLUGINS.' WHERE eventname=\'index_sort1\''); if ($plugin[phpcode]) eval("$plugin[phpcode]");

$r = $category_tree->getListings($_GET['id'],false, $page_start, $config['count_directory'],$orderby);

Find the following line:

include (PMDROOT . "/includes/template_listing_results.php");

Add the following to the line directly above:

$plugin = $db->GetRow('SELECT phpcode FROM '.T_PLUGINS.' WHERE eventname=\'index_sort2\''); if ($plugin[phpcode]) eval("$plugin[phpcode]");

Find the following line:

$page_suffix = (MOD_REWRITE == 'YES') ? '#[url removed, login to view]' : '&page=#page';

Replace with:

// $page_suffix = (MOD_REWRITE == 'YES') ? '#[url removed, login to view]' : '&page=#page';

$page_suffix = (MOD_REWRITE == 'YES') ? '#page-'.$_GET[order].'.html' : '&page=#page&order='.$_GET[order];

Open [url removed, login to view] and find this line:

$search->useLocationText = $config['allow_loc_text'];

Add the following line below that line:

$plugin = $db->GetRow('SELECT phpcode FROM '.T_PLUGINS.' WHERE eventname=\'search_sort1\''); if ($plugin[phpcode]) eval("$plugin[phpcode]");

Find this line:

include (PMDROOT . "/includes/template_listing_results.php");

Add the following right above it:

$plugin = $db->GetRow('SELECT phpcode FROM '.T_PLUGINS.' WHERE eventname=\'search_sort2\''); if ($plugin[phpcode]) eval("$plugin[phpcode]");

-------------------------------------------------------------------------

Open your .htaccess file and find the following line:

RewriteRule ^Category\/(.+)/([0-9]+)\.html$ [url removed, login to view]$1&page=$2 [L]

Add the following line right beneath it:

RewriteRule ^Category\/(.+)/([0-9]+)-(.+)\.html$ [url removed, login to view]$1&page=$2&order=$3 [L]

-------------------------------------------------------------------------

Установка скріпту

ID Проекту: #363956

Про проект

1 заявка Дистанційний проект Остання активність Dec 31, 2008

Доручено:

exitsol

lets get started

$40 USD за 0 дні(-в)
(27 відгуків(-и))
4.5