XFileSharing Pro - How do I hide users files???

Message
Author
tr3flow
Posts: 3
Joined: Sep 11, 2011 6:02 pm

How do I hide users files???

#1 Postby tr3flow » Sep 13, 2011 12:10 am

Hello,

When people click the user name that uploaded the song they can see all the other files that user uploaded. How do I stop or hide that from visitors?

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

#2 Postby applewar » Sep 13, 2011 5:07 am

On the download1.html page, line 18 in the default template, you have this code

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>
change it to
<TMPL_IF file_usr_login><tr><td align=right nowrap><b><TMPL_VAR lang_uploaded_by>:</b></td><td><TMPL_VAR file_usr_login></td></tr></TMPL_IF>
Now, it's not possible to see other files.

PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

#3 Postby PowerChaos » Oct 15, 2011 3:35 pm

that is 1 solution
other solution is to disable public uploads ??

only files that are public can be vieuwed in your account

hidden files can not be vieuwed in the catalogue or in the user public page file

Greetings From PowerChaos