Recent Topics

1 Jan 30, 2010 13:57    

My b2evolution Version: 2.x

Hi all I've got a new skin I'm working on here http://67.192.191.124/rob/index.php

and I've got it just about all done but I'm wondering how to control the size of the popout comments window. Right now it comes up a little small so you get a scrollbar -

any ideas on where the height attribute of this popup are located?

2 Feb 04, 2010 21:44

Eh - nix this one ... I took the easy way out and made the content smaller to fit in the popup ... tho if someone knows I'd be curious for posterity...

3 Feb 05, 2010 16:41

I don't see any pop out comment window. where do I click for this? Maybe I could help with the code

4 Feb 05, 2010 17:07

In your source you have something similar to this

 <a href="http://67.192.191.124/rob/index.php/2009/12/16/carl-sagan-explains-how-to-visualize-the-fourth-dimension#comments" title="Display comments / Leave a comment" onclick="return pop_up_window( 'http://67.192.191.124/rob/index.php/2009/12/16/carl-sagan-explains-how-to-visualize-the-fourth-dimension?disp=feedback-popup', 'evo_comments' )">

Change it to :

 <a href="http://67.192.191.124/rob/index.php/2009/12/16/carl-sagan-explains-how-to-visualize-the-fourth-dimension#comments" title="Display comments / Leave a comment" onclick="return pop_up_window( 'http://67.192.191.124/rob/index.php/2009/12/16/carl-sagan-explains-how-to-visualize-the-fourth-dimension?disp=feedback-popup', 'evo_comments', 600, 480 )">

¥


Form is loading...