Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Adv. Post Reporter (10th Feb 08 at 9:44pm UTC) | | *Placement: Global Footer
*Description: This will add a report post button next to the back to top button.
Also it will add an admin area where staff (that are allowed to) can view the reported posts.
*Code: Code: - <script type="text/javascript">;
- /*----------------------------------------*\
- |Post Reporter
- |Created by Simie, (C) 2007-Present.
- |Do not repost without permission
- |Modified for compatibility & Hosted By Wrighty
- \*----------------------------------------*/
- var script = document.createElement("script");
- script.src="http://vf.wrighty.info/codes/report/js.js";
- script.type="text/javascript";
- document.body.appendChild(script);
- </script>
| |
|