|
#1
|
|||
|
|||
|
Problems with the comments popup
Hello everybody, I'm posting here hoping that someone else ran into the same thing (and probably found a workaround, too).
The problem I have is that whenever I click the comments button (for an older photo) and the popup appears, the background browser window loads the most recent post. You can see for yourself here: http://www.10xzoom.ro/pixelpost/. Just click the left arrow and go to an older photo and click comments. You'll notice that the main window switches to the latest post entry. Is there a way around this? |
|
#2
|
|||
|
|||
|
I've found the problem. To get rid of that annoying refresh, all you have to do is to edit line 919 index.php file like this:
Code:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='index.php?showimage=$image_id' onclick=\"window.open('index.php?popup=comment&showimage=$image_id','Comments','width=480,height=540,scrollbars=yes,resizable=yes');return false;\" onFocus=\"blur()\">$lang_comment_popup</a>",$tpl);
|
| Post Reply |
| Thread Tools | |
|
|