Forum Replies Created

Viewing 13 replies - 106 through 118 (of 118 total)
  • I am also unable to approve comments in any usual way using WP 2.8. The approval links generate rather long and wrong looking URLs like:

    edit-comments.php?s=&mode=detail&comment_status=all&pagegen_timestamp=2009-07-07+03%3A13%3A41&_total=5937&_per_page=20&_page=1&action=approve&doaction=Apply&_wpnonce=674abe9cbf&_wp_http_referer=%2Fwp-admin%2Fedit-comments.php&comment_type=all&delete_comments[]=69683&action2=-1

    I just stopped getting my notifications (it’s almost a feature, not a bug?, might just subscribe to my own comments feed) right after my web host moved my site to a new server, so I am guessing there is a hard coding path name issue somewhere.

    Thread Starter cogdog

    (@cogdog)

    Am digging through code and finding little. In /wp-admin/edit-form-advanced the form that ajaxes the custom fields calls:

    do_action(‘dbx_post_advanced’)

    and I cannot locate any reference to this “dbx_post_advanced” anywhere else.

    The error message is generated somehwere in the Ajax pile and I have lost my way now in the code.

    Never mind — the less than stellar template I am using had an extraneuos php endif statement

    I am not having luck with this fix. My WP 2.5 site has a 404 template. Previously, creating a bogus URL would generate a long running output with a concatenation of every page on my site. With this fix, (creating an unused Page and pointing the Post Pages menu to it, I get a blank (no HTML in the source) return page.

    This site is a bit out of the usual structure – all the content pieces are WP page, there are now no Posts. I create a dummy post, yet I still get a blank for what should be my 404 template.

    For TryoCawley – I do sites that do not put typical blog chronology on the front gae- I set the main front page to point at an existing WP page as the entry way tot he site. I would use a Posts Page as one templated to do a more traditional blog-like output on an internal page.

    Thread Starter cogdog

    (@cogdog)

    It got worse, when I looked at all my past uploads (under Manage) ALL previous uploaded images had no previews. I figured a plugin was interfering, and I got lucky as the first one I de-activated was PodPress 8.5, and just doing that fixed my problem.

    Avoid PodPress, it has given me more grief than any other plugin.

    Thread Starter cogdog

    (@cogdog)

    Well yes, duh. The only thing is that it seems to happen infrequently. It shows up on http://virtualworlds.nmc.org/ the one shown in the flickr link as well as http://www.nmc.org/sl/

    My hunch was it had something to do with using in my header template, a style sheet reference for the roating banners that uses Image Rotator (http://www.hiveware.com/imagerotator.php)


    <style type="text/css" media="screen">
    #header {background:black url(".../themes/.../images/banners/rotate.php") top left no-repeat;}
    </style>

    It seems better behaved when I reowrote the function to just return the name of the file, and embed in the style:

    I’m having similar issues on http://virtualworlds.nmc.org — users of Firefox are occaisionnaly seeing unstyled content- a Shift-Reload clears it, but people think the site is broken.

    The magic bullet did not work as the tool (a great one to have, so thanks) indicates our Apache server is sending it as text/css.

    Also, just cleaned up 4 CSS validation errors (now validates). Also noticed that my CSS file had Mac encoded line returns, changed to unix (might that be an issue??)

    Thread Starter cogdog

    (@cogdog)

    I sure wish I could get a reply πŸ˜‰

    This *seems* to happen mostly with users of Firefox, one sent me a screen shot link to flickr:

    http://www.flickr.com/photos/22442464@N00/361505622/

    Thanks for the suggestions. In poking through the database, it appeared my older posts that had racked up a lot of popularity points were so far above my new ones, that a new post was only pegging 1-3%. I just emptied the wp-pupualarit database and let it start anew.

    Sorry, but it is not behaving at all like it did before I had put in wp-cache. In the past, items on my front page, would rise quickly in popularity, but now they are all in the 1-3% range. In fact, looking at my dashboard, I have one post ranked at 100% and everything else is below 7%.

    My blog is:
    http://cogdogblog.com/

    If I totally deleted the database table, removed the plug-in, and started over, would that do anything?

    thanks

    I seem to have toasted my Popularity plugin (1.0) by playing around with the wp-cache plugin. Your site mentions thia is a bad thing. I have deactivated/deleted wp-cache, re-installed the Popularity Contest 1.1, but it does not seem to be analyzing any posts since I installed wp-cache. How do I clean up?

    cogdog

    (@cogdog)

    It worked! Death to curly quotes (in feeds). The lines I edited in default-filters.php were:


    #add_filter('the_title', 'wptexturize');
    #add_filter('the_content', 'wptexturize');
    #add_filter('the_excerpt', 'wptexturize');

Viewing 13 replies - 106 through 118 (of 118 total)