XFileSharing Pro - Remove "Uploaded By"

Message
Author
sharewebsites
Posts: 7
Joined: Nov 21, 2010 5:02 pm

Remove "Uploaded By"

#1 Postby sharewebsites » Mar 08, 2011 7:58 pm

Is there a setting option where I can disable the "Uploaded By" line that is shown on all file download pages?

I want to keep files private/anonymous for users if possible.

thanks in advance

applewar
Posts: 67
Joined: Feb 08, 2011 4:21 am

#2 Postby applewar » Mar 09, 2011 5:20 am

Edit your download1.html page in your templates folder and remove or comment this line "18":

Code: Select all

<TMPL_IF file_usr_login><tr><td align=right nowrap><b><TMPL_VAR lang_uploaded_by>:</b></td><td><a href="<TMPL_VAR site_url>/users/<TMPL_VAR file_usr_login>"><TMPL_VAR file_usr_login></a></td></tr></TMPL_IF>

sharewebsites
Posts: 7
Joined: Nov 21, 2010 5:02 pm

#3 Postby sharewebsites » Mar 09, 2011 3:31 pm

that worked. thanks very much