Jump to content

SergeiGrey

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

SergeiGrey's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Whoooooweeee... Mikhl I can't thank you enough it worked like a charm. Thank you so much for your help I didn't know what I was going to say to the customer we are out in South Africa so 200 euros is a considerable amount of money if the you take the Rand to Euro exchange rate into consideration. Thank you... Thank you... Thank you.... Regards Sergei
  2. Thank you for all the help. I will test tonight and provide feedback...
  3. Hi Thanks for the reply... sorry for not pasting the code in the correct tags... I am not really a programmer. I don't know how to fix the code because I didn't write it. It is a plugin that I bought for Joomla from Comdev and I have had no joy from the developer and I paid 200 Euro for the plugin. So any assistance in this regards will be highly appreciated. Regards Sergei
  4. Hi Guys I need some help please... I get the following error. Notice: Undefined index: layout in /home/wwwitsmf/public_html/components/com_jomdirectory/router.php on line 43 Notice: Undefined index: task in /home/wwwitsmf/public_html/components/com_jomdirectory/router.php on line 39 Here is the code: // we need a menu item. Either the one specified in the query, or the current active one if none specified if (empty($query['Itemid'])) { $menuItem = $menu->getItems('link','index.php?option=com_jomdirectory&view=homepage&layout=categories.tpl&id=',true); $query['Itemid'] = $menuItem->id; // print_r($menuItem); } line 39: if(isset($query['task']) & $query['task']!=='detailed') { if($query['task']=='search' ) { Line43: if($query['layout']!='latest.tpl' && $query['layout']!='categories.tpl') { $segments[] = 'category'; } } else { $segments[] = str_replace(' ', '-', $query['task']); } } unset($query['layout']); unset($query['task']); // if(isset($query['category'])) // { // $segments[] = str_replace(' ', '-', $query['category']); // unset($query['category']); // }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.