Quote:
Originally Posted by TheChief
Sorry if this has already been asked/answered
I have set all the permissions for this mod and the team that have mod abilities cannot edit announcements. When they do edit and go to save it states 'Do you want to navigate away from this page, all changes will be lost'
I've checked, double checked and even triple checked the permissions but no luck.
I'm the site super admin and i cannot edit these either.
It's probably me...............any help would be greatly appreciated
|
Will be fixed in next version or manually edit:
Find in template
tmnt_editann
HTML Code:
<form class="vbform block" action="competitions.php" name="vbform" method="post" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit()">
Replace with
HTML Code:
<form class="vbform block" action="competitions.php" name="vbform" method="post" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(this.title.value, 1)">