Hi,
I have the next problem withe the adsmanager plugin:
I create a CB field named year for ex(DropDown (single select type)). Than I create a Ads field also (DropDown (single select type))where I select Use as Profile Field?:YES, Community Builder?:(I chose the created CB field). I also create 1 column asigning this filed.
All is working great excepting ADS TAB in Community Builder profile where the column year has no values.
I think the problem is the adsmanager plugin especially in the next code:
case 'select':
foreach($field_values[$field->fieldid] as $v)
{
if ($value == $v->fieldvalue)
{
if (@$v->fieldtitle)
$str = $this->getLangDefinition($v->fieldtitle);
$return.= $str."<br />";
}
}
break;
also that erorr appear:
Warning: Invalid argument supplied for foreach() in C:\wamp\www\sellingcars.eu\components\com_comprofiler\plugin\user\plug_adsmanager-tab\adsmanager.plugin.php on line 210
Please help me with a solution, I am sure that many user of CB and AdsManager are waiting for this.
joomla 1.5.9
Community builder 1.2 stable
Ads Manager 2.5RC1
Post edited by: mserbanoiu, at: 2009/01/30 12:23