Quote:
Originally Posted by Mehdi.K
I have upgrade my forum to v3.8 and Post Thanks to 7.7, but in Admin Control Panel the post thanks options page does not show and only bottom copyright message appears when I click "Post Thanks Settings".
|
I had this, and put a workaround in it.
in
/forums/includes/xml/cpnav_post_thanks.xml
find :
Code:
<navoption displayorder="10">
<phrase>post_thanks_settings</phrase>
<link>options.php?do=options&dogroup=post_thanks</link>
</navoption>
replace with :
Code:
<navoption link="options.php?do=options&dogroup=post_thanks" displayorder="10">
<phrase>post_thanks_settings</phrase>
</navoption>
its all working for me now

Stevieb