The only way to register the plug-in for version 1.0 or 2.0 is to use of the following function:
_FmNx_Register( license_key; owner )
It requires 2 parameters:
- License key = text string provided to you
- Owner = text string which the license key is associated to
_FmNx_Register( "WEB-2.0-TK3N-F9SV-YT2F-530F2"; "FM Nexus" )
If a valid license key is entered, then the result is the word "Success"
If your solution requires that the plug-in be present, you can also include the following steps to check if the plug-in is installed. Then follow this with the registration logic to make sure the Web Services plug-in also gets registered.
Set Variable [$_version; Value:_FmNx_Version( "short" )]
If [$_version = "?"]
Show Custom Dialog["Web Services Plug-in"; "The web Services Plug-in is not installed or activated."]
Halt Script
End If
Set Variable [$_result:; Value: _FmNx_Register( "WEB-2.0-TK3N-F9SV-YT2F-530F2"; "FM Nexus" )]
If [$_result <> "Success"]
Show Custom Dialog["Web Services Plug-in"; "The web Services Plug-in is not registered correctly."]
Halt Script
End If
/groups/ws/search/index.rss?tag=hotlist/groups/ws/search/?tag=hotWhat’s HotHotListHot!?tag=hot0/groups/ws/sidebar/HotListNo items tagged with hot.hot/groups/ws/search/index.rss?sort=modifiedDate&kind=all&sortDirection=reverse&excludePages=wiki/welcomelist/groups/ws/search/?sort=modifiedDate&kind=all&sortDirection=reverse&excludePages=wiki/welcomeRecent ChangesRecentChangesListUpdates?sort=modifiedDate&kind=all&sortDirection=reverse&excludePages=wiki/welcome0/groups/ws/sidebar/RecentChangesListmodifiedDateallRecent ChangesRecentChangesListUpdateswiki/welcomeNo recent changes.reverse5search
Comments