Advertise Here

Author Topic: A problem with images being moved or deleted  (Read 2569 times)

0 Members and 1 Guest are viewing this topic.

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
A problem with images being moved or deleted
« on: April 25, 2009, 12:37:11 am »
This is a bug that all of my members have noticed. Basically, its says a Image has been removed or deleted when clearly it hasnt.

Heres a perfect example:
http://pic.smfforfree4.com/index.php/topic,925.0.html

In that topic I put the images that I used for the message icons, they are still there, but in the message icons themselves, it says they have been removed or deleted.

Anyone else having this problem? Or know a way to resolve it?


Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: A problem with images being moved or deleted
« Reply #1 on: April 25, 2009, 12:46:37 am »
Andrew please post a screenshot so that we can see exactly what you are talking about or post a link that leads to a Board that we can actually see.   The link you posted is for a section of your forum that cannot be viewed unless we register.


"Basically, its says a Image has been removed or deleted"   <-------  sounds like the images that are shown from Photobucket when an image has been moved or deleted.    Are you using the image swap code by chance for those images?    Bandwidth run out with PB?   
« Last Edit: April 25, 2009, 12:56:21 am by simply sibyl »

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: A problem with images being moved or deleted
« Reply #2 on: April 25, 2009, 01:26:41 am »
Well for this case no, Im not using the swap image code, im using the Change Message Icon text code.

Sorry about that, heres a screenshot of it:


Notice to the top right, those should be the images that are in that exact same post.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: A problem with images being moved or deleted
« Reply #3 on: April 25, 2009, 01:29:52 am »
Thats not a bug with the forum.   Has to be something with your Photobucket going on or something with the code that you are using.    Those are images that are displayed by Photobucket (as I suspected and mentioned in my previous post) when an image has been removed, moved, or your over bandwidth, etc.    Photobucket "can" also be flakey at times. 

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: A problem with images being moved or deleted
« Reply #4 on: April 25, 2009, 01:34:01 am »
I notice codes can be kinda funky at times too.
Here is the code, if you think that may be the problem.

Code: [Select]
<script type="text/javascript">
function Message_Icons(MI,New){
//Created by Agent Moose (revolutionx.smfforfree3.com)
var a = document.getElementsByTagName("b");
for(x=0;x<a.length;x++){
if(a[x].parentNode.parentNode.height == "20" && a[x].innerHTML.match(MI)) a[x].innerHTML = a[x].innerHTML.replace(MI,New);
};};
Message_Icons("Quote","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/Quote.png' alt=''>");
Message_Icons("Remove","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/Remove.png' alt=''>");
Message_Icons("Modify","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/Modify.png' alt=''>");
Message_Icons("Split Topic","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/SplitTopic.png' alt=''>");
</script>

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: A problem with images being moved or deleted
« Reply #5 on: April 25, 2009, 09:27:32 am »
I notice codes can be kinda funky at times too.
Here is the code, if you think that may be the problem.

Code: [Select]
<script type="text/javascript">
function Message_Icons(MI,New){
//Created by Agent Moose (revolutionx.smfforfree3.com)
var a = document.getElementsByTagName("b");
for(x=0;x<a.length;x++){
if(a[x].parentNode.parentNode.height == "20" && a[x].innerHTML.match(MI)) a[x].innerHTML = a[x].innerHTML.replace(MI,New);
};};
Message_Icons("Quote","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/Quote.png' alt=''>");
Message_Icons("Remove","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/Remove.png' alt=''>");
Message_Icons("Modify","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/Modify.png' alt=''>");
Message_Icons("Split Topic","<img src='http://i596.photobucket.com/albums/tt46/CadetAndrew/SplitTopic.png' alt=''>");
</script>

Im not familiar with that code, sorry.
Suggestion:   remove the code
Check to see that the images are there.
Then you know its something with the code.
Check the thread where you got the code from;  doublecheck your code;  ask the author of the code for support with it.

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: A problem with images being moved or deleted
« Reply #6 on: April 25, 2009, 09:36:59 am »
Images are still there...I guess Ill talk to Moose about it.

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
1211 Views
Last post January 23, 2009, 09:56:03 am
by mofwtmy
0 Replies
735 Views
Last post April 25, 2009, 09:40:19 am
by simply sibyl
0 Replies
623 Views
Last post December 23, 2009, 11:44:31 am
by simply sibyl