1.8.x
Group Rank Hue Changer 1.1
Submitted by Aoki, 25-02-2016, 04:30 PM, Thread ID: 18702
Thread Closed
RE: Group Rank Hue Changer 1.1
04-03-2016, 08:26 AM
#13 04-03-2016, 03:29 AMZenith 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.
Users browsing this thread: 1 Guest(s)