I am using 2.0.12 forum version and I was attempting to add new authors to a post and it seems to not be working any longer. I had thought to uninstall the mod but several tests failed... I went into my FTP, found the files to edit and the areas it is missing aren't able to be found even for a manual uninstall.
I don't really want to get rid it; ideally I'd like for it to work again.
Here are the failed tests; two of them when I check to see what to remove are actually blank.
Code: (Find) [Select]
m.icon, m.approved,t.add_authors,
Code: (Replace) [Select]
m.icon, m.approved,
That line cannot be found in the file, the second two are blank and the third says
Code (find):
'locked' => $topicOptions['lock_mode'] === null ? 'locked' : (int) $topicOptions['lock_mode'],
'add_authors' => $topicOptions['add_authors'] === null ? 'add_authors' : ('\'' . $topicOptions['add_authors'] . '\''),
Code (replace):
'locked' => $topicOptions['lock_mode'] === null ? 'locked' : (int) $topicOptions['lock_mode'],
In the post.template but it's not there in the file requested either. Is there anything I can do to either fix this, or remove it?