By Guest on Friday, 16 October 2015
Replies 10
Likes 0
Views 1.2K
Votes 0
Dear all,

I have a question regarding the standard event notification (not the plugin!).
I'm able to set the tags:
{TITLE}, {DESCRIPTION}, {LIVESITE}...

Now I want to know which of these tags is the correct one to send the notification-receiver to the detailview of an event on the website (not the backend)?

Thanks in advance and best regards,
Stefanie



PHP Version : 5.4.45-0+deb7u1
MySQL Version : 5.5.44-0+deb7u1
Joomla : 3.3.6
component_com_jevents : 3.1.39
component_com_jce : 2.3.4.4
module_mod_jevents_cal : 3.1.39
module_mod_jevents_custom : 3.1.39
module_mod_jevents_dynamiclegend : 3.0.3
module_mod_jevents_filter : 3.1.39
module_mod_jevents_latest : 3.1.39
module_mod_jevents_legend : 3.1.39
module_mod_jevents_switchview : 3.1.39
plugin_content_jevents : 3.2.0
plugin_finder_jevents : 3.1.39
plugin_jevents_jevcustomfields : 3.1.21
plugin_jevents_jevfiles : 3.0.10 (not enabled)
plugin_jevents_jevhiddendetail : 3.1.4 (not enabled)
plugin_jevents_jevmatchingevents : 3.2.1 (not enabled)
plugin_jevents_jevnotify : 3.0.13 (not enabled)
plugin_search_eventsearch : 3.1.43 (not enabled)
{VIEWLINK} or {EDITLINK} is what you need
·
Friday, 16 October 2015 16:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your reply, but with {VIEWLINK} I come to the admin screen?
I think {EDITLINK} will also lead to the backend and not the frontend?
·
Saturday, 17 October 2015 09:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Yes this is correct as the event needs to be published so you need to login before viewing it.

Many thanks
Tony
·
Sunday, 18 October 2015 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
p.s. are you creating this event in the frontend or backend?
·
Sunday, 18 October 2015 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Frontend.
The events are created from different users and only the Administrator gets the notification. I set the status by default to public.
·
Sunday, 18 October 2015 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Are you events allowed to be published by default? or are they sent for review?

Many thanks
Tony
·
Sunday, 18 October 2015 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I amended the code so that the events are published by default - but the structure of the rest of the code is still the same.
·
Monday, 19 October 2015 08:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

What code did you amend? There is no need to amend code.

You just need to configure JEvents to allow publishing own in the JEvents Configuration -> Permissions -> Publish own? = Yes.

Many thanks
Tony
·
Monday, 19 October 2015 09:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thanks for this information!

Although I need a link to the detailview of an event on the website in the notification mail. How can I manage that?
·
Monday, 19 October 2015 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Using {VIEWLINK} should work - I don't see how the system can be giving you a link to the 'admin page' unless that is the redirect page you have from your frontend login module.

what is the raw URL you get from {VIEWLINK} ? i.e. the link in the email message and not the URL you end up at after you have clicked it.
·
Monday, 19 October 2015 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post