Guest Posted December 27, 2003 Share Posted December 27, 2003 (edited) Hello, The new version of Links Manager for osC (v1.00) I have a problem with "...notification on link status change and more... " i can't activated the status in links manager !!! what is the problem All the links can't be activated !!!! notification on link status change and more... [email protected] www.mxdeal.com Best regards Edited December 27, 2003 by stef Quote Link to comment Share on other sites More sharing options...
VJ Posted December 27, 2003 Share Posted December 27, 2003 Hello, If you don't find any link status text in the dropdown choices, you probably use a different default language (other than English). To fix this, update your database using the following sql: INSERT INTO links_status VALUES ( '1', 'N', 'Pending'); INSERT INTO links_status VALUES ( '2', 'N', 'Approved'); INSERT INTO links_status VALUES ( '3', 'N', 'Disabled'); where, N = your default language ID. If you intend to use more than one language in your store admin, repeat this for each language ID. HTH, VJ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.