if(isset($query['id'])) $user_id=$query['id'];
else $user_id=JFacory::getUser()->id;
$db = JFactory::getDbo();
$dbquery = $db->getQuery(true);
$dbquery->select('a.your_field_alias')->from('#__jsn_users AS a')->where('a.id = '. (int) $user_id);
$db->setQuery( $dbquery );
if($value=$db->loadResult())
{
if($value=='value1') $query['Itemid']=326; // this is id of ep-profile-1 menu item
if($value=='value1') $query['Itemid']=327; // this is id of ep-profile-2 menu item
if($value=='value1') $query['Itemid']=328; // this is id of ep-profile-3 menu item
}
else
{
$query['Itemid']=320; // this is id of fault menu item, if the fields is not set
}
The lines 28 to 43 don't seem to be the right lines in router.php (easy-profile 1.3.8)
$active=$menu->getActive();
if(isset($active->link) && $active->link=='index.php?option=com_jsn&view=profile')
{
$query['Itemid']=$active->id;
}
else
{
$profileMenu=$menu->getItems('link','index.php?option=com_jsn&view=profile',true);
if(isset($profileMenu->id))
{
$query['Itemid']=$profileMenu->id;
}
else{
$query['Itemid']=$menu->getDefault()->id;
}
}
if(isset($query['id'] ) ) $user_id=$query['id'];
else $user_id=JFacory::getUser()->id;
$db = JFactory::getDbo();
$dbquery = $db->getQuery(true);
$dbquery->select('a.aangeslotenbij')->from('#__jsn_users AS a')->where('a.id = '. (int) $user_id);
$db->setQuery( $dbquery );
if($value=$db->loadResult())
{
if($value=='1') $query['Itemid']=326;
if($value=='2') $query['Itemid']=10155;
.....
}
else
{
$query['Itemid']=320; // this is id of fault menu item, if the fields is not set
}
Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.
Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.
Before you post: read the documentation and search the forums for an answer to your question.
When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).
Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.
Language: only English
Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.
Our site uses non fat, delicious cookies which help us improve your user experience. You can read more about it in our Legal page.