soniczilla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I Have 13,000 Pending Comments and Ca’t Delete ThemYup, looks like it worked. Again, many thanks Mwdmeyer. That was truly unique and it was appreciated.
Forum: Fixing WordPress
In reply to: I Have 13,000 Pending Comments and Ca’t Delete ThemHandySolo – Sorry, I some didn’t see your suggestion. My bad.
Mwdmeyer – Wow, thank you for this. I’m currently running and it’s still “going,” I believe. Just gonna leave it there for a while and see if it finishes.
Forum: Fixing WordPress
In reply to: I Have 13,000 Pending Comments and Ca’t Delete ThemMwdmeyer, thanks for that, but I’m not sure I have the know-how to install that correctly. Would you perhaps have an alternate suggestion?
Forum: Fixing WordPress
In reply to: I Have 13,000 Pending Comments and Ca’t Delete ThemI don’t have phpMyAdmin and I’m using Win2K3 to serve.
Forum: Fixing WordPress
In reply to: I Have 13,000 Pending Comments and Ca’t Delete ThemIt was a 1.52 blog, so whatever it had.
I just upgraded to 2.0.5 hoping that’d help but it seems to just stop after 1500 comments.
Forum: Fixing WordPress
In reply to: Sidebar problem (only in single post’s page)I am experiencing this same problem. I wish a solution was posted…
Does anyone know?
EDIT: Figured out. WordPress forgot two closing divs.
In the comments.php…
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>You must be /wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in to post a comment.</p>
<?php else : ?>Needs to look like…
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>You must be /wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in to post a comment.</p></div></div>
<?php else : ?>Notice the two closing divs? That’s what was missing.
Forum: Fixing WordPress
In reply to: How to control directory location of pages created under WP?I, too, need this answered. For instance..
I want to create a static page at https://www.domain.com/about
How do I keep the same layout? It seems if I want to make a static page, I gotta use the Page dealie so it’s something like https://www.domain.com/p=67
See what I need? Any and all help is majorly appreciated.
Forum: Plugins
In reply to: Advanced Poll 2.03Jalenack,
I’ve been using Democracy for a while on my site, but I gotta say, it’s pretty weak. I’m only using it because I can’t find any other solution.
Please take a look at other polling solutions on other websites and try to catch up with the times.