PDA

View Full Version : Bug with featured listings


disenioweb
11-30-2006, 11:37 PM
Here is the problem:

-You disabled feautred listings

-You add listings, for example 50 links

-Then you enabled featured listings, and the 50 links appears like featured links.

Thanks

Sai_dallas
12-01-2006, 04:12 AM
that is a mess!

Any one else have the same issue?

Any bug fix for this one.

Thanks

Michael Hill
12-01-2006, 04:57 AM
Hi, densionweb!

Did you disable admin->Link Checking->Make featured ? Check this setting, please, it seems, that you didn't disable it.

Thanks!

disenioweb
12-01-2006, 01:30 PM
Hi Michael, i had this enabled and now ( after your suggest ) i disabled this feature and its the same problem...

Dave Baker
12-01-2006, 04:31 PM
Try the following:
***Open classes/DirAdmin.php and find function***

function addLink($aLink, $aCategory, $aSendmail = false)

***In this function find code***

if ($this->mConfig['recip_featured'])
{
$this->setFeaturedLink($aLink['id']);
}

***Replace with the following***

if ($this->mConfig['featured_links'])
{
$this->setFeaturedLink($aLink['id']);
}

***Save file***

disenioweb
12-01-2006, 05:17 PM
Thanks but it Is the same

Dave Baker
12-01-2006, 06:16 PM
Did you disable feautred listings and added links, after you enabled featured listings, links appeared in featured links?
Did you add links from Admin Panel?

disenioweb
12-01-2006, 07:21 PM
I have the links in the directory now and every time i enable featured listings, show a lot of links ( 10 links i setup, randomly )...