| Author |
Message |
Enchant
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12
|
Posted:
Mon Jul 25, 2005 9:55 am |
  |
I went and downloaded this and got the coding to work...however no matter what path I take i cant get the images to work...is there any way you can look at this and tell me what the path would be to make the images work. thank you |
|
|
   |
 |
XDakotaX
Lieutenant


Joined: Apr 30, 2004
Posts: 157
|
Posted:
Wed Jul 27, 2005 4:13 pm |
  |
Um, I checked your link and I don't see any invalid image paths showing up.
Which one's can't you view? |
|
|
   |
 |
Enchant
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12
|
Posted:
Sat Jul 30, 2005 7:29 pm |
  |
| XDakotaX wrote: |
Um, I checked your link and I don't see any invalid image paths showing up.
Which one's can't you view? |
My apologies...I should have clarified. I down loaded the astrology one at the bottm. And I am not sure I have been doing the path ways correctly.....this is whst I have...
public_html/blocks/images/AstroSigns/"image".gif
and the block_AstroSigns.php with the other blockphp's
there was no directions, that I saw so if you could help me I would greatly appreciate it.  |
|
|
   |
 |
scoopy
Nuke Soldier


Joined: Oct 13, 2004
Posts: 22
|
Posted:
Sat Jul 30, 2005 8:05 pm |
  |
Like XDakotaX... I also am having trouble finding any problem images on your site... which could be because that block is not activated. But try this:
block_AstroSigns.php path should be:
| Code: |
| blocks/block_AstroSigns.php |
and the image path should be:
| Code: |
| images/AstroSigns/image.gif |
(unless you just need to point it to the folder... then drop "image.gif")
if this does not work... you can also try this:
| Code: |
| http://tsv1814.ts.funpic.de/images/AstroSigns/image.gif |
|
|
|
    |
 |
Enchant
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12
|
Posted:
Sat Jul 30, 2005 11:23 pm |
  |
| scoopy wrote: |
Like XDakotaX... I also am having trouble finding any problem images on your site... which could be because that block is not activated. But try this:
block_AstroSigns.php path should be:
| Code: |
| blocks/block_AstroSigns.php |
and the image path should be:
| Code: |
| images/AstroSigns/image.gif |
(unless you just need to point it to the folder... then drop "image.gif")
if this does not work... you can also try this:
| Code: |
| http://tsv1814.ts.funpic.de/images/AstroSigns/image.gif |
|
I am sorry..shows you have confused I am lol...that wasn't my site, that was the place I was referring to the code I downloaded at the bottom..this is my site:
http://theenchantedelement.com/index.php
As you see I am having issues with the images. I tried the paths, but as you see no images. |
|
|
   |
 |
scoopy
Nuke Soldier


Joined: Oct 13, 2004
Posts: 22
|
Posted:
Sun Jul 31, 2005 7:37 am |
  |
Much clearer explanation now.
I think we need to double check that you have uploaded these images and they are in the folder we expect them to be in.
For Example:
We can see this image in a browser with this URL:
http://theenchantedelement.com/images/topics/EEfantasytopic.gif
This image's path is
| Code: |
| images/topics/EEfantasytopic.gif |
So if you uploaded the AstroSigns images to public_html/images/AstroSigns/... we then should see them using an URL such as:
http://theenchantedelement.com/images/AstroSigns/s_aries.gif
Another thing to clear up... What exactly are we trying to change with this block ? Why do you need to change the paths ? I downloaded it here and gave it a quick look. It seems pretty straight forward and should not be too difficult to get working. Just upload the block.php file along with 12 small images... and all should be working. I can see the block.php file is working.... we just need to figure out what happened to the images. |
|
|
    |
 |
Enchant
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12
|
Posted:
Sun Jul 31, 2005 8:18 am |
  |
| scoopy wrote: |
Much clearer explanation now.
I think we need to double check that you have uploaded these images and they are in the folder we expect them to be in.
For Example:
We can see this image in a browser with this URL:
http://theenchantedelement.com/images/topics/EEfantasytopic.gif
This image's path is
| Code: |
| images/topics/EEfantasytopic.gif |
So if you uploaded the AstroSigns images to public_html/images/AstroSigns/... we then should see them using an URL such as:
http://theenchantedelement.com/images/AstroSigns/s_aries.gif
Another thing to clear up... What exactly are we trying to change with this block ? Why do you need to change the paths ? I downloaded it here and gave it a quick look. It seems pretty straight forward and should not be too difficult to get working. Just upload the block.php file along with 12 small images... and all should be working. I can see the block.php file is working.... we just need to figure out what happened to the images. |
AH HA!! you rock.... Thank you.....that did it.....I am new at this stuff, so its taking awhile to figure it out......You have been awesome |
|
|
   |
 |
|
|