1.8.x

Group Rank Hue Changer 1.1

Submitted by Aoki, , Thread ID: 18702

Thread Closed

RE: Group Rank Hue Changer 1.1

#11
01-03-2016, 04:46 AM
Legitti Wrote:
Nice share from ModMyBB

lol they are mad

RE: Group Rank Hue Changer 1.1

#12
So for people afraid of modmybb coming for their ass. You can do these simple edits

Go to root - inc - plugins - huebar.php

look at the top and find this

Code:
<?php
/**
* Premium Plugin: Group Rank hue
*
* Website: http://modmybb.com
* Author: Kevin Van Ryckegem
* Support: http://modmybb.com (If offline: http://signaware.com)
*
* You may not modify or redistribute this file.
* EULA available at http://modmybb.com/eula.php
*/

if(!defined("IN_MYBB"))
{
  die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

// hooks
$plugins->add_hook("postbit_prev", "huebar_postbit");
$plugins->add_hook("usercp_menu", "huebar_usercp_menu");
$plugins->add_hook("usercp_start", "huebar_start");

function huebar_info()
{
  return array(
    "name"      => "Group Rank Hue <span style='color: orange;'>Premium Plugin</span>",
    "description"  => "Allows users to change the hue of their group rank image",
    "website"    => "http://modmybb.com",
    "author"    => "ModMyBB.com",
    "authorsite"  => "http://modmybb.com",
    "version"    => "1.1",
    "guid"       => "",
    "compatibility" => "18*"
  );
}


Now just change it to something like this

Code:
<?php
/**

*/

if(!defined("IN_MYBB"))
{
  die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

// hooks
$plugins->add_hook("postbit_prev", "huebar_postbit");
$plugins->add_hook("usercp_menu", "huebar_usercp_menu");
$plugins->add_hook("usercp_start", "huebar_start");

function huebar_info()
{
  return array(
    "name"      => "Group Rank Hue",
    "description"  => "Allows users to change the hue of their group rank image",
    "website"    => "http://nulledbb.com",
    "author"    => "Aoki",
    "authorsite"  => "http://nulledbb.com",
    "version"    => "1.1",
    "guid"       => "",
    "compatibility" => "18*"
  );
}


If modmybb gets mad. Just show them it was made by this user. That's what I did anyway

[Image: Yp8ZHSk.gif]

RE: Group Rank Hue Changer 1.1

#13
04-03-2016, 03:29 AM
Zenith Wrote:
So for people afraid of modmybb coming for their ass. You can do these simple edits

Go to root - inc - plugins - huebar.php

look at the top and find this

Code:
<?php
/**
* Premium Plugin: Group Rank hue
*
* Website: http://modmybb.com
* Author: Kevin Van Ryckegem
* Support: http://modmybb.com (If offline: http://signaware.com)
*
* You may not modify or redistribute this file.
* EULA available at http://modmybb.com/eula.php
*/

if(!defined("IN_MYBB"))
{
  die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

// hooks
$plugins->add_hook("postbit_prev", "huebar_postbit");
$plugins->add_hook("usercp_menu", "huebar_usercp_menu");
$plugins->add_hook("usercp_start", "huebar_start");

function huebar_info()
{
  return array(
    "name"      => "Group Rank Hue <span style='color: orange;'>Premium Plugin</span>",
    "description"  => "Allows users to change the hue of their group rank image",
    "website"    => "http://modmybb.com",
    "author"    => "ModMyBB.com",
    "authorsite"  => "http://modmybb.com",
    "version"    => "1.1",
    "guid"       => "",
    "compatibility" => "18*"
  );
}


Now just change it to something like this

Code:
<?php
/**

*/

if(!defined("IN_MYBB"))
{
  die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

// hooks
$plugins->add_hook("postbit_prev", "huebar_postbit");
$plugins->add_hook("usercp_menu", "huebar_usercp_menu");
$plugins->add_hook("usercp_start", "huebar_start");

function huebar_info()
{
  return array(
    "name"      => "Group Rank Hue",
    "description"  => "Allows users to change the hue of their group rank image",
    "website"    => "http://nulledbb.com",
    "author"    => "Aoki",
    "authorsite"  => "http://nulledbb.com",
    "version"    => "1.1",
    "guid"       => "",
    "compatibility" => "18*"
  );
}


If modmybb gets mad. Just show them it was made by this user. That's what I did anyway

Will do this in a bit. :yus:
Thanks, man.

RE: Group Rank Hue Changer 1.1

#14
Can any upload update of this plugin ?

RE: Group Rank Hue Changer 1.1

#15
Aoki doesn't this work for profile too?

RE: Group Rank Hue Changer 1.1

OP
#16
16-06-2016, 03:53 AM
TuttiFrutti Wrote:
Aoki doesn't this work for profile too?

Try it?

RE: Group Rank Hue Changer 1.1

#17
16-06-2016, 05:07 AM
Aoki Wrote:
16-06-2016, 03:53 AM
TuttiFrutti Wrote:
Aoki doesn't this work for profile too?

Try it?

Nope doesn't seem to work on profile anyway to get it working?

RE: Group Rank Hue Changer 1.1

OP
#18
16-06-2016, 07:20 AM
TuttiFrutti Wrote:
Nope doesn't seem to work on profile anyway to get it working?

Modify the plugin.

RE: Group Rank Hue Changer 1.1

#19
16-06-2016, 07:20 AM
Tutti Frutti Wrote:
16-06-2016, 05:07 AM
Aoki Wrote:
16-06-2016, 03:53 AM
TuttiFrutti Wrote:
Aoki doesn't this work for profile too?

Try it?

Nope doesn't seem to work on profile anyway to get it working?

It's working on profile for me
we are all supposed to think of reasons to live

RE: Group Rank Hue Changer 1.1

#20
16-06-2016, 07:47 AM
Aoki Wrote:
16-06-2016, 07:20 AM
TuttiFrutti Wrote:
Nope doesn't seem to work on profile anyway to get it working?

Modify the plugin.

I suck at modifying plugins so nvm.

Users browsing this thread: 2 Guest(s)