vB 3.8 is not out yet. If you mean 3.6.8 - update your templates to 3.6.8
I said it *should* work, I used the word should because of the introduced template hooks. If you are using old templates you don't have the hooks.
Options are not displayed. How do I add them manually?
If you choose to not automatically add both options you have to add that options manually.
1. Disable automatic template edit in the Change threads/posts owner settings
2. Open the template FORUMDISPLAY.
Search for:
Code:
<option value="mergethread">$vbphrase[merge_threads]</option>
Add after it:
Code:
<option value="changethreadsowner">$vbphrase[changethreadsowner_link]</option>
3. Open the template SHOWTHREAD
Search for:
Code:
<option value="undeleteposts">$vbphrase[undelete_posts]</option>
Add after it:
Code:
<option value="changepostsowner">$vbphrase[changepostsowner_link]</option>