By Hideto on Friday, 16 June 2017
Posted in General Issues
Likes 0
Views 827
Votes 0
This is about the team request notification which team administrator receives.

It says:
"User requested to join your team
XXX has requested to join the team YYY.
Congratulations! Your application to join the team has been approved. You are now a member of the team YYY."

Obviously the last sentence (COM_EASYBLOG_NOTIFICATION_TEAM_REQUEST_APPROVED) is incorrectly included here.

Hope you will fix it. (although I know email template can be customized.)

Thanks,
rikao
Good catch rikao! We will include the fix in the next release
·
Friday, 16 June 2017 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks.

One more thing about this team request email...

When clicked on "View Request" button in the email, it navigates you to a list of team blogs.
..../dashboard/dashboard/teamblogs

But team administrators will be confused because they don't know what to do from there.

So it should navigate to a list of team requests.
...../dashboard/dashboard/requests


How do I change the link?


Thanks,
rikao
·
Friday, 16 June 2017 14:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi rikao,

Seems like you got some point there
For temporary fix for this, can you add the code:

$requestLink = JURI::root() . 'index.php?option=com_easyblog&view=dashboard&layout=requests';

after line 12 : https://www.screencast.com/t/u3USjXl91A
and edit

$reviewLink
to

$requestLink
on line 99: https://www.screencast.com/t/bIuiZMaFI
In the file:
.../components/com_easyblog/themes/wireframe/emails/html/team.request.php
and see how it goes?

I've logged this issue in our issue tracker,so our developer can look after this.

You're suggested to backup the file that you want to customize beforehand for precaution
·
Friday, 16 June 2017 15:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

Thank you for the instruction
It fixed the issue.

rikao
·
Friday, 16 June 2017 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome rikao Glad to hear your issue has resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Friday, 16 June 2017 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post