• Hi,
    I just installed WordPress (1.2.1) some days ago and think it’s great, found solutions to some problems in this forum and was very happy about podz’ website about how to change the css (thanks!).
    But I didn’t find any help to this:
    I am having comments appear in a popup box, but this box can be resized by clicking on the lower right corner and pulling it. Is there a way to stop this?
    And, one general question as I know nearly nothing about php:
    If I want to change something for instance in the index.php without deleting it (as I might have to restore it if it doesn’t work) is it ok just to put it between <!– –> like in html, or is there another way in php?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter salami

    (@salami)

    oops, something is missing in my question, i meant is it ok just to put it between ‘<– –>’ like in html

    You can comment it out with //
    <?php // this is commented out ?>
    Or, copy all of index.php, paste it into notepad and save that as a back up and then chop away happily ??
    With the popup, it may be a case of adding ‘resize=no’ where the script is called in the functions, but I’m not sure.

    Thread Starter salami

    (@salami)

    I tried the ‘resize=no’ just behind the ‘width…height…’-part in the wp-includes/template-functions-comment.php but it didn’t change anything (I also tried ‘resizable=no’ as I read this somewhere else in this forum but it didn’t work either) Any idea of where else to adding the ‘resize’ part?

    Thread Starter salami

    (@salami)

    Think I got it ?? In this function comments_popup_script there is a part ‘scrollbars=yes,status=yes’. I set ‘status=no’, now it seems to work. Great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘comments popup size’ is closed to new replies.