PDA

View Full Version : The entire list of images between "< ! -- -- >"?


xact
02-07-2008, 11:56 PM
I'm having a small problem with pp. I've noticed in that in the source of my page appears the entire list of images from pixelpost, commented. Is there an option in pixelpost for this or is there an addon that has this result?

Here are the addons I use:

http://img91.imageshack.us/img91/2854/80798124eo3.jpg

And this is my photoblog (http://www.blur.ro/). If you see the page source, you'll notice.

Thanks in advance.

kevincrafts
02-08-2008, 12:12 AM
Why don't you post the HTML code of your image_template.html file? But I'm thinking you have the sitemap addon on your page.

xact
02-08-2008, 07:59 AM
I've disabled the sitemap addon and still no change. Here is the image_template:

.


As I said before, this happens no matter what template I use. :)

austriaka
02-08-2008, 10:19 AM
perhaps the urchin tracker?

xact
02-08-2008, 11:40 AM
perhaps the urchin tracker?

No. I've deleted every reference to the urchin script, cleared all private data (cache cookies, etc) and still the same thing. :(

dhdesign
02-08-2008, 12:12 PM
I believe it may be related to the slideshow addon you are using. If so, disable it and see if anything changes. You might also have to remove the <SLIDESHOW_META> tag from your template.

By the way, you have a code error - an <a> tag isn't closed properly:
now:
<a href="http://technorati.com/faves?add=http://www.blur.ro/index.php?showimage=<IMAGE_ID>" target="_blank" title="Technorati Bookmark" alt="Technorati Bookmark"><img src="http://www.blur.ro/templates/xistense/images/tech.gif" alt="" border="0" /></a

should be:
<a href="http://technorati.com/faves?add=http://www.blur.ro/index.php?showimage=<IMAGE_ID>" target="_blank" title="Technorati Bookmark" alt="Technorati Bookmark"><img src="http://www.blur.ro/templates/xistense/images/tech.gif" alt="" border="0" /></a>

xact
02-08-2008, 01:00 PM
Solved! I mean... both problems. First,

By the way, you have a code error - an <a> tag isn't closed

It's done, thanks for the heads-up! :D


Second,

A geek friend suggested that I should search for "<! --" inside php files using a code editor. I did, and.. surprise. It was the "increase stats" addon. I'm going to remove the part of the code where it adds that list because when I'll have hundreds of pictures in my photoblog this will become bandwidth and loadtime-unfriendly.

Thanks everyone for feedback! :)

Vernon.Trent
02-10-2008, 12:53 PM
for upcoming issues


check the tracker stuff.

there was a similar thread some time ago
http://www.pixelpost.org/forum/showthread.php?t=4974

:)