Quick Poll

How old is your directory?
 

We are produly hosted by:

phpMyDirectory News

We are STILL working on updating all our mods to v1.0 (pro) of phpMyDirectory. Mods are beginning to be released as PUBLIC BETA's meaning they may or may not contain bugs. To view the list of mods available please go to this page. You can also view the Message Board to view mod updates/fixes, bugs identified etc.
Remote Display! E-mail


This mod allows you to simply put few lines of code on any website and it will remotely display the information you setup to request. Utilizes remote javascripting, so its fast, stable, and 100% incredible!

This mod allows you to remotely display any/all of the following:
- Top banners
- Side banners
- Recent listings
- Featured listings
- Top listings

You can setup how many banners or listings to display, the classes for the displayed listing information, choose whether or not to display certain information. See the configuration options below. For the banners, it does automatically update the statistics such as impressions, clicks, etc.

To install, upload one file to your directory, then place the config code on any external or internal webpage you want!  Sooo Simple!!!

Here are the configurable options you can setup:


// CONFIGURATION

// URL to your phpmydirectory - no trailing slash
var PMD_URL = 'http://www.yourdomain.com';

// REMOTE INCLUDE TYPE
// 1 - recent listings
// 2 - featured listings
// 3 - top listings
// 4 - top banner
// 5 - side banner

var DISPLAY_TYPE = '2';

// number of listings or banners to display
var DISPLAY_NUM = '15';

// ------------------------------------
// LISTINGS APPEARANCE - change the way the listing data is displayed

// show or hide the date, description, location that appears underneath the listing title on recent, featured, and/or top listings: YES or NO
var SHOW_DATE = 'YES';
var SHOW_DESC = 'YES';
var SHOW_LOC = 'YES';


// length of description in characters
var DESC_LENGTH = '300';

// ------------------------------------
// FONT CLASSES - you can change these in your css file on the site you are remotely including to. These classes change the appearance of the remotely included data

// link class
var LINK_CLASS = '';

// description class, this is the description class for the description of the links
var DESC_CLASS = '';

// date class, changes the date class below the description
var DATE_CLASS = '';

// location class, changes the location class beside the title
var LOC_CLASS = '';
// ------------------------------------

Thats it! We're very proud of this mod, and we know it will greatly help your directory!

 

Developed by: Netcode, Inc.

Version compatibility is shown on the check out page.

Module Details