The code to do that is something like this:
{jrCore_module_url module="jrProfile" assign="murl"}
...
{if $current_url==$jamroom_url+"/"+$murl+"/settings/profile_id="+$_user.profile_id}
...
{/if}
If i had a static url, like this:
{if $current_url=="http://site.com/profile/settings/profile_id=121"}
Am i doing something wrong?
updated by @nmaster88: 06/20/16 06:01:26PM