Quote:
Originally Posted by cheech4487
So because I didn't click install "before" I actually installed it, I was being ignored for 5 days while I was waiting for help?
|
Ya most of the time. I usually make them wait 2-3 months or ignore them all together.
To me its like clock work. If I download, I hit install even if I install it 3 months later.
5 days is nothing 9/10 time I could care less about people that do not follow a set standard of rules or directions.
Your lucky he took the time IMO.
@BuRNZau
contributors.php
Find:
Code:
$getusers = $db->query_read("
SELECT `userid`, `username`, `usergroupid`, `displaygroupid`
FROM `" . TABLE_PREFIX . "user`
WHERE `contrib` = '1'
");
Change:
Code:
$getusers = $db->query_read("
SELECT `userid`, `username`, `usergroupid`, `displaygroupid`
FROM `" . TABLE_PREFIX . "user`
WHERE `contrib` = '1'
ORDER BY `username` ASC
");