RTAdams89
Forum Replies Created
-
Forum: Plugins
In reply to: Simple Quick Tag ReplacementI ended up just running a SQL command to replace all instances of
<!--adsense-->with[adsense]This now works.
Forum: Plugins
In reply to: Can’t get plugin based on “<!–more–>” tag to workNevermind. I had a a syntax error.
Forum: Fixing WordPress
In reply to: A Different 2.5 Text Widget ProblemWhat did you do to solve your problem?
Forum: Fixing WordPress
In reply to: Link to IE-FIX for image problemsForum: Fixing WordPress
In reply to: Can’t get images into posts?You might just be having problems with the new uploader as so many people are. Try these steps: http://personal.ryantadams.com/2008/03/31/im-having-trouble-adding-imagesmedia-to-my-posts-in-wordpress-25/
Forum: Plugins
In reply to: YARPP Options accessible by Contributors?I solved this. It seems the default YARPP is set to allow users level 1 to view the Sub Page. I replaced this with “manage_options” to bring it up to WordPress 2.3.2 standards and to make sure only admins can actually view/change the options. Anyone know why it was set that way in the first place?
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedI’m thinking it’s my server software. The only difference between Apache and my server software is that mine doesnt use .htaccess files. Would this affect permalinks?
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedI have included index.php in my permalink. Always have.
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedUpdate: Do permalinks rely on the .htaccess file? I ask this because abyss web server does not use or understand .htaccess files. Could that be my problem?
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedYour comment shows up fine now. I’m going to set up a permalink structure and you will see that you can no longer get to the comments. Try it out.
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedSorry, the server goes off at 10:30 Arizona time and comes back on a 6:15.
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedYes, it’s run on a windows pc running abyss web server. It’s hosted over my cox cable connection and uses dyndns.org to give it a host name. Currently I have it set up with no permalinks. If you go to the site now, the comments work. If you would like to go there an try it out, then post back, I’ll set up permalinks, and you can revisit it to see the problem.
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedI tired this on an unmodified (everything at default) install of wordpress 1.5 and here is basically what happens.
With permalinks disabled:
Under each post is a link titles “no comments” which, when clicked, directs the person to http://rtadams89.dyndns.org:9555/blog/?p=8#comments where they can type a comment.When I change the permalink structure to “/index.php/%year%/%monthnum%/%day%/%postname%/” clicking the “no comments” link takes the user to http://rtadams89.dyndns.org:9555/blog/index.php/2005/12/22/sll-support/#comments which accomplishes nothing more than refreshing the page. There is no comment entry forum, or anything different than from before clicking the link.
Forum: Fixing WordPress
In reply to: Can’t post commentsOnly when you have a permalink set?
Forum: Fixing WordPress
In reply to: Can’t post commentsFigured out the problem but I don’t know the solution. I reinstalled wordpress from scratch and then went about changing the configuration until the comments stopped working. It seams that when I change the permalnk structure, the commetns don’t work.
When the permalink structure is blank (default), the comments link on each article points to:
http://rtadams89.dyndns.org:9555/blog/?p=1#comments
And that works.
When I change the permalink to
/index.php/%year%/%monthnum%/%day%/%postname%/
the commetns link now points to:
http://rtadams89.dyndns.org:9555/blog/index.php/2005/12/21/hello-world/#comments
Which does not work. That permalink is on of the suggestions on permalinks option page, so I can’t imagine it being a formatting issue. Anyone know what is going on?