RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Download page problem

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
Oswaldt



Joined: 21 May 2010
Posts: 46

PostPosted: Jul 12, 2010 1:48 am    Post subject: Download page problem Reply with quote

The download information box...is there a way to set it to a specific size? right now it's resizing itself to fit the filename.... it's messing up the formatting of the page.

Is there a way to make is static?
Back to top
View user's profile Send private message
nik0la



Joined: 30 Dec 2009
Posts: 102

PostPosted: Jul 19, 2010 12:42 am    Post subject: Reply with quote

i try this to but i simply cant Smile i try to edit table width i try to edit css file with width but when larger file name needs to be displayed table just get resized
Back to top
View user's profile Send private message
naga



Joined: 22 Dec 2008
Posts: 45

PostPosted: Jul 19, 2010 9:35 am    Post subject: Reply with quote

Easy way:
you need to change the table to a div with a fixed width, and you can also use the overflow:hidden attribute to not display stuff going out of the div

Hard way:
edit the index.cgi file to make another variable ($file2 or something) and do something like if(length $link > 64) $file2 = substr $link, 64; else $file2 = $link;
then in your download template you can use just the $file2 variable or use it with a js expand box or whatever you want..
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group