Just installed this- it's closest hack i could find that allows us to do what we want to do with tracking events and their feedback from members. I'm going to be playing around with it onn our test boards for next few days and so far everything looks great. [virus clicks install]
I had the following problem, not sure if anyoe else noticed this in one of the templates the install file uploaded...
In the calendar_searchevents template, there was a <table> tag that wasn't closed, it caused an odd column on the right hand side and messed up the footer (only for the Search Events page) so after figuring it out, i just added the closing </table> tag and it's beautiful. I attached screenies for people in case they have the same problem as shown, this would be your fix...
In
calendar_searchevents template...
Find:
Code:
<div style="margin-top:6px">
<input type="submit" class="button" name="dosearch" value="Search Now" accesskey="s" />
<input type="reset" class="button" value="Reset Fields" accesskey="r" onclick="window.location=\'calendar.php?do=search\';" />
</div>
</td>
</tr>
</table>
</form>
And add below:
before and after screenies attached. Thanks again death!
:banana: