ColdForged
Forum Replies Created
-
Forum: Plugins
In reply to: How to install a plugin?Scroll up.
Forum: Installing WordPress
In reply to: Parse error, Warning, Fatal Error…The parse error is a little disconcerting, too, and seems indicative of an error in syntax for when you were trying to put in your database parameters in wp-config.php. That’s the file that contains the definition of ABSPATH, so if you’ve borked that file you’ll get errors when you try to use ABSPATH.
Forum: Fixing WordPress
In reply to: Archives problem using PermalinksDorsai65, an URL would be helpful.
The category thing is legitimate. Your best bet is to not try to include the category in the permalink structure. However, if you’re set on it you can get around this by manually editing the .htaccess file. Open up the .htaccess file and remove all of the instances of “&category_name=$X” where X is some number, but ONLY from those lines that are not for the category archives, otherwise you’ll break your category archives.
Forum: Plugins
In reply to: How to install a plugin?Here.
Forum: Plugins
In reply to: How to install a plugin?I guess it is looking for a file admin.php which I do not have
You don’t have an “admin.php” file in your wp-admin directory? Are you running 1.5? If not, that “upload.php” is written for 1.5, so there’s no guarantees it’ll work in whatever you’re running.
If you are supposed to be running 1.5… where’s your admin.php file? May want to make sure your installation isn’t corrupt.
Forum: Fixing WordPress
In reply to: Archives QuestionsIt all depends on your viewpoint. There’s no explicit — or even implicit, to my mind — standard that says “When viewing a blog an archive page will contain all elements within that particular archive.” It’s a design decision. Personally I don’t like having everything on one page. Sometimes the line between a design decision and a bug is razor thin, but I don’t construe this as “buggy” behavior. If it left out posts in the middle of an archive, that’s a bug. If it doesn’t include any “e” characters, that’s a bug. But choosing to only display 10 posts per page is no bug. IMHO, of course.
Forum: Fixing WordPress
In reply to: Archives problem using Permalinksozgression, what about your htaccess rewrite rules?
Forum: Fixing WordPress
In reply to: Archives problem using PermalinksNever mind, hcm, I see what you’re trying to do. There does appear to be some screwiness there as far as I can tell.
Forum: Fixing WordPress
In reply to: Archives problem using Permalinkshcm, what’s the URL and perhaps you could tell us what your htaccess rewrite rules are? 1.5’s subcategory handling works dandy in my install.
Forum: Plugins
In reply to: How to install a plugin?Follow the directions the author gave… it’s not a plugin, it’s a replacement for an existing file in wp-admin.
Forum: Fixing WordPress
In reply to: Archives QuestionsForum: Fixing WordPress
In reply to: Pictures instead of category text.I think he wants some pictoral representation of the category, not just the category name rendered into a picture of text.
Remember Bio, search is your friend.
Forum: Fixing WordPress
In reply to: Pulling category slug for useIt should. I didn’t actually try it, but it should have the desired behavior.
Forum: Your WordPress
In reply to: Comics, Computers, PodCasting, And Still NothingEven so, the content isn’t the issue…it’s getting people to know that there is content.
Content is always the issue… if you have compelling content that people want to read you will get readers, you will get people linking to you, you will get exposure.
Forum: Installing WordPress
In reply to: Table creation error during installIs it possible you have a backslash in your table prefix declaration in wp-config.php?