PDA

View Full Version : Need help ... change text and returning to Comment window after saving comment


dshooter
12-28-2005, 06:00 AM
Hi there,

I need help on two things. I just set up my photoblog using pixelpost. It's www.hendralauw.com

1. how do I change the text for the "Comment" menu on the top menu bar to something else, like for example "Info+Comment ( )"

2. after saving comment, how do I make it that the comment pop up window will return to the comment window automatically after user click on the Thank You link. Like what this guy did on his website : http://www.visual-experience.com

Thanks so much in advance for the help.
dshooter

GeoS
12-28-2005, 06:15 AM
http://forum.pixelpost.org/showthread.php?t=3025

dshooter
12-28-2005, 06:23 AM
Thank you GeoS.

Any idea on how I can do the number 2 above?

GeoS
12-28-2005, 06:34 AM
This should work if you dont have hacked/modifited /index.php.

Try to replace in /templates/simple/comment_template.html:
<form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
to:
<form method='post' action='index.php?x=save_comment&amp;popup=comment' name='commentform' accept-charset='UTF-8'>

dshooter
12-28-2005, 07:00 AM
yay .... it works !!!!!!
Thanks GeoS ! :-)

GeoS
12-28-2005, 07:21 AM
You welcome :D