When users receive an email notification from a group to which they have subscribed, if they click the link, they are taken to the login page of the site - fair enough I guess if it is absolutely necessary to confirm them again. but after logging in, they are just taken to their profile page and not the post that they were notified about.
In a perfect world, clicking the link would take them all the way to the post. Is that possible? Or can we at least fix it so that they are taken to the notifying post?
Hi Todd,
please edit /components/com_community/templates/default/guests.denied.php and changing
$this->load('frontpage.guests.php');$this->load('frontpage.guests');
Sorry, but the response you gave does not answer the issue. If someone has received an email with a link - the link should take them to the thread in question - not to their community page. Is it possible to get it to do that? If not, why bother with the link to the thread - why not just have all emails as "you have new stuff and your community site you should check out".
Obviously that is not what I am after. I want the email to take them directly to the thread. How do we get that happening?
by all means! Please feel free to test as required.
Hi Todd,
the problem that because you have "Member Community" (jomsocial home) at main menu as non public acess level. it will make this issue happen.
every jomsocial "home" must set at public.
ref:
documentation.jomsocial.com/wiki/Toolbar_Explained
Regards
OK, so I have changed the menu access to public for the community menu entry - I still get a restricted access message. For example, I got the following message:
Hi Todd,
try this solution:
www.jomsocial.com/forum/technical-issues...notifications#109046
Regards
Hi Albertus,
I looked at this document, but according to the code, isn't this still just going to take the user to their profile page rather than the subject of the email?
Hi Todd,
my prev post is the solution for "restricted access". user will can see the replied after login
and make sure your jomsocial already using latest version 3.2.1.6, many fixes there. include notification bug.
Regards