Quote:
Originally Posted by ashley53680
Well after making those changes, I don't see the download treat option at all in my thread tools. 
|
Here's what I did:
In dt.php, find:
PHP Code:
if (is_array($unallowed_downloaders) AND in_array($bbuserinfo[usergroupid],$unallowed_downloaders)) {echo standard_error("Sorry this feature is not meant for your usage!", '', 1);}
REPLACE it with:
PHP Code:
if (is_array($unallowed_downloaders) AND in_array($bbuserinfo[usergroupid],$unallowed_downloaders)) {echo standard_error("<center>Sorry, you must be registered and activated to download threads.</center>", '', 1);}
Just put whatever you need between the center tags and you don't have to make a separate phrase.