Quote:
Originally Posted by stwilson
I can only get it to show in mine if I have the Summary of events set to yes. I have updated the template to allow it to show but it does not....even when the setting is set to Yes, while the Summary option is set to no.
|
This is because the plugin for forumdisplay_complete that sets $show['neweventlink'] to true uses the condition:
PHP Code:
if(($lv_vb_eventforums_showSummaryThisThread) && ($lv_vb_eventforums_thisCalendar > 0))
I am thinking then that what you were experiencing was intentional on the coder's behalf.