Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter yeyeman9

    (@yeyeman9)

    Yeah. I have actually changed to buddypress. :). thanks!

    Thread Starter yeyeman9

    (@yeyeman9)

    Here is what I did, for anyone that might need some future reference:

    <?php foreach($posts as $post): ?>
    
    <?php $post_data = get_post($post->post_id, OBJECT); ?>
    
        <meta property="og:title" content="<?php echo $post_data->post_content ?>" />
    
    <?php endforeach; ?>
    Thread Starter yeyeman9

    (@yeyeman9)

    Solved nevermind! thanks!

    Thread Starter yeyeman9

    (@yeyeman9)

    The problem that I am seeing with the plug in though, is that it is actually a forum more than anything. My idea is for, let’s say I have a normal wordpress blog. I make entries and what not, title and paragraphs (like an article). How can I let users do that as well, without having to register?

    Thread Starter yeyeman9

    (@yeyeman9)

    Awesome thanks! that seems like it could do the trick.

    I will have to play around with it a little bit but do you know if users will be able to choose the categories they want it to appear on?

    Thanks again!

    I actually used it perfectly for a while. Thumbnails worked perfectly and what not. But suddenly they just stopped appearing. When I click on “Edit thumbnail” an error comes out:

    Warning: Division by zero in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 290

    Warning: Division by zero in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 303

    Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 436

    Warning: Division by zero in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/admin/manage_thumbnail.php on line 42

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