vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   icon not view (https://vborg.vbsupport.ru/showthread.php?t=196683)

mannaraja 11-22-2008 03:47 AM

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/

Lynne 11-22-2008 04:02 AM

Quote:

Originally Posted by mannaraja (Post 1670438)
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.

mannaraja 11-22-2008 04:08 AM

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/

Lynne 11-22-2008 04:12 AM

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.

mannaraja 11-22-2008 04:18 AM

Quote:

Originally Posted by Lynne (Post 1670450)
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................

Lynne 11-22-2008 04:30 AM

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.

mannaraja 11-22-2008 05:08 AM

Quote:

Originally Posted by Lynne (Post 1670456)
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?????????
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/https://vborg.vbsupport.ru/

Lynne 11-22-2008 04:08 PM

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.

mannaraja 11-23-2008 01:21 AM

Thanks @ Lynne.Now my problem is solve


All times are GMT. The time now is 08:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01164 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete