Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Hide Product ID in License Info

 

 


miki
Novice

Jan 8, 2007, 7:38 AM

Post #1 of 2 (1584 views)
Shortcut
Hide Product ID in License Info Can't Post

Hi,
I wonder if there is a way in Setup Options to hide the Product ID in the License info and instead of the product ID show only ******

Best Regards
Michel


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:


Code
<tr> 
<td>Product&nbsp;ID&nbsp;</td>
<td><input type=text name="reg3" value="$_reg3$" size=30></td>
</tr>



Change the above code to this:


Code
<tr> 
<td>Product&nbsp;ID&nbsp;</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]