Reputation:
Reputation:
Should it be in each foren thread at the top, or just in specific sections?
Reputation:
any idea?
Reputation:
any idea?
Reputation:
but this is now for all thread. An additional check statement should be added to show this only for the specific forum
Reputation:
Great! That work. Thank you!
" An additional check statement should be added" --- Please guide me.
Reputation:
Reputation:
That would be great too! How do I make it only show up in a specific forum?
Thank you until then - you are the xenforo master :-D
<xf:if is="$thread.canWatch()">
<xf:if is="$forum.node_id==17 AND (({$thread.user_id} == {$xf.visitor.user_id} AND {{ $xf.visitor.hasPermission('calendar', 'addRemoveOwn') }}) OR {{ $xf.visitor.hasPermission('calendar', 'addRemoveAll') }})">
<div class="buttonGroup-buttonWrapper">
<xf:button class="button--link menuTrigger" data-xf-click="menu" aria-expanded="false" aria-haspopup="true" title="{{ phrase('calendar_calendar_menu') }}">{{ phrase('calendar_calendar_menu') }}</xf:button>
<div class="menu" data-menu="menu" aria-hidden="true">
<div class="menu-content">
<h4 class="menu-header">{{ phrase('more_options') }}</h4>
<a href="{{ link('threads/calendar-add', $thread) }}" data-xf-click="overlay" class="menu-linkRow">{{ phrase('calendar_calendar_add') }}</a>
<a href="{{ link('threads/calendar-add-recurring-weekly', $thread) }}" data-xf-click="overlay" class="menu-linkRow">{{ phrase('calendar_calendar_add_recurring_weekly') }}</a>
<a href="{{ link('threads/calendar-add-recurring-monthly', $thread) }}" data-xf-click="overlay" class="menu-linkRow">{{ phrase('calendar_calendar_add_recurring_monthly') }}</a>
<a href="{{ link('threads/calendar-add-recurring-yearly', $thread) }}" data-xf-click="overlay" class="menu-linkRow">{{ phrase('calendar_calendar_add_recurring_yearly') }}</a>
<a href="{{ link('threads/calendar-remove', $thread) }}" data-xf-click="overlay" class="menu-linkRow">{{ phrase('calendar_calendar_remove') }}</a>
</div>
</div>
</div>
</xf:if>
$0
Reputation:
Reputation:
It should only appear in the forum "I'm going fishing - who's coming?" forum.
And it should appear in every thread.
Reputation:
Reputation:
Reputation:
Is it possible to enter the date for the calendar directly under the rich text editor? This would automatically insert the thread into the calendar.
Reputation:
Reputation:
Hi BattleKing
Thank you again! I will test this.
Members need to create a thread and only then can an appointment be added using the "Add to Calendar" button.
It would be cool if during the creation of the thread the members can add an appointment.
![]()
Reputation:
This would be an enhancement and would take some time, idea is good.
Reputation:
Yes. I think the members don't understand that otherwise and the calendar remains empty.
Reputation:
possibly a developer request should be raised and I guess the implementation will not be free of charge
Reputation: