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
Template error

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



Joined: 25 Apr 2010
Posts: 44

PostPosted: Dec 24, 2010 8:31 pm    Post subject: Template error Reply with quote

Hello Folks,

We need urgent assistance here please.When we access our site via a normal link it shows fine www.domain.com/fdfdsew but when we access the site via the URL with user name in the middle, it shows the site funny.www.domain.com/stunna/fdfse Can anyone help me with this issue please.

I thank you
Back to top
View user's profile Send private message
stunna



Joined: 25 Apr 2010
Posts: 44

PostPosted: Dec 25, 2010 12:18 pm    Post subject: Reply with quote

ANY idea about this?
Back to top
View user's profile Send private message
nyan



Joined: 28 Oct 2010
Posts: 121

PostPosted: Dec 26, 2010 10:43 am    Post subject: Reply with quote

make sure the paths to images and stylesheets are absolute

bad:

Code:
img src="images/hello.jpg"

this will give http://domain.com/images/hello.jpg on your main page, but http://domain.com/user/images/hello.jpg on the user page

solution:

Code:
img src="/images/hello.jpg"

or
Code:
img src="TMPL_VAR site name/images/hello.jpg"
Back to top
View user's profile Send private message
stunna



Joined: 25 Apr 2010
Posts: 44

PostPosted: Dec 29, 2010 3:44 am    Post subject: Reply with quote

nyan wrote:
make sure the paths to images and stylesheets are absolute

bad:

Code:
img src="images/hello.jpg"

this will give http://domain.com/images/hello.jpg on your main page, but http://domain.com/user/images/hello.jpg on the user page

solution:

Code:
img src="/images/hello.jpg"

or
Code:
img src="TMPL_VAR site name/images/hello.jpg"


Thank you so very much for your reply.
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