REGISTER or LOGIN to have the annoying ads removed.
Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] RepFuck Button
Sep 13, 2011, 10:08 AM (This post was last modified: Sep 14, 2011 08:20 AM by BleepyEvans.)
Post: #1
[Release] RepFuck Button
[RepFuck Button]
Created by: Boxxy
Credits to: Omni

           



Instructions

  1. Download reputation.php from your ftp.
  2. Apply the edits below to your reputation.php file.
  3. Upload your new reputation.php to your ftp.
  4. Apply the edits below to your reputation_add template.
  5. Upload the repfuck.php file to your ftp.
  6. Now rate a user to discover the new button.



Apply the following edits to reputation.php

AFTER:
Code:
$delete_button = "<input type=\"submit\" name=\"delete\" value=\"{$lang->delete_vote}\" />";

ADD:
Code:
if(!in_array($mybb->user['usergroup'], array('3','4',)))
{
        $repfuckbutton = "";
}else{
    $repfuckbutton = "<form action=\"repfuck.php?uid=".$_GET['uid']."\" method=\"post\"><input type=\"submit\" name=\"RepFuck\" value=\"RepFuck\" />";
}



AFTER:
Code:
$delete_button = '';

ADD:
Code:
if(!in_array($mybb->user['usergroup'], array('1', '2', '3','4',)))
{
        $repfuckbutton = "";
}else{
    $repfuckbutton = "<form action=\"repfuck.php?uid=".$_GET['uid']."\" method=\"post\"><input type=\"submit\" name=\"RepFuck\" value=\"RepFuck\" />";
}



Apply the following edits to the Reputation_Add template

AFTER:
Code:
</form>

ADD:

Code:
{$repfuckbutton}
            </div>


Attached File(s)
.zip  Rep Fuck Button.zip (Size: 1.59 KB / Downloads: 280)

[Image: sig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Sep 14, 2011, 03:07 AM
Post: #2
RE: [Release] RepFuck Button
You Have ScreenShot
Find all posts by this user
Quote this message in a reply
Sep 14, 2011, 08:20 AM
Post: #3
RE: [Release] RepFuck Button
Added for you

[Image: sig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Sep 14, 2011, 01:15 PM
Post: #4
RE: [Release] RepFuck Button
See but this is nice and all but that is not the meaning of rep fuck. Rep fuck is like omni does all the time. It deletes all of the positive rep that the user has ever gotten and leaves the negative rep their. Thanks though!
Find all posts by this user
Quote this message in a reply
Sep 14, 2011, 02:20 PM
Post: #5
RE: [Release] RepFuck Button
You can modify the plugin to make it work like that.

I have it as you said above, remove all positive and leave the negative, but I named it Rep Reset because I dont like the term fuck for a forum. (Which is why I didnt put in any screenshots to begin with too)
But you can also have it so that it + or - Reputation to what ever value you want because sometimes -25 just isnt enough.

You'd have to go looking into the plugin to find out where to change it though as I wont be making any tutorials on how to modify the plugin. Mainly because its not my plugin, im just reuploading the files.

[Image: sig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Sep 22, 2011, 11:51 AM
Post: #6
RE: [Release] RepFuck Button
The button doesn't show up for me...
Find all posts by this user
Quote this message in a reply
Sep 22, 2011, 12:06 PM
Post: #7
RE: [Release] RepFuck Button
Make sure you make the correct template edits.

[Image: sig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Sep 22, 2011, 04:41 PM
Post: #8
RE: [Release] RepFuck Button
Very nice plugin thanks for this..

[Image: OGForumsbanner.png]
Find all posts by this user
Quote this message in a reply
Sep 23, 2011, 11:06 AM
Post: #9
RE: [Release] RepFuck Button
So you are boxxy?
Find all posts by this user
Quote this message in a reply
Sep 23, 2011, 06:48 PM
Post: #10
RE: [Release] RepFuck Button
No, im just publishing the files after the old threads attachment became corrupt.

[Image: sig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Rep Fuck Button Information | Troubleshooting | Editing | Download! F4T4L 3RR0R 39 3,549 Apr 30, 2013 04:53 PM
Last Post: Juliensoft
Exclamation [RELEASE] Hide Section v1.0 BleepyEvans 29 3,365 Apr 08, 2013 03:52 PM
Last Post: Lucozade
  [Plugin] RepFuck 1.0 SuperSpyXT 19 713 Mar 11, 2013 09:38 AM
Last Post: chris1
Exclamation [RELEASE] Profile Views v1.2 BleepyEvans 13 2,261 Oct 28, 2012 08:29 PM
Last Post: BleepyEvans
Exclamation [RELEASE] Dynamic Forum Logo v1.0 BleepyEvans 13 2,614 Apr 06, 2012 06:12 AM
Last Post: ๖ۣۜHomey D. Clown

Forum Jump:


User(s) browsing this thread: 1 Guest(s)