|
#11
|
|||
|
|||
|
Finally i've done it!
Go to includes/function.php: LINE 116: Code:
$image_comments .= "<li class=\"admin_comment\">$comment_message<br />$comment_name @ $comment_datetime</li>"; Code:
$image_comments .= "<li class=\"admin_comment\">".nl2br($comment_message)."<br />$comment_name @ $comment_datetime</li>"; Code:
$image_comments .= "<li>$comment_message<br />$comment_name @ $comment_datetime</li>"; Code:
$image_comments .= "<li>".nl2br($comment_message)."<br />$comment_name @ $comment_datetime</li>"; |
|
#12
|
||||
|
||||
|
what version are you using?
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#14
|
||||
|
||||
|
Trauko, sometimes we do good things
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#15
|
|||
|
|||
|
i have updated today to 1.6 version. I had problems with "image_notes" and with "image_comments" because all is shown in the same line without break lines. I tried to fix it doing the same as in the last version 1.5 but all is different
![]() Now i have fixed the last one as i posted before... But i'm looking for being able to show line breaks in "image_notes". If you go to any of my posts, you will see that the "image_notes" are in the same line without line breaks: www.fotoxic.org (in the last image, where is written "flickr links" must appear in a new paragraph). Edit: I have just realized that in my feeds all is shown correctly, but not in my comments page... And sorry, i thing this thing should has a new topic... Last edited by inocuo; 04-12-2007 at 07:25 PM. |
|
#16
|
||||
|
||||
|
Really I think you have done a beautiful program, compact and well structured.
I don't understand PHP neither HTML, but I can read and understand the code, I can make modifications, and my first template. The good things are beautiful, The beautiful things are simple. PixelPost is it. Have a nice day, be happy.
|
| Post Reply |
| Thread Tools | |
|
|