Quote:
Originally Posted by philos2
I had the same problem and... I change the EDIT link from some templates and now, when I click ''EDIT'' to a term from the list, I edit it from admincp, not from the forum
In templates glossary_listterms , glossary_view and glossary_searchresult , find:
replace /change to:
[sorry for my bad english!]
|
The correct code to search for (to replace) is:
Code:
<td class="vbmenu_option"><a href="glossary.php?$session[sessionurl]do=edit&term=$displayterm[glossaryid]" rel="nofollow">$vbphrase[glossary_editterm]</a></td>