XFileSharing Pro - Problem on download page

Message
Author
ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

Problem on download page

#1 Postby ruben » Dec 09, 2010 7:26 pm

Hello,

when i acces download page of a file my site logo won't show (only on download page)

i have noticed that it won't show on file setting (xxxxxxxxx.file.zip.html)
it works fine on xxxxxxxxx.html but I really want to have the name of the file in the download link.

Could someone please give me a solution for it ?

Thanks.

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#2 Postby ruben » Dec 12, 2010 11:15 am

Could someone please help ?? Admin ???

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » Dec 13, 2010 8:56 am

Provide sample download URL so we can see the problem.

hscorp
Posts: 143
Joined: Nov 12, 2008 5:36 pm

#4 Postby hscorp » Dec 14, 2010 1:49 am

we need to see the link but maybe this could help

put the full url for the logo in the templates

search for the logo in main.html and put the full url

like change "/images/logo.gif" to "http://www.domainname.com/images/logo.gif"

if you added the full url to image and the problem still please provide a link

komi
Posts: 161
Joined: Nov 27, 2009 12:41 pm

#5 Postby komi » Dec 14, 2010 2:41 pm

There's no need to put full URL.

Code: Select all

/images/logofile.png
would do just fine. Just make sure the first / isn't missing, as otherwise it's a relative URL which means the path to the image has to be in current folder. This is most likely your problem.