Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Hi,
    my ngg.js does not show any line with function(msg) so where should I put it? (You mean the ngg.js in the plugin/nextgen-gallery/js/ directory, don’t you?)

    Betriebssystem : Linux
    Server : Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-22 mod_ssl/2.0.54 OpenSSL/0.9.7e
    Speicherverbrauch : 4.05 MByte
    MySQL Version : 4.1.11-Debian_4sarge8
    SQL Modus : Nicht gesetzt
    PHP Version : 4.3.10-22
    PHP Safe Mode : Aus
    PHP Allow URL fopen : Aus
    PHP Memory Limit : 32M
    PHP Max Upload Größe : 20M
    PHP Max Post Größe : 14M
    PHP Max Script Execute Time : 30s
    PHP Exif Modul : Ja ( V1.4 )
    PHP IPTC Modul : Ja
    PHP XML Modul : Ja

    WP 2.8.4
    NextGEN Version 1.3.6 DE-Edition

    (my German Server-stats, although it really sounds like a msg-problem, as thumbnails are created correctly, and it just gives the error-explanition “1” when I click on “more”..

    Thread Starter Llasse

    (@llasse)

    I make the website for a soccer club, where some regular folks (no tech people) want to post game-reports and put up the soccer team’s formation.
    As these are flexible, I have to offer a certain flexibility for the people to put the names on..

    My current method is, that I have the background-image (which is an image of a soccer field) for a table, and the people who want to put up the position now go in TinyMCE and put the different names in the table.

    Thread Starter Llasse

    (@llasse)

    The only way I could think of and which TinyMCE let me do it, was to assign the following:

    <table background=”image.jpg”> which is not a fine way to do it, so I would still appreciate any ideas or something on how I can TinyMCE load my stylesheet and already use it (sometimes it’s important to see the result of the post, so how is it going to look etc.)

    Could you please add the possibility to choose a single Calendar-feed as a widget, so one could create a widget for each feed (and display it on special pages only, for example).

    We are really hoping to see this come!

    Thread Starter Llasse

    (@llasse)

    I found my problem: I misused endif; and { } so if anyone has the same problem, check your if-loops

    Thread Starter Llasse

    (@llasse)

    Same problem, when I use register_sidebar in functions.php:

    <?php
        register_sidebar( array(
            'name' => 'left-sidebar',
            'id' => 'left-sidebar',
            'before_widget' => '<div id="%1$s" class="%2$s widget">',
            'after_widget' => '</div>',
            'before_title' => '<h3 class="widget-title">',
            'after_title' => '</h3>'
        ) );
        register_sidebar( array(
            'name' => 'right-sidebar',
            'id' => 'right-sidebar',
            'before_widget' => '<div id="%1$s" class="%2$s widget">',
            'after_widget' => '</div>',
            'before_title' => '<h3 class="widget-title">',
            'after_title' => '</h3>'
        ) );
    ?>

    Styling is the same for now, but will change later.. I just dont understand, why he doesn’t display the widgets, even though they’re present in the admin-panel for the sidebar-widgets..

Viewing 6 replies - 16 through 21 (of 21 total)