By Guest on Tuesday, 05 September 2017
Replies 3
Likes 0
Views 1.1K
Votes 0
is it possible to list events so that the display is of the format "these events are happening during this month" but without explicitly showing the date in the month. I can display the full info once members log in but want to restrict public information.

eg: view would show: May - event 1, May event 2 rather than 1 - 4 May - event 1, 6 - 10 May - event 2.
Hello,

So you want to somehow know this is event 2 of this month? Are you only showing a month of events? I'm wondering if you just use some JS or CSS to output the row number?

Many thanks
Tony
·
Tuesday, 05 September 2017 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Tonyp - thanks for replying. Basically on the public side of the website I want to be able to display club events without the actual dates being displayed just the month. on the private side it can be displayed in full. We have had a couple of occasions where some local knowledge has see non members try to attend events.
I don't know if this explanation makes it easier to understand what I'm trying to achieve.
·
Tuesday, 05 September 2017 23:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ahh ok I see it's a little awkward given the scenario and usage case. What about.. using some CSS to hide one version of the date depending on the users access level and then show the other one access level dependant?

Many thanks
Tony
·
Wednesday, 06 September 2017 09:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post