I had 2 issues that I rectified- maybe the author can put them in the first post. I'm using vB 3.7.4 patch level 1.
1. Fixed the security token error " Your submission could not be processed because a security token was missing."
Goto admincp -> in the following 3 templates: cyb_flashimagebanner, cyb_flashimagebanner_edit , cyb_flashimagebanner_manage
look for:
PHP Code:
<input type="hidden" name="securitytoken" value="$cybfibr_sectok" />
under it add:
PHP Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
2. In the instructions this optional step -> Open navbar template and add "$insert_cybfibr" after "$vbphrase[miscellaneous]</td></tr>" wasn't working for me, just add
PHP Code:
<a href="http://yoursite.com/misc.php?do=cybbannman">Manage Banners</a>
where ever you want the link