Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Forum: Plugins
    In reply to: Podpress and WordPress 2.1

    …with the a lot of people upset.

    I imagine all those people who are upset donated to support Dan’s efforts developing Podpress, right?

    <sarcasm />

    Thread Starter mwselz

    (@mwselz)

    Looks like it was Category Visibility RH Rev… I’ll report to the developer that his plugin breaks 2.1…

    Thanks!

    Thread Starter mwselz

    (@mwselz)

    No… running
    Akismet 2.0
    Autometa 0.7
    Category Visibility RH Rev 1.1.b1
    FAQ .04j
    Filosofo Home-Page Control .83
    Fold Category List 1.0b6
    Fold Page List 1.6
    navigo 1.1
    PHP Exec 1.7
    podPress 7.0
    WordPress Database Backup 1.8

    IF that helps anyone diagnose…?

    Forum: Fixing WordPress
    In reply to: 2.1 Database Error
    Thread Starter mwselz

    (@mwselz)

    Okay, sorry for my panicking. Upgrading the plugin “Category Visibility” (http://ryowebsite.com/?p=46) fixed it. Now I’m gonna go through and upgrade all my plugins…!

    Forum: Fixing WordPress
    In reply to: 2.1 Database Error
    Thread Starter mwselz

    (@mwselz)

    Update: On more digging, my aforementioned problems seems to have to do with Pages on my site… links to pages result in a 404, and this is the error on the admin section’s “page management” page:


    WordPress database error: [Unknown column 'wp_post2cat.category_id' in 'on clause']
    SELECT wp_posts.* FROM wp_posts LEFT JOIN wp_catt_visibility ON (wp_post2cat.category_id = wp_catt_visibility.catt_ID) WHERE 1=1 AND (post_type = 'page' AND (post_status = 'publish' OR post_status = 'future' OR post_status = 'draft' OR post_status = 'private')) AND (post_type = 'page' AND (post_status = 'publish' OR post_status = 'future' OR post_status = 'draft' OR post_status = 'private')) ORDER BY menu_order DESC

    This is bad..!

    Thread Starter mwselz

    (@mwselz)

    That’s got it! Thanks very much; everyone’s been brilliant.

    Thread Starter mwselz

    (@mwselz)

    Hey, that’s working *nearly* perfectly! The only thing is, it only shows the date on the first archive entry. Here’s the code:


    <ul>
    <?php
    $myposts = get_posts('numberposts=12&offset=1&orderby=post_date&order=DESC&category=2');
    foreach($myposts as $post) :
    ?>

    <li><strong><a>"><?php the_title(); ?></a></strong>
    <?php the_date(); echo ""; ?>
    <?php the_excerpt(); ?>
    <?php endforeach; ?></li>
    </ul>

    Thread Starter mwselz

    (@mwselz)

    Looks like get_post returns values for a specific post… not sure (having very little php-fu) how I would turn that around to exclude the most recent post.

    Thanks — keep ’em coming!

    Forum: Plugins
    In reply to: Slash Problem In Subscribe2
    Thread Starter mwselz

    (@mwselz)

    Well, Subscribe2 doesn’t technically send the mail itself — it sends it through your email address as a bcc to all the members in your subscription list.

    What I did was utilize the “Mail Subscribers” option under “write” in the Admin area. This allows you to write an e-mail message directly to subscribers. The other way to use Subscribe2 is, of course, to set up a category or categories that automatically get sent to subscribers when you write a new post.

    Everything worked great, except for the formatting of apostrophes and quotation marks, which were preceeded in the text with the \ character. I know that this has something to do with the way PHP handles stringe… but that’s where my knowledge ends.

    Anyone else hit this, and figured out a solution to get rid of those \ characters?

    Thanks again.

    Thread Starter mwselz

    (@mwselz)

    The new version seems to indicate that only registered users get the full post. I want *all* subscribers to get the full post.

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