Forum Replies Created

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

    (@meclark)

    That replacement causes the page to not display at all. error log shows
    PHP Parse error: syntax error, unexpected $end in …/defusion/header.php on line 52

    This would be a great feature. Limiting the size of the uploaded photo within nextgen provided it’s below the php.ini max. size setting. I’d like to limit the upload size to 1 or 2 megabytes. Good enough for the average 4X6 print. I don’t care if nextgen resizes the photo or a message is shown on the upload page stating the max photo file size limit is “?? X ?? pixels, X megabytes”. Display of both values would be good. Stating the size in ?? X ?? may be classic photo language, but it’s not everyone who knows how to translate the pixel resolution to megabytes on the fly.

    Forum: Plugins
    In reply to: Members only sections

    I used the code for “Template Name: Members Only” and it works great. I’m using the Defusion theme and it works with that. I want the page to be visible from the pull down menu just not visible until logged in which this does. However it is not formatted the same as the other pages.

    The left and right borders don’t align like the other pages. On the non members only theme pages, the side bar begins at the top. On the members only theme pages, the side bar begins at the bottom of the page. The content of the page pushes the side bar down.
    Any clues to modify this so the width of members only pages are the same as non members pages?

    I’ve tried adding this from the defusion theme’s style.css
    <h2><?php the_title(); ?></h2>
    <div class=”contenttext”>
    <?php the_content(); ?>
    #content-left {
    float: left;
    #width: 600px;
    width: 700px;
    }

    #content-right {
    float: right;
    #width: 320px;
    width: 220px;
    }
    It doesn’t work.

    Thread Starter meclark

    (@meclark)

    Thank you. searching “Role Manager” in the plug-ins area returns 8+ pages and not a one directly to that plug-in. Never would have thought to look at sourceforge.

Viewing 4 replies - 1 through 4 (of 4 total)