XFileSharing Pro - Filename/Description Length

Message
Author
Ryok
Posts: 19
Joined: Oct 21, 2012 4:18 am

Filename/Description Length

#1 Postby Ryok » Oct 22, 2012 2:11 pm

Does anyone knows where to edit or is it possible to increase
the length of the filename/description in ?op=my_files page.

Like this.
Image

the length filename is cut. i want to increase it.

leecher
Posts: 22
Joined: Nov 01, 2011 1:37 am

#2 Postby leecher » Oct 22, 2012 4:25 pm

Image[/img]

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#3 Postby afdah » Oct 22, 2012 6:14 pm

Open XFileConfig.pm
Find and edit the value below.

# Cut long filenames in MyFiles,AdminFiles
display_max_filename => '40',

Ryok
Posts: 19
Joined: Oct 21, 2012 4:18 am

#4 Postby Ryok » Oct 22, 2012 11:23 pm

afdah wrote:Open XFileConfig.pm
Find and edit the value below.

# Cut long filenames in MyFiles,AdminFiles
display_max_filename => '40',
wahahaha. it works. Thank you afdah <3

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#5 Postby afdah » Oct 23, 2012 7:38 am

:-)

Ryok
Posts: 19
Joined: Oct 21, 2012 4:18 am

#6 Postby Ryok » Oct 23, 2012 10:17 am

hello afdah,
by any chance do you know how to add a column in the table in
my_files page. I want a column for the video code example
video is http://domain.com/7q5asn6cywn3. i want 7q5asn6cywn3
to be shown in that column. What files should i edit and what code
im going to insert

thank you in advance.

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#7 Postby afdah » Oct 24, 2012 3:45 am

Ryok wrote:hello afdah,
by any chance do you know how to add a column in the table in
my_files page. I want a column for the video code example
video is http://domain.com/7q5asn6cywn3. i want 7q5asn6cywn3
to be shown in that column. What files should i edit and what code
im going to insert

thank you in advance.
you will need to edit my_files.html and index.cgi
you need to know html and perl to do this