Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 01-20-2005, 09:05 PM
astroflux Offline
pp regular
 
Join Date: Nov 2004
Posts: 25
commments not scrolling

i am using the gray's comments template. the comments page does not scroll. is there an easy fix to make it scroll?

thanks in advance!

http://www.bldg13.com/photos
__________________
bldg13
Reply With Quote
  #2  
Old 01-21-2005, 06:15 PM
Rasmus Offline
 
Join Date: Jan 2005
Location: Copenhagen, Denmark
Posts: 3
Yeah, there is indeed an easy fix. I'm not gonna repeat myself though (sry, I'm just lazy today, heh) so you'll have to see my reply to the same question in the thread called:

Minimal template! (avaliable)

It's thread number three top down in this forum.

/Rasmus
Reply With Quote
  #3  
Old 01-25-2005, 07:20 PM
astroflux Offline
pp regular
 
Join Date: Nov 2004
Posts: 25
Quote:
Originally Posted by Rasmus
Indeed there is! Coincidentally I use the same template (thx keoshi!) and had to do a little fix to get the comments to show up:

1) Open the index.php file
2) Look for the line that says:
Code:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='#' onclick=\"window.open('index.php?popup=comment&showimage=$image_id','Comments','width=480,height=540..
it's the 515th line down.
3) As it is a javascript function, just add
Code:
,scrollbars=yes'
after the
Code:
height=540
attribute.
4) Save, exit and upload!

I added a couple of more attributes just for the hell of it, so my entire line reads:
Code:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='#' onclick=\"window.open('index.php?popup=comment&showimage=$image_id','Comments','width=480,height=540,resizable=no,scrollbars=yes,status=no,menubar=no,directories=no');\">$lang_comment_popup</a>",$tpl);
Hope this fixes your problem
/Rasmus


thanks for the response! just in case anyone searches for it...
__________________
bldg13
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 12:13 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs