XF 2.0 Filters menu in sidebar

I don't know if this was the right place to post this but I am trying to put the filters menu by copying the code for it and pasting it into an HTML widget on the sidebar. It works great, but after a while, it gives a security error. I tried changing the csrf to:

Code:
<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />

I thought this would fix it but alas it did not. I do not know if this is the right method to put it on the sidebar, but it works for awhile. Thanks

(I posted this in another node and did not get a response so posting here too)
 
Top Bottom