URGENT: how can i suppress the message box Subscribe To Xmind Newsletter on xmind package?
Pls help its urgent
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Pressanykey
8 years ago
Hi,
old question I know, but I found out this evening how to do this...
under:
%AppData%\XMind\workspace-cathy\.metadata\.plugins\net.xmind.workbench
there is a file "dialog_settings.xml". You need to have the following contents...
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="newsletterSubscription">
<item value="10" key="launchCount"/>
<item value="true" key="neverRemind"/>
</section>
</section>
this will stop the news letter subscription popping up..
Cheers
Phil
old question I know, but I found out this evening how to do this...
under:
%AppData%\XMind\workspace-cathy\.metadata\.plugins\net.xmind.workbench
there is a file "dialog_settings.xml". You need to have the following contents...
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="newsletterSubscription">
<item value="10" key="launchCount"/>
<item value="true" key="neverRemind"/>
</section>
</section>
this will stop the news letter subscription popping up..
Cheers
Phil