Quote:
Originally Posted by Mith
Hi I have a problem and I can't seem to find the error i have made.
1. I don't get any option for the signature manager in the Admin control panel.
2. By typing in the url to signature.php i get the following screen:

Any pointers greatly appreciated
|
First you must install the
link to the signature manger in your
index.php admin script, you can not directly link to the permissions page because you are by-passing the signature
build groups control which will cause database errors!
First....
Go to...
./admincp/index.php
FIND THIS...
Code:
construct_nav_option($vbphrase['promotions'], "usergroup.php?do=modifypromotion", '<br />');
REPLACE ABOVE WITH
Code:
construct_nav_option($vbphrase['promotions'], "usergroup.php?do=modifypromotion", '<br />');
construct_nav_option($vbphrase['signature_permissions'], "signature.php?do=manage", '<br />');
Then go to your admin panel....
Admin Panel => Languages & Phrases => Language Manager => click 'Rebuild All Languages'
Then refresh the (
LEFT NAV FRAME) in your admin panel to get the
signature manager link to appear under
Usergroup, if it's not being shown!
If you do all the edits before trying to run anything you will not have any problems, if you still have trouble, contact me (PM) and I will help you!
Sonia