1.8.x

Group Rank Hue Changer 1.1

Submitted by Aoki, , Thread ID: 18702

Thread Closed

RE: Group Rank Hue Changer 1.1

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
04-03-2016, 02:08 AM
#11
01-03-2016, 04:46 AM
Legitti Wrote:
Nice share from ModMyBB

lol they are mad

RE: Group Rank Hue Changer 1.1

Zenith
we will wait for this
Prime
Level:
2
Reputation:
340
Posts:
4.81K
Likes:
1.06K
Credits:
2.5K
04-03-2016, 03:29 AM
#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

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
04-03-2016, 08:26 AM
#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

JumpingJack
Member
Level:
0
Reputation:
9
Posts:
141
Likes:
6
Credits:
6
05-03-2016, 10:22 AM
#14
Can any upload update of this plugin ?

RE: Group Rank Hue Changer 1.1

Tutti Frutti
•̀_•́
Prime
Level:
6
Reputation:
50
Posts:
695
Likes:
100
Credits:
724
16-06-2016, 03:53 AM
#15
Aoki doesn't this work for profile too?

RE: Group Rank Hue Changer 1.1

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
OP
16-06-2016, 05:07 AM
#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

Tutti Frutti
•̀_•́
Prime
Level:
6
Reputation:
50
Posts:
695
Likes:
100
Credits:
724
16-06-2016, 07:20 AM
#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

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
OP
16-06-2016, 07:47 AM
#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

Carb0n
Active Member
Level:
0
Reputation:
3
Posts:
236
Likes:
19
Credits:
119
16-06-2016, 01:12 PM
#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

Tutti Frutti
•̀_•́
Prime
Level:
6
Reputation:
50
Posts:
695
Likes:
100
Credits:
724
16-06-2016, 04:38 PM
#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: 1 Guest(s)