Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Strange URL when I click 'country' field in profile

9 years 4 months ago
  • mark's Avatar
    Topic Author
  • mark
  • Offline
  • Fresh Boarder
  • Posts: 48
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

When I click the 'country field' in a users profile to search other people in that country, It works but this is the URL:

/members/field.html?FIELD_NATIONALITY=COM_COMMUNITY_LANG_NAME_NETHERLANDS

Is this ok?

Joomla 3.4/JS4.1.5

9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mark,

Seems you found the bug :)

I will report this to our developer.

thank you!

9 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Mark,

For fixing this open this file components/com_community/views/profile/view.html.php, find this code :

$profileField[$key][$pKey]['searchLink'] = CRoute::_('index.php?option=com_community&view=search&task=field&' . $field['fieldcode'] . '=' . urlencode($field['value']));

and replace to :
$profileField[$key][$pKey]['searchLink'] = CRoute::_('index.php?field0=FIELD_COUNTRY&condition0=equal&value0='.urlencode($field['value']).'&fieldType0='.$field['fieldcode'].'&operator=and&option=com_community&view=search&task=advancesearch&key-list=0');

thank you!

9 years 3 months ago
  • mark's Avatar
    Topic Author
  • mark
  • Offline
  • Fresh Boarder
  • Posts: 48
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

Thank you Dimas, I am glad found a bug ;-)

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW