Ruby Sinreich
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Live Comment Preview and DreamHostI use Dreamhost and the live comment preview works on one of my blogs and not the other. I have no idea why!
Forum: Fixing WordPress
In reply to: Did I break it by adding .htaccess?Makes sense except I don’t have a “stats” page generated by WordPress. If I did, then I would get that instead of a 404 error.
I agree that WP is trying to interpret the address as a permalink to a post, but I can’t just turn off permalinks. That would mess up all incoming links to my site!
I have a feeling this is related to my theme. But I removed the 404.php page from it and am still having this problem…
Forum: Fixing WordPress
In reply to: Can’t Access StatsDyingman, if you are using Dreamhost I am having the same problem (see https://www.ads-software.com/support/topic/28132#post-225554). Please post back here if you found a solution. Thanks!
Forum: Fixing WordPress
In reply to: Did I break it by adding .htaccess?I have the exact same problem with dreahost stats! Whenever I attempt to go to https://lotusmedia.org/stats I get my 404 page instead.
I just tried adding the code you said was suggested by dreamhost to my .htaccess file, but it didn’t change anything. ;-(
Forum: Fixing WordPress
In reply to: How to determine current user level (1.5)Thank you! Apparently, I just needed to add
global $user_level;
I swear I searched before posting, I don’t know why I didn’t find that.
Forum: Fixing WordPress
In reply to: Help! Suddenly no blog! (but can see admin panel)Could it be a problem wiht your domain name and/or your host?
Make sure there’s not something weird in the template.
Forum: Plugins
In reply to: Installing ReFeedMaybe I’m lazy, but I don’t want to register on sourceforge just to ask this one question.
Somehow I fixed the install problem by removing some settings from the config file. Now I have a new problem. ??
ReFeed and WP plug-in appear to be installed correctly. But whenever I try to add a feed to Refeed, I get an error:
Warning: Unexpected character in input: '' (ASCII=12) state=1 in /usr/local/dh/cgi-system/php.cgi on line 2966
Parse error: parse error, unexpected T_STRING in /usr/local/dh/cgi-system/php.cgi on line 2966
I have tried a few different feeds and all had the same result.
Forum: Everything else WordPress
In reply to: Getting rid of trollsNo duh he will get new e-mail addresses, but that takes longer than getting new IP addresses. When I was using MT that was the only way to block him and it was a complete waste of time.
Why do you think I should remove the plug-in, woodfellow?
Forum: Fixing WordPress
In reply to: Getting Live Comment Preview to workI have also installed at it https://lotusmedia.org and the preview is not showing up (although its container div does show up, so the plug-in is working).
It seems like it must be a javascript problem, which is out of my league…
Forum: Everything else WordPress
In reply to: Editing my forum profileDitto, y’all!
Forum: Fixing WordPress
In reply to: WP Login IssueBy the way, I suggested that my friend having this problem try using a different browser and it worked fine! So it was clearly a cookie problem.
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.0Am I supposed to put this inside the plugins folder and then run the install.php? I few simple install instructions would go a long way. Thanks!
Forum: Fixing WordPress
In reply to: WP Login IssueI have it all in one directory and am having this problem too (not on my blog but one I set up for a friend). I’ve been through all of the steps at https://faq.wordpress.net/view.php?p=68
What else can I do?
Forum: Everything else WordPress
In reply to: Getting rid of trollsThanks for the article, but it doesn’t help me at all. I have one extremely virulent and energetic troll. I tried putting his address in the spamwords, but it doesn’t work because I am using a plug-in that allows users to authorize their own comments by e-mail.
What I really need is a plug-in that will allow me to maintain a list of trolls’ e-mail addresses and then ensure that their posts never show up. Does anyone know of a tool like this?
Forum: Fixing WordPress
In reply to: Comments Section to Disappear When Not in UseThe original solution
<?php if ($cat=1) { ; ?>
<?php trackback_rdf(); ?>
<?php if(is_single()) include(ABSPATH . 'wp-comments.php'); ?>
<?php }; ?>
worked perfectly for me. Thanks!