Bis auf das Endjahr könntest du das lösen, wenn du diesen Code am Anfang des Templates calendar_edit_recurrence einfügst:
Code:
<if condition="!$vbulletin->GPC['eventid']">
<if condition="$today['mon'] != 1"><if condition="$yearlycombo1[1] = ''"></if></if>
<if condition="$eventtypecheck[4] = 'checked="checked"' AND $thistype = 'yearly' AND $patterncheck[6] = 'checked="checked"' AND $user_from_time = '12:00' AND $user_to_time = '12:00' AND $yearlycombo1["$today[mon]"] = 'selected="selected"' AND $yearlycombo2 = $today['mday'] AND $eventtypecheck[1] = ''"></if>
</if>
Lesezeichen