Rep

Discussion in 'Gaming' started by DoomedKiller, Nov 9, 2005.

  1. DoomedKiller

    DoomedKiller Well-Known Member

    Age:
    35
    Posts:
    688
    Likes Received:
    0
    Joined:
    Aug 7, 2005
    i have an invision free form and i want to add the repin system like this one wut codes do i use
     
  2. Otaku23

    Otaku23 Well-Known Member

    Posts:
    1,115
    Likes Received:
    0
    Joined:
    Jul 3, 2005
    Location:
    canada
    IPB 1.3.1

    IF can't be modded, therefore, you need IPB 1.3.1 or higher. Sorry.
     
  3. DoomedKiller

    DoomedKiller Well-Known Member

    Age:
    35
    Posts:
    688
    Likes Received:
    0
    Joined:
    Aug 7, 2005
    dude if u have no help to give dont post.
     
  4. lllAE86lll

    lllAE86lll GR Since 2005

    Posts:
    7,238
    Likes Received:
    0
    Joined:
    May 29, 2005
    Location:
    NY
    dosnt belong to this section ... belong to computer section and there its a stickie thread about IPB
     
  5. DoomedKiller

    DoomedKiller Well-Known Member

    Age:
    35
    Posts:
    688
    Likes Received:
    0
    Joined:
    Aug 7, 2005
    and it is in ther computer section for 1
     
  6. .Simplicity

    .Simplicity Well-Known Member

    Posts:
    564
    Likes Received:
    0
    Joined:
    Oct 22, 2005
    He did help, he told you it can't be modded, nice reading skills you have there.
     
  7. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    You have to use IPB 1.3 you piece of dirt

    IF cannot be modded, meaning you cannot add the rep mod to it.
     
  8. Master

    Master Senior Member

    Age:
    38
    Posts:
    6,560
    Likes Received:
    0
    Joined:
    Jan 14, 2005
    Location:
    Florida
    There are InvisionFree Reputation Hacks, check their main board. But, you will not find anything like this, this is an Invision Power Board (IPB), and uses something called a Mod.
     
  9. DoomedKiller

    DoomedKiller Well-Known Member

    Age:
    35
    Posts:
    688
    Likes Received:
    0
    Joined:
    Aug 7, 2005
  10. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    oh, thats very helpful... Im not signing up for another forum...
     
  11. DoomedKiller

    DoomedKiller Well-Known Member

    Age:
    35
    Posts:
    688
    Likes Received:
    0
    Joined:
    Aug 7, 2005
    fine4 i will just copy the ---- and u didnt need to post and say that . stop tryin to get ur post and creds up

    Reputation Hack

    Preview: http://invisionfree.com/forums/oreye/. You will need to be logged in to preview this since this reputation is a conversion of the warning system and guests can not use the warn system.

    Update July 22nd, 2005. I have made some adjustments that renders the reputation system more accurate. To this date, I have still not found any way to change the "warn logs" into "reputation logs", perhaps you can?

    Step 1. Create a hidden forum using the ACP ** See below for how to create a hidden forum.

    Step 2. Under ACP >> Moderators, Select your hidden forum by clicking the check box next to it, then next to Type of moderator to add choose "member group". Then click the "Add a moderator to the selected forums" button. On the next page choose the group (or groups) that you wish to empower with the ability to use the reputation system. All settings under "general settings", and "Moderator Control Panel Settings" should be set to "no", but under " "advance settings" you should select "yes" for "Can warn other users?"

    Step 3. Under ACP >> warning set-up, select "yes" to enable the warning system. The range should be something like 0-50. Under protected groups be sure to protect your admins and mods or else your members will have a hay-day leaving them bad reputation. Under "Forum Moderator Permissions" select "no" to each option or else your reputation system will be abused. Under "Moderators can warn a member..." you should set this to "1" to also restrict abuse of the reputation system. Last thing here, make sure you use the graph mode display of the warning bar (which is converted into a reputation bar).

    Step 4. Under ACP >> Board wrappers >> Footer, add this code:


    CODE

    <script LANGUAGE="JavaScript">
    <!--
    function change(item,item2) {
    var range = document.body.createTextRange();
    range.collapse(true);
    while (range.findText(item)) {
    range.text=item2;
    range.collapse(false);
    }}

    change("Warn:","Member Reputation:");
    change("Decrease Warning Level","Decrease Reputation");
    change("Increase Warning Level","Increase Reputation");
    change("Member Warning Panel","Member Reputation Panel");
    change("Adjust member's warn","Adjust member's reputation");
    change("Reason for this warn","Reason for this adjustment");
    change("· Mod CP","");
    change("Warn Level","Reputation Level");
    change("· MCP","");
    change("Member Warning Center","Member Reputation center");
    change("warning level has been adjusted ","reputation level has been adjusted ");
    change("Warn Adjustment Result","Reputation Adjustment Result");



    // -->
    </SCRIPT>



    Note: You may change the name used in your reputation system by changing all occurances of the term "reputation" in the code above. For example, "Credits", "Feedback", "Karma", etc ...

    This is supposed to be a positive thing not a negative thing or else you will end up with members with negative reputation, I.E, a "feedback" system. While members can decrease another members reputation, due to the fact that this is designed to be used as a positive thing, a members reputation cannot be lower than zero unless you change the range in the ACP >>> Wanring Set-up to something like -50 to +50.

    Many thanks to Pandora faerie for helping me with my project, esp the code above that replaces words like warn with terms like reputation.

    ** How to create a hidden forum.

    Since this hack converts the warning system into a reputation system. Members of your commuity must be made moderators to gain access to the warning function. Obviously you don't want all your members modding the community so you will need to create a hidden forum.

    to create a hidden forum, simply create any new forum and remove all permissions. By removing all permissions, no one will be able to see or post to the "invisible forum". This invisible forum will become the group mod forum mentioned above and will allow all members the ability to change one anothers reputation. Since no one can post to or see the invisible forum, none of the moderator functions will work and the ability to use the reputation system go into effect throughout the whole community.

    Nit Pick Steps to enhance your reputation system:

    If you are a nit pick like me, you will want to make these additional changes too...

    Nit Pick Step 1. Under ACP >> Images, scroll down to the last two images. These are the images used to display the "+" and "-" symbols on your reputation bar. In the first image block, locate "Increase warning" and in the code replace "+" with "Increase This Members Reputation!" In the next image block, under "Decrease warning", locate the code and replace "-" with "Decrease This Members Reputation." (Note, all this does is create a new message over the + and - image when visitors mouse over the images.)

    Nit Pick Step 2. Under ACP >> Manage Style Sheets, locate the following code ...


    CODE

    .warngood { color:green }
    .warnbad { color:red }




    ... and then change it to this:


    CODE

    .warngood { color:red }
    .warnbad { color:green }




    (note that the colors above are if you are using the default graph bar images, if you have different color bars then you will want to change these colors)
     
  12. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    I'm trying to help you, but if you don't want my help, fine...
     
  13. DoomedKiller

    DoomedKiller Well-Known Member

    Age:
    35
    Posts:
    688
    Likes Received:
    0
    Joined:
    Aug 7, 2005
    i just posted wut was on the page
     
  14. .Apocalypse

    .Apocalypse Well-Known Member

    Posts:
    4,494
    Likes Received:
    0
    Joined:
    Jul 30, 2005
    Loosen up that attitude or you wont get help from the people that want to help you
     
  15. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    Thank You... ;)
     

Share This Page