Skip to content

Commit

Permalink
Need to make a release, actually.
Browse files Browse the repository at this point in the history
  • Loading branch information
frandominguezl committed Aug 4, 2018
1 parent c64dfc5 commit 88faa5a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 17 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Custom report Mod](http://custom.simplemachines.org/mods/index.php?mod=3011)
[Custom Report Mod](http://custom.simplemachines.org/mods/index.php?mod=3011)

This mod will add custom option about reporting to moderators. By default in SMF 2.0 branch whenever someone reports a post to moderator a report is created in moderation center, but after installing this mod and making required changes in admin panel reports will be posted in topics in the specified board.

Expand All @@ -21,15 +21,15 @@ This mod will add custom option about reporting to moderators. By default in SMF

In posts
- [Report Solved]/[Report Unsolved]
This button appears in 1st post of report topics in report board. Only people having permission 'Can mark reports as solved/unsolved', can see this button.
This button appears in 1st post of report topics in report board. Only people having permission 'Can mark reports as solved/unsolved', can see this button.

When a moderator clicks [Report Solved] button a solved topic will be created and the report post will be locked automatically.
When a moderator clicks [Report Unsolved] button the report topic will be unlocked.


[GitHub Link](https://github.com/siddhartha-gupta/SMF-CustomReportMod)
[GitHub Link](https://github.com/frandominguez03/SMF-CustomReportMod)

[Change log](https://github.com/siddhartha-gupta/SMF-CustomReportMod/blob/master/changelog.md)
[Change log](https://github.com/frandominguez03/SMF-CustomReportMod/blob/master/changelog.md)


All future ideas for this mod are most welcome, please post them in mod support thread.
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/CustomReportAdmin.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111), original author
* @author Francisco "d3vcho" Domínguez (https://www.simplemachines.org/community/index.php?action=profile;u=422971)
* @copyright Copyright (c) 2018, Francisco Domínguez
* @version 2.0.2
* @version 2.0.3
* @license http://www.mozilla.org/MPL/MPL-1.1.html
*/

Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Change Log**

*Version 2.0.3*
- Fixed couple of bugs that caused the mod not to work

*Version 2.0.2*
- Permission fix to mark report solved
Expand Down
2 changes: 1 addition & 1 deletion installer/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package manifest file for Custom Report Mod
* @version 2.0.2
* @version 2.0.3
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111), original author
* @author Francisco "d3vcho" Domínguez (https://www.simplemachines.org/community/index.php?action=profile;u=422971)
* @copyright Copyright (c) 2018, Francisco Domínguez
Expand Down
2 changes: 1 addition & 1 deletion installer/installHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111), original author
* @author Francisco "d3vcho" Domínguez (https://www.simplemachines.org/community/index.php?action=profile;u=422971)
* @copyright Copyright (c) 2018, Francisco Domínguez
* @version 2.0.2
* @version 2.0.3
* @license http://www.mozilla.org/MPL/MPL-1.1.html
*/

Expand Down
6 changes: 3 additions & 3 deletions installer/modification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111), original author
* @author Francisco "d3vcho" Domínguez (https://www.simplemachines.org/community/index.php?action=profile;u=422971)
* @copyright Copyright (c) 2018, Francisco Domínguez
* @version 2.0.2
* @version 2.0.3
* @license http://www.mozilla.org/MPL/MPL-1.1.html
*/
Expand Down Expand Up @@ -35,8 +35,8 @@

<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<id>sid2varun:customreportmod</id>
<version>2.0.2</version>
<version>2.0.3</version>

<file name="$sourcedir/Display.php">
<operation>
<search position="before"><![CDATA[ $context['topic_last_message'] = $topicinfo['id_last_msg'];
Expand Down
2 changes: 1 addition & 1 deletion installer/uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111), original author
* @author Francisco "d3vcho" Domínguez (https://www.simplemachines.org/community/index.php?action=profile;u=422971)
* @copyright Copyright (c) 2018, Francisco Domínguez
* @version 2.0.2
* @version 2.0.3
* @license http://www.mozilla.org/MPL/MPL-1.1.html
*/

Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>d3vcho:customreportmod</id>
<name>Custom Report Mod</name>
<version>2.0.2</version>
<version>2.0.3</version>
<type>modification</type>

<install for="2.0 - 2.0.99">
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[url=http://custom.simplemachines.org/mods/index.php?mod=3011][b]Custom report Mod[/b][/url]
[url=http://custom.simplemachines.org/mods/index.php?mod=3011][b]Custom Report Mod[/b][/url]

This mod will add custom option about reporting to moderators. By default in SMF 2.0 branch whenever someone reports a post to moderator a report is created in moderation center, but after installing this mod and making required changes in admin panel reports will be posted in topics in the specified board.

Expand All @@ -11,8 +11,8 @@ This mod will add custom option about reporting to moderators. By default in SMF
- Quote the content of reported post.
- Count Posts of Report Board.
- Count the post when moderator solves a report.
- Use bigger input field for writing reports
- Send email to moderators
- Use bigger input field for writing reports
- Send email to moderators


[i]Permission Settings[/i] - ?action=admin;area=customreport;sa=permissionsettings
Expand All @@ -27,8 +27,8 @@ When a moderator clicks [Report Solved] button a solved topic will be created an
When a moderator clicks [Report Unsolved] button the report topic will be unlocked.


[url=https://github.com/siddhartha-gupta/SMF-CustomReportMod]GitHub Link[/url]
[url=https://github.com/siddhartha-gupta/SMF-CustomReportMod/blob/master/changelog.md]Change log[/url]
[url=https://github.com/frandominguez03/SMF-CustomReportMod]GitHub Link[/url]
[url=https://github.com/frandominguez03/SMF-CustomReportMod/blob/master/changelog.md]Change log[/url]


All future ideas for this mod are most welcome, please post them in mod support thread.
Expand Down

0 comments on commit 88faa5a

Please sign in to comment.