Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 11-22-2008, 03:47 AM
mannaraja's Avatar
mannaraja mannaraja is offline
 
Join Date: Nov 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/
Reply With Quote
  #12  
Old 11-22-2008, 04:02 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mannaraja View Post
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/
I'm sorry, but the image path is *not* correct. Your 45.gif image is NOT located at:
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.
Reply With Quote
  #13  
Old 11-22-2008, 04:08 AM
mannaraja's Avatar
mannaraja mannaraja is offline
 
Join Date: Nov 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/
Reply With Quote
  #14  
Old 11-22-2008, 04:12 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #15  
Old 11-22-2008, 04:18 AM
mannaraja's Avatar
mannaraja mannaraja is offline
 
Join Date: Nov 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
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.
I cant understand.Please explain briefly................
Reply With Quote
  #16  
Old 11-22-2008, 04:30 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #17  
Old 11-22-2008, 05:08 AM
mannaraja's Avatar
mannaraja mannaraja is offline
 
Join Date: Nov 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
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.


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?????????

Reply With Quote
  #18  
Old 11-22-2008, 04:08 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I know.

Does not work:
HTML Code:
<img src="images/icons/45.gif" alt="45.gif" border="0" />
Works:
HTML Code:
<img src="/forums/images/icons/45.gif" alt="45.gif" border="0" />
So, change the paths for your images to be relative to the root like I just showed in the example.
Reply With Quote
  #19  
Old 11-23-2008, 01:21 AM
mannaraja's Avatar
mannaraja mannaraja is offline
 
Join Date: Nov 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks @ Lynne.Now my problem is solve
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04970 seconds
  • Memory Usage 2,256KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete