Boyah Forums

General => The Lobby => Topic started by: Daddy on November 11, 2008, 08:50:25 AM

Title: Do you know what I hate about some SMF mods?
Post by: Daddy on November 11, 2008, 08:50:25 AM
When people use shit like:
find:
Code Select
global $context, $settings, $options, $txt, $scripturl, $modSettings;
replace with:
Code Select
global $context, $settings, $options, $txt, $scripturl, $modSettings, $user_info;
instead of
find:
Code Select
global $context, $settings, $options, $txt, $scripturl, $modSettings
add after:
Code Select
, $user_info

It makes installing mods a pain in the ass, because if you already have a mod using that line, and you try to replace it iwll make the installation fail, but if you did add before/after, then it is less likely to fail.

WHY MUST PEOPLE USE 'REPLACE'?
Title: Re: Do you know what I hate about some SMF mods?
Post by: Nyerp on November 11, 2008, 01:31:28 PM
its called freedom of expression you commie