MyBB Community Forums

Full Version: [linkchecker mod] hide the linkchecker from guest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the wgtools.com linkchecker plugin on my board.

[Image: 2jd2byc.png]

I want to hide the "Check download links" url from guests and of course, from the awaiting activation group..

Here's the original wgtools.com mod:

####################################################
## 
## Before installing this addon make sure that you
## backup the file you're editing first.
##
####################################################
#
#
Open: inc/class_parser.php
#
#
Find:
#
#

$code = str_replace("  ", '  ', $code);

#
#
Add After:
#
#

$lcurl = 'http://wgtools.com/link-checker/?url=' . urlencode($_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
$wglc = ' [<a href="' . $lcurl . '"><strong>Check Download Links</strong></a>]';


#
#
Find:
#
#

.$lang->code.

#
#
Replace with:
#
#

.$lang->code.$wglc.

#
#
Save and upload the file - End of Mod
#
#

Please somebody help me. Smile
Sorry! Move this thread to Discussion & Support. Thanks.
I still have this problem. LOL