Quote:
Originally Posted by BirdOPrey5
Spam is an insulting term, please do not use insults when thanking a coder for using their modification they provided for free.
Feedback can be left in a more professional manner, or not at all.
I know I would prefer someone didn't come into a thread for a mod I created to tell me they removed a copyright link or other code I placed in there which are within the forum rules to advertise my services. It's a petty thing to do- if you don't like a mod as it is provided then don't use it. No one is forcing you.
|
That's fair enough, if it was just a copyright, but that's not the case, immediately after you install it you have some sort of redirect in the ACP and it starts some sort of comment feed and it is filled with advertising for his premium version of Spam hammer, I find the whole thing kind of ironic that he promotes removing spam while at the same time feeding it to you, I guess I could probably say nothing at all like you say but I think it's fair warning to others who may install this mod.
@ OP thank you for the mod but please don't hijack our ACP to advertise your Premium mods, also you may want to consider some modifications to your code for the Avatar resizing, I modified it so the Max Width is the only thing you need to worry about and have the height set to auto.
I also fixed the links for reputation and friends so they actually go to those pages instead of just your profile page.
Code:
case 'reputation':
$link = "{$vbulletin->options['bburl']}/usercp.php?#reprecv";
$value = $vbulletin->userinfo['reputation'];
break;
case 'friend':
$link = "{$vbulletin->options['bburl']}/profile.php?do=buddylist";
$value = $vbulletin->userinfo['friendcount'];
break;
I also removed the lines between the groups as they don't look nice with dark styles, other then that the actual mod is very nice.