PDA

View Full Version : Displaying comments inline


Dennis
07-10-2006, 06:10 PM
Hi,

Just started on my own pixelpost template and I was wondering how to display the comments inline? For now I only found reference to a pop-up which I do not want to use.

Any ideas and comments are welcome.

GeoS
07-10-2006, 09:57 PM
Comment-related Tags with info: used for example in image_template.html
================================================== ======================
<IMAGE_COMMENTS_NUMBER> || how many comments for this image
<LATEST_COMMENT_ID> || image-id of the image that has the latest comment
<LATEST_COMMENT_NAME> || image-title of the image that has the latest comment
<IMAGE_COMMENTS> || UL list of all comments

Spudooli
07-11-2006, 05:33 AM
Or check on the pixelpost-light template which displays them inline for an example.

Dennis
07-21-2006, 11:28 AM
Thanks guys!

I also would like to display the input window inline. Is there anyway to achieve this?
Never mind, found it!!!