Author Topic: Tackling Screenshots  (Read 543 times)

Offline Tsikura

  • Member
  • Posts: 270
Tackling Screenshots
« on: June 26, 2010, 05:25:41 PM »
I didn't want to hijack the other thread so starting this one. Anyways, updating all of my torrents and moving images to imageshack but there seems to be a small problem I can't figure out with the screenshots. The following is the code in description.

Code: [Select]
[screenshot]
[url=http://img692.imageshack.us/img692/2403/98999914.png][img]http://img121.imageshack.us/img121/6459/19674305.jpg[/img][/url]
[url=http://img692.imageshack.us/img692/765/91045210.png][img]http://img692.imageshack.us/img692/1217/66437136.jpg[/img][/url]
[url=http://img121.imageshack.us/img121/4862/37366396.png][img]http://img710.imageshack.us/img710/8614/27374398.jpg[/img][/url]
[url=http://img710.imageshack.us/img710/6175/87103586.png][img]http://img684.imageshack.us/img684/7449/59493059.jpg[/img][/url]
[url=http://img686.imageshack.us/img686/5442/92187751.png][img]http://img684.imageshack.us/img684/6294/89256787.jpg[/img][/url]
[url=http://img819.imageshack.us/img819/6919/53855566.png][img]http://img541.imageshack.us/img541/5628/69280815.jpg[/img][/url]
[/screenshot]

Now, this is how the screenshot panel looks.



If I remove the [screenshot] tag, the images and urls works properly


Any suggestions? Search doesn't bring anything helpful unless I missed something.

Offline blubart

  • Member
  • Posts: 2349
Re: Tackling Screenshots
« Reply #1 on: June 26, 2010, 05:40:09 PM »
Code: [Select]
[screenshot]
[img]http://img692.imageshack.us/img692/2403/98999914.png[/img]
[img]http://img692.imageshack.us/img692/765/91045210.png[/img]
[img]http://img121.imageshack.us/img121/4862/37366396.png[/img]
[img]http://img710.imageshack.us/img710/6175/87103586.png[/img]
[img]http://img686.imageshack.us/img686/5442/92187751.png[/img]
[img]http://img819.imageshack.us/img819/6919/53855566.png[/img]
[/screenshot]
should do it.

i believe it's an issue with the code auto-generating thumbnails for imageshack & co.
« Last Edit: June 26, 2010, 05:41:45 PM by blubart »

Offline Tsikura

  • Member
  • Posts: 270
Re: Tackling Screenshots
« Reply #2 on: June 26, 2010, 05:43:25 PM »
Hmm, I understand that thumbnails are automatically generated with certain hosts but why doesn't it work that way anymore with Imageshack? (thumbnails supplied by user)

edit: saw your edit after this >.>