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-19-2008 12:40 PM

icon not view
 
icon not view my forum pls help me..............



http://muthumobiles.org/images/d31qc301i6lnycy7tqs.jpg

Princeton 11-19-2008 12:45 PM

check the image paths in The StyleVars Editor

mannaraja 11-19-2008 03:46 PM

Quote:

Originally Posted by Princeton (Post 1668625)
check the image paths in The StyleVars Editor

I checked this link all are correct in my forum.But there is same error

check my forum http://muthumobiles.org/forums/mp3-tones/

--------------- Added [DATE]1227159194[/DATE] at [TIME]1227159194[/TIME] ---------------

What happen to all.any one not answer my error.pls any help with me need urgent

--------------- Added [DATE]1227165368[/DATE] at [TIME]1227165368[/TIME] ---------------

need urgent.pls any one replay

Lynne 11-21-2008 02:25 AM

The image paths are not correct. This is what is in the page source:

HTML Code:

<td class="alt2"><img src="images/icons/45.gif" alt="45.gif" border="0" /></td>
If I go to http://muthumobiles.org/forums/mp3-tones/images/icons/45.gif, I get a page not found.


And do NOT create a new thread about the same topic simply because you aren't getting an answer quick enough. That is not allowed.

mannaraja 11-21-2008 02:54 AM

i can't detect the page.Where is this page.please give me the path of the page

Lynne 11-21-2008 02:57 AM

Quote:

Originally Posted by mannaraja (Post 1669782)
i can't detect the page.Where is this page.please give me the path of the page

I know you cannot detect it, that is why the images are not showing. That is where it is looking for your images.

mannaraja 11-21-2008 03:08 AM

Thanks for replay @ Lynne.How to solve this error.Please explain step by step.

--------------- Added [DATE]1227248523[/DATE] at [TIME]1227248523[/TIME] ---------------

Any one know that error.Please help with me.Need urgent......

Lynne 11-21-2008 03:14 PM

You fix it by making sure your images are in the correct location. Currently, your page is looking in "/forums/mp3-tones/images/icons/" for the images, so make sure they are there.

mannaraja 11-22-2008 03:29 AM

I am checked my image location thats are correct............Any other solution??????????

Shelley_c 11-22-2008 03:35 AM

A link to your forum would help. Also, the solution was given to you, correct the image paths they must be incorrect for them not to show.

Edit: Tried to view your forum, it's unavailable at this time and by the look of things there are other images not showing on your site.

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 09:41 PM.

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.01773 seconds
  • Memory Usage 1,762KB
  • 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
  • (3)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete