PDA

View Full Version : simple template


civilguy
01-31-2006, 06:55 AM
I hate to bother you guys, but I cant get it to work.
3 questions.

1) I am using the simple template(pixelpost 1.4.3)
All that I want to do is put the coments at the bottom in the same page, I dont want people to have to click on coments to see them.
my blog is www.morenooscar.com/pixelpost

2)How can i put a jpeg banner on the left side of each picture, just outside the frame. just like this http://ericcotter.com/blog/index.php?showimage=132

3)Also, in his blog when you try to save one of his pictures it does not let you.. that's cool, any idea how to do it?

Thanks,
Oscar

Joe[y]
01-31-2006, 07:03 AM
I hate to bother you guys, but I cant get it to work.
3 questions.

1) I am using the simple template(pixelpost 1.4.3)
All that I want to do is put the coments at the bottom in the same page, I dont want people to have to click on coments to see them.
my blog is www.morenooscar.com/pixelpost

2)How can i put a jpeg banner on the left side of each picture, just outside the frame. just like this http://ericcotter.com/blog/index.php?showimage=132

3)Also, in his blog when you try to save one of his pictures it does not let you.. that's cool, any idea how to do it?

Thanks,
Oscar

1) in image_template.html below the image code create a new div and put the comments tag in it like so:

<div style="text-align:left;"><IMAGE_COMMENTS></div>

2) look at his page source for ideas.

3) same goes for 3 - but i don't recommend it - if somebody wants to save your pictures he's gonna be able to anyhow if he wants to. best bet would just be to not post any very high res images.

whiskerz
01-31-2006, 01:32 PM
#3. A simple right-click javascript will do that for you but as stated, anyone who wants the image can get it. In fact it is already in your cache from viewing it.

civilguy
01-31-2006, 05:00 PM
Thanks.