1. messagedj
  2. Support
  3. Monday, October 19 2015, 10:28 AM
I am running a community site with sh404sef. I have a news module that needs to be shown in the sidebar on the users profile page. For some reason sh404sef is generating 2 different templates.

index.php?option=com_jsn&id=740&lang=nl-nl&view=profile (no sidebar news)
index.php?option=com_jsn&Itemid=148&id=752&lang=nl-nl&view=profile (with sidebar news)


what should the hidden menu link be to assign the first link to the module ?

links and login details in the site details
admin Accepted Answer
Admin
Hi,
sorry we not have experience with sh404sef, anyway I think how to solve this problem, but you need to wait next release (this week, probably tomorrow).

Easy Profile assign Itemid after Joomla router parsing, in next release we will assign itemid at template levels. this should fix sh404sef problems.
  1. more than a month ago
  2. Support
  3. # 1
messagedj Accepted Answer
is this fixed? because i still experience this problem
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry I don't know, we have not experience with SH404SEF.

Anyway, if you have template overrides then you need to remove it.
  1. more than a month ago
  2. Support
  3. # 3
messagedj Accepted Answer
It does not have anything to do with template overrides, it is that Easy Profile is creating two kinds of links, and thats why i can't assign my sidebar to it.

index.php?option=com_jsn&id=740&lang=nl-nl&view=profile (no sidebar news)
index.php?option=com_jsn&Itemid=148&id=752&lang=nl-nl&view=profile (with sidebar news)
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
yes this is due to old template overrides, now all links in layout template contain ItemID, you can see from these Link:

index.php?option=com_jsn&id=740&lang=nl-nl&view=profile (no sidebar news) MISSING ITEMID
index.php?option=com_jsn&Itemid=148&id=752&lang=nl-nl&view=profile (with sidebar news) FOUND ITEMID
  1. more than a month ago
  2. Support
  3. # 5
messagedj Accepted Answer
hmmmmmmm... sorry maybe you are right, you have any idea in what is changed in what file?
  1. more than a month ago
  2. Support
  3. # 6
admin Accepted Answer
Admin
we have made many changes, the most important is the link to profile into user lists menu items, files are:
/components/com_jsn/views/list/tmpl/default_user.php (User List)
/components/com_jsn/views/list/tmpl/table_user.php (User Table)

before we had links like JRoute::_('index.php?option=com_jsn&view=profile.......');
now we use a function $this->user->getLink();

This changes is available also on user list and user map modules.

After this you should clean SH404SEF generated urls.
  1. more than a month ago
  2. Support
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.