Changes

fix obsolete note
Line 1: Line 1: −
{{restricted}}{{TNGmod
+
{{obsolete
 +
|notes = <span style="color: red">'''{{PAGENAME}} is now obsolete</span> since its functionality has been incorporated into the new [[Click Counter III]] which replaces both the [[Click Counter II]] and this mod}}{{restricted}}
 +
{{TNGmod
 
| mod_name        = Click Counter II Email Notify
 
| mod_name        = Click Counter II Email Notify
 
| mod_summary    = Adds an email notification message to the Mod Developer tracking mod downloads
 
| mod_summary    = Adds an email notification message to the Mod Developer tracking mod downloads
 
| mod_validation  = N/A
 
| mod_validation  = N/A
| mod_last_update = 28 May 2017
+
| mod_last_update = 31 May 2019
| download_link  = <br />{{Tv120}}
+
| download_link  = For {{Tv120}}<!-- [https://www.royandboucher.com/ccount/click.php?id=494&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} click_counter_email_notify_v12.0.0.1.zip]<br /> -->
[[Media:click_counter_email_notify_v12.0.0.0.zip|click_counter_email_notify_v12.0.0.0.zip]]<br />{{Tv111}}{{Tv100}}{{Tv90}}[http://www.robisonandblythe.org/ccount/click.php?id=132&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} click_counter_email_notify_v9.0.0.3a.zip]<hr />
+
[http://www.robisonandblythe.org/ccount/click.php?id=144&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} click_counter_email_notify_v12.0.0.0.zip]  
| download_stats = [http://www.robisonandblythe.org/ccount/index.php?action=stats&groupid=26 See download statistics]<hr />
+
<br />{{Tv90}}{{Tv100}}{{Tv111}}[http://www.robisonandblythe.org/ccount/click.php?id=132&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} click_counter_email_notify_v9.0.0.3a.zip]<hr />
 +
| download_stats = [https://www.royandboucher.com/ccount/index.php?action=stats&id=494 V12.0.0.1 download statistics]<hr />[http://www.robisonandblythe.org/ccount/index.php?action=stats&groupid=26 Other version download statistics]<hr />
 
| mod_author      = [[User:Jefr58|Jeff Robison]] and [[User:KenRoy|Ken Roy]]
 
| mod_author      = [[User:Jefr58|Jeff Robison]] and [[User:KenRoy|Ken Roy]]
 
| mod_url        = [[Click Counter II Email Notify]] (This page)
 
| mod_url        = [[Click Counter II Email Notify]] (This page)
 
| mod_support    = [http://tng.community/ TNG Community Forums]
 
| mod_support    = [http://tng.community/ TNG Community Forums]
| mod_contact    = [http://www.robisonandblythe.org/mod_support.php My Mod Support]
+
| mod_contact    = [http://tng.community/ TNG Community Forums] <!-- [http://www.robisonandblythe.org/mod_support.php My Mod Support] -->
| mod_version    = v9.0.0.3a
+
| mod_version    = v12.0.0.1
 
| min_TNG_ver    = v9.0
 
| min_TNG_ver    = v9.0
| max_TNG_ver    = v11.1
+
| max_TNG_ver    = v12+
 
| TNG_file_list  = ccount/click.php<br />ccount/index.php
 
| TNG_file_list  = ccount/click.php<br />ccount/index.php
 
| related_mods    = None
 
| related_mods    = None
Line 39: Line 42:     
A huge THANKS to multiple version tester [[User:Hiraeth|Graham Chamberlain]].
 
A huge THANKS to multiple version tester [[User:Hiraeth|Graham Chamberlain]].
 +
 +
V12.0.0.1 updated by [[User:Bhemph|Brent Hemphill]] for sites that require login and use SMTP<br />
 +
:and by [[User:KenRoy|Ken Roy]] to fix 404 error if site is in TNG Maintenance Mode<br />
    
== Deny Downloads ==  
 
== Deny Downloads ==  
Line 44: Line 50:  
The mod can also restrict downloads to logged on users only.  If user is not logged in, they will get the following message when they click the download link
 
The mod can also restrict downloads to logged on users only.  If user is not logged in, they will get the following message when they click the download link
   −
<syntaxhighlight lang="html4strict" enclose="div">You must be logged in to TNG Wiki to download this mod! If you do not have a user ID, use the Request Account or Register links to get a TNG Wiki username!
+
<syntaxhighlight lang="html4strict">You must be logged in to TNG Wiki to download this mod! If you do not have a user ID, use the Request Account or Register links to get a TNG Wiki username!
 
</syntaxhighlight>
 
</syntaxhighlight>
   Line 93: Line 99:  
* to add the [[Template:Restricted/doc|Restricted Template]] as the first line in the article
 
* to add the [[Template:Restricted/doc|Restricted Template]] as the first line in the article
   −
:<syntaxhighlight lang="php" enclose="div">{{restricted}}</syntaxhighlight>
+
:<syntaxhighlight lang="php">{{restricted}}</syntaxhighlight>
    
:to let users know they need to login or get a user ID on the wiki and then login to download mods.
 
:to let users know they need to login or get a user ID on the wiki and then login to download mods.
Line 99: Line 105:  
* to update the URL links to pass the logged on user and the wiki page name without blanks by adding '''<nowiki>&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}}</nowiki>''' to your site click URL so that it looks like the following
 
* to update the URL links to pass the logged on user and the wiki page name without blanks by adding '''<nowiki>&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}}</nowiki>''' to your site click URL so that it looks like the following
   −
:<syntaxhighlight lang="php" enclose="div">
+
:<syntaxhighlight lang="php">
 
[https://www.royandboucher.com/ccount/click.php?id=364&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} mobile_site_v11.0.0.1.zip]
 
[https://www.royandboucher.com/ccount/click.php?id=364&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} mobile_site_v11.0.0.1.zip]
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 126: Line 132:  
! Date
 
! Date
 
! Contents
 
! Contents
 +
|-
 +
| v12.0.0.1
 +
| 31 May 2019
 +
|
 +
* updated by Brent Hemphill to work on sites that require login and use SMTP mail
 +
* updated by Ken Roy to use new cust_text.php guidelines and fix 404 error if site is in TNG Maintenance Mode
 
|-
 
|-
 
| v9.0.0.3a
 
| v9.0.0.3a
Line 207: Line 219:  
| [[User:Ken Roy|Ken Roy]]
 
| [[User:Ken Roy|Ken Roy]]
 
| Worked with Jeff to restrict the downloads to TNG Wiki logged-in users.
 
| Worked with Jeff to restrict the downloads to TNG Wiki logged-in users.
| 9.0.0.3
+
| 12.0.0.1
| 11.1  
+
| 12.1  
 
| English, French
 
| English, French
 
|-
 
|-
Line 214: Line 226:  
| [[User:Hiraeth|Graham Chamberlain]]
 
| [[User:Hiraeth|Graham Chamberlain]]
 
| beta tester
 
| beta tester
| 9.0.0.3
+
| 12.0.0.0
| 11.1  
+
| 12.0.1
 
| EN, FR, DE, ES, NL
 
| EN, FR, DE, ES, NL
 
|-
 
|-
Line 224: Line 236:  
| 10.1.3
 
| 10.1.3
 
| SE, EN, DE
 
| SE, EN, DE
 +
|-
 +
| Not a public site
 +
| [[User:Brett|Brett]]
 +
| Modified email format
 +
| 12.0.0.1
 +
| TNG 12.3
 +
| EN
 
|}
 
|}
    +
[[Category:Mods for TNG v12]]
 
[[Category:Mods for TNG v11]]
 
[[Category:Mods for TNG v11]]
 
[[Category:Mods for TNG v10]]
 
[[Category:Mods for TNG v10]]
17,946

edits