wynderlon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Member-only sidebarI’m still stumped about this one. Any suggestions?
Forum: Fixing WordPress
In reply to: sidebar content on the bottomIf it looks fine in a different browser, but bad in another, it’s probably a code unrecognized to whichever browser that it doesn’t work in. It may be a CSS issue. One thing you could try would be to set positions (position: absolute and then define where everything on the page should go) for everything, so that no matter what browser it is, the positions for the various components of your page are pre-defined.
Forum: Fixing WordPress
In reply to: Flickr and protected imagesI’m not quite sure how it would work. Would you put the Flickr plugin in a category then use Disclose Secret to make it a protected category? But which Flickr plugin allows that?
Forum: Fixing WordPress
In reply to: more-smiles admin panel questionAh, I see what you mean now.
If you go to USERS -> EDIT -> Your Profile and then uncheck the “use the visual editor when writing” option, more smiles works in the admin mode (for non-popup too). π
Forum: Fixing WordPress
In reply to: Comments have gone missingI finally found the problem for this. I actually re-installed everything in frustration before figuring it out and it was ridiculously simple. I was just missing some new code, it would seem.
It’s been a few weeks, but I think the code I was missing was:
<?php comments_template(); // Get wp-comments.php template ?>Anyway, when I figured the code out, everything worked fine.
Forum: Fixing WordPress
In reply to: .htaccess’s location doesn’t make it workSo even though under Manage -> Files there is a link where you can choose to edit your .htaccess directly, it should give you a message that the file does not exist?
Also, I did put the .htaccess in my root directory. I CHMODed it 666, however I still get this message when I go to my permalinks under the WP admin: “If your .htaccess file were writable, we could do this automatically, but it isnβt so these are the mod_rewrite rules you should have in your .htaccess file.”
I copied and pasted the rewrite rules into the .htaccess and saved it that way, CHMODing it again 666 (ASCII), but I still have the same problem. It says it can’t write to my .htaccess and my comments are still missing.
Here’s what the mod_rewrite rules are:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /index.php/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php/index.php [L] </IfModule>Thanks for the help!
Forum: Fixing WordPress
In reply to: Comments have gone missingCould it be my .htaccess? Although my entries are archiving fine, when I went to the Manage -> Files -> .htaccess, it said no such file existed.
Forum: Fixing WordPress
In reply to: Comments have gone missingI changed the permalink structure and uploaded wp-content again, but neither worked.
Forum: Fixing WordPress
In reply to: upgrading permalinksI tried that with the same results. I’m not entirely sure, but I think that even though I’ve CHMOD-ed it 666, WordPress is still not writing to the htaccess file. I tried to reload it without CHMODing it, which would force me to include the changes by hand. But, when I clicked on the update permalinks section, it doesn’t give me what code I need to place into the htaccess, it simply says “you should update your htaccess now”
What code do I put in it?
Forum: Fixing WordPress
In reply to: upgrading permalinksYup, I chose the new permalink structure and then pressed the update button. It said permalink structure had been updated.
Forum: Fixing WordPress
In reply to: upgrading permalinkserm…yes…is that bad? The wordpress website gives directions for it.
Forum: Fixing WordPress
In reply to: List post titles in a certain categoryPerfect, thanks! I was just missing a few odds and ends in the code. π
Forum: Fixing WordPress
In reply to: Spam Protection for CommentsI downloaded & installed Bad Behavior, but on the same day, I still got 2 new spam comments (Cash Loan spam). Is this suppose to happen? I thought it blocks all such spam.
Forum: Fixing WordPress
In reply to: Categories in different places on one page?As I realize now.
But, never mind. I figured it out by experimenting with excerpt. π Thank you very much for suggesting excerpt instead.
Forum: Fixing WordPress
In reply to: Categories in different places on one page?I’m sorry, I seem unable to see the pastebin content. It just comes up blank. π Can you post it again?