By Guest on Thursday, 12 January 2017
Replies 3
Likes 0
Views 1.2K
Votes 0
Using latest JEvents 3.4 and latest events module and custom format string view.
I need to create a link like

<a href="domain.com/reg?kaj=${title}-${startDate}">Link text</a>

So the html output should be

<a href="reg?kaj=Event title-Sob Jan 14 @17:00">Link text</a>

But html output is

<a href="/reg?kaj=<span class=" mod_events_latest_content"="">Event title-<span class="mod_events_latest_date">Sob Jan 14 @17:00</span>">Link text</a>
Hello,

In the module you need to set the option Titles as Links to No. Then wrap the titles with a link tag as per:
https://www.jevents.net/frequently-asked-questions/custom-format-strings

Many thanks
Tony
·
Thursday, 12 January 2017 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I allready have Display Events As Link to NO.
·
Thursday, 12 January 2017 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
the issue is the formatting of the date and title fields

There are module config options that disable these styles
·
Sunday, 15 January 2017 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post