‘Mod’ Articles

Add Pages to Sitemap

We added  several pages to our websites through the pages feature in PHPLD, however those pages are not in the sitemap that PHPLD generates, so we made a mod to  add all the pages to the sitemap. [Continue]

Remove Detail Pages from Sitemap

So you are not using the detail pages in PHPLD and you want to remove them from the Sitemap. Using an FTP Client, like FireFTP, go to /admin/conf_sitemap.php. 1) Find: if ($createGoogleSitemap == 1 && !empty ($googleSitemapString)) { $links = $db->GetAll ("SELECT * FROM `{$tables}` WHERE `STATUS` = '2' ORDER BY ID ASC LIMIT {$start}, [Continue]

Different Paypal Returns

Another mod we added to our Directory, when someone buys a package and pays with paypal;  when they return they are send to a different Thank-you page based on what they bought. This allows for better tracking in Google Analytics and customized messages (for instance information on how to renew the submission once it ends [Continue]

Custom Slug

While we were rebuilding our Directory, we ran into some difficulties with the URL structure. We had some old URLs that we wanted to maintain. So we hired the kind fellows at PHPLinkDirectory to build us this custom mod that would enable us to change the URL of any category to whatever we wanted. If [Continue]