https://xenforo.com/community/resources/widget-framework-upcoming-xenatendo-events-widget.513/Hi Rob! How can I accomplish this? I couldn't see any event from the renderer.
No.Anyway to make it so Events only display to a specific usergroup?
https://xenforo.com/community/resources/widget-framework-upcoming-xenatendo-events-widget.513/Hi Rob! How can I accomplish this? I couldn't see any event from the renderer.
No.Anyway to make it so Events only display to a specific usergroup?
Were you able to find a solution for this bug?I found a little bug: If some events start at the same time, just one will be displayed in "upcoming events", the others disappear. In the weekly or monthly display - no problem.
Anyway to make it so Events only display to a specific usergroup?
I think it exists, maybe it was an add on?Hi Rob! How can I accomplish this? I couldn't see any event from the renderer.
No there isn't. The only user group permissions are for creating events and adding an RSVP. You can't display events to only specific user groups.I think there is a setting in user group permissions for that. Not sure tho
I think it exists, maybe it was an add on?
I would also really appreciate this function. Is it possible?Would it be possible to add the functionality to display times in the user's time-zone? I have a website that has worldwide membership, so setting meeting times is confusing for some.
Don't expect any changes to this add-on, as Jaxel has previously said:I need to be able to set start AND end times. It's little use as is unless something lasts exactly an hour or a whole multiple of that.
It's not supported... I have never liked this mod. It was never supposed to be a calendar; just an RSVP system. I was pressured into adding the calendar part by users. I myself am waiting for someone, ANYONE else to make a better calendar/rsvp system so that I can completely abandon this mod on my own forums.
Thanks @Martok, I never saw that mod before nowDon't expect any changes to this add-on, as Jaxel has previously said:
There is this add-on that will give you half hourly intervals but I think that's the best you can hope for:
https://xenforo.com/community/resources/xenatendo-more-by-waindigo.769/
This has been asked before - a couple times. But I've found no solution.Hi Guys,
when i want to hide the "Event"-Tab in the Navbar, where do i have to insert this code?
I tried in the navigation template and everything is hided but not the event tab.
<xen:if is="{$visitor.user_id}">
This content will show to logged in members
</xen:if>
add this to your extra.cssThis has been asked before - a couple times. But I've found no solution.
What I need to do is hide the Events navigation link from guests.
Can someone please tell me how to do this?
Much appreciation in advance.
J.
/* no Events tab in navbar */
li.navTab.events{
display: none !important;
}
Thanks @Andy.Nadd this to your extra.css
Code:/* no Events tab in navbar */ li.navTab.events{ display: none !important; }
<xen:if is="!{$visitor.user_id}">
/* no Events tab in navbar */
li.navTab.events{
display: none !important;
}
</xen:if>
<xen:if is="!{xen:helper ismemberof, $visitor, 1}">
/* no Events tab in navbar */
li.navTab.events{
display: none !important;
}</xen:if>
It's hard to believe that there is no way to manually set user group permissions to view this addon (display:none or removing the tab is really not a solution). Maybe @Jake Bunce or @Brogan have an idea?
Of course simply hiding the link doesn't really limit access.
I am not familiar with this addon, but if it lacks a proper 'view' permission then you should be able to fill this requirement by modifying the public controller to return a stop message based on your criteria. This requires programming.

Read the last 20 posts which discuss permissions and disallowing access.Is it possible to dissalow Unregistered Users to see the Events?
We use essential cookies to make this site work, and optional cookies to enhance your experience.