
ChetW
Staff

Jan 11, 2007, 10:21 AM
Post #2 of 2
(1559 views)
Shortcut
|
|
Re: [miki] Hide Product ID in License Info
[In reply to]
|
Can't Post
|
|
Hi Michel, Thanks for the post! Hiding the Product ID can be accomplished by editing one of your interface template files! What you'll want to do is login to your server and got to the /templates/interface/ directory, inside this directory open up the "_setup_menus.html" template file and look for the following code:
<tr> <td>Product ID </td> <td><input type=text name="reg3" value="$_reg3$" size=30></td> </tr> Change the above code to this:
<tr> <td>Product ID </td> <td style="display:none;"><input type=text name="reg3" value="$_reg3$" size=30></td> <td>B************B</td> </tr> Give this a try Michel and if you have any other questions please feel free to ask. :) Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|