PDA

View Full Version : featured and partner links


prueba
09-10-2006, 11:17 PM
Is it possible that an above mentioned link gets added on not the index (home) page but also on any chosen relevant category page?

This for the free version 1.5

Dave Baker
09-11-2006, 12:10 AM
Hello prueba,
***Open classes Dir.php and find function getPartnerLinks

function getPartnerLinks($aCategory = 0, $aStart =0, $aLimit = 0)

***In this function comment out(//) or remove following line***

$sql .= $aCategory ? "WHERE t2.`id_category` <> '{$aCategory}' " : '';

***find function getFeaturedLinks***

function getFeaturedLinks($aCategory = 0, $aStart =0, $aLimit = 0)

***In this function comment out(//) or remove following line***

$sql .= $aCategory ? "WHERE t2.`id_category` <> '{$aCategory}' " : '';

***Save file***