The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Thanks for replay @ Shelley_c .I am checked that image path in my Admin pannel thats are correct.But view with my forum the location is changing...........
Now i am opening my forum check this link http://muthumobiles.org/forums/mp3-tones/ |
#12
|
||||
|
||||
Quote:
http://muthumobiles.org/forums/mp3-tones/images/icons/45.gif which is the path it is looking for. It is located at: http://muthumobiles.org/forums/images/icons/45.gif You need to fix your image paths. |
#13
|
||||
|
||||
I know but check the front page thats working fine.
http://muthumobiles.org/forums/index.php But sub forum thats why the problem http://muthumobiles.org/forums/mp3-tones/ |
#14
|
||||
|
||||
I know, but you have the added /mp3-tones in the path now. Your image links are currently written to be relative to where you are. You should change them to be relative to your root, not to where you are.
|
#15
|
||||
|
||||
I cant understand.Please explain briefly................
|
#16
|
||||
|
||||
In the code, it says to look for the image at:
images/icons/45.gif That means it just goes from where it currently is, at http://muthumobiles.org/forums/mp3-tones/ , and then looks for the folder /images (and then the folder /icons), but that folder doesn't exist there. You need to go back to /forums and then to /images in order to find the correct location. Try having a path of /forums/images/etc for your images instead of just images/etc. |
#17
|
||||
|
||||
Quote:
I am checked there location in my admin pannel thats are correct.In the folder http://muthumobiles.org/forums/images Front page is working fine http://muthumobiles.org/forums/index.php But every sub forums getting image path is changing Check the following link http://muthumobiles.org/forums/nokia...n-os-9-1-apps/ changing image path http://muthumobiles.org/forums/nokia...1-apps/images/ http://muthumobiles.org/forums/applications-iphone/ changing image path http://muthumobiles.org/forums/appli...iphone/images/ Thats why????????? |
#18
|
||||
|
||||
Yes, I know.
Does not work: HTML Code:
<img src="images/icons/45.gif" alt="45.gif" border="0" />
HTML Code:
<img src="/forums/images/icons/45.gif" alt="45.gif" border="0" />
|
#19
|
||||
|
||||
Thanks @ Lynne.Now my problem is solve
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|