PDA

View Full Version : editing comments template


eleni
02-09-2006, 11:22 AM
hello,

i'm trying to edit the look of my comments popup window. i want to make the 'author of the comment' and the 'date' of the posted comment to look different than the actual content of the comment. how is this possible? when i look inside the template file, all i see is the <IMAGE_COMMENTS> tag. how can i separate the content from the author data? thanks.

Joe[y]
02-09-2006, 03:33 PM
currently they are included together under the same tag so there is no real way to chage them separately. however, if you are desperate then you can edit the function print_comments in includes/functions.php. you will find a line there that says

$comment_name = "<a href='$comment_url' title='$lang_visit_homepage' target='_blank'>$comment_name</a>";

you change change that however you like! but take a note of any modifications you make in case you lose them next time you upgrade pixelpost.

eleni
02-09-2006, 11:23 PM
got it. thank you very much!