ColdForged
Forum Replies Created
-
Forum: Plugins
In reply to: image headline / admin screenMy follow-up is here for those with similar issues.
Forum: Plugins
In reply to: Spelling Checker plugin for WordPressDavid, what browser is this on? The fact that it’s reporting the error as if controls.php is at the root instead of being relative to the loaded page is worrying.
Yes turtey that sounds likely.
Forum: Installing WordPress
In reply to: “Warning” after attempted installationwp-config.phpneeds to be in the blog root and contain the appropriate settings for your installation’s database.Forum: Installing WordPress
In reply to: Updating from 1.2.2 to 1.5 with problemsPerhaps make a copy of your tables with a new prefix and upgrade that?
Forum: Everything else WordPress
In reply to: Is the WP forum undergoing maintenance?It could perhaps be a load issue on the server, but that is only my wild guess. I don’t know this for a fact.
I get it intermittently and a reload generally gets me where I want to go. That certainly smacks of server load.
Forum: Fixing WordPress
In reply to: Reading Options — Posts Per PageIt’s a design decision. It won’t get “fixed” because that’s the developers’ intent. Posts per page gets propogated through all types of pages, from main to archives which is far more consistent than the “implied all posts” in archives. Could the core be modified to provide options for number of posts to display for each category type? Sure. But why when there’s a way to do it that is customizable and doesn’t affect the core?
Forum: Plugins
In reply to: how does a plugin to “create” a page in the admin aerea?At the very bottom of the example code there is this:
// Insert the mt_add_pages() sink into the plugin hook list for 'admin_menu'
add_action('admin_menu', 'mt_add_pages');You need to do the same thing, but replace
mt_add_pageswithmenu_administrador.Forum: Plugins
In reply to: Image UploadWhich version of WordPress are you using?
Forum: Fixing WordPress
In reply to: 1.5 – Archived posts show up 5 times a page!!Well, each of those posts has a different post ID, so it seems that you have 5 posts made at the exact same time with the exact same title and content. Any way you can delete the duplicates?
Forum: Fixing WordPress
In reply to: 1.5 – Archived posts show up 5 times a page!!Where’s your Loop? The header and footer don’t contain the code that displays your post and comments.
Forum: Plugins
In reply to: how does a plugin to “create” a page in the admin aerea?How are you calling this function? Did you read the entire page referenced and follow the example?
Forum: Plugins
In reply to: 1 post for main and 10 per page for search/archive ?Enjoy 1.2 then, roro, it won’t be changed back. In 1.5 there is a consistent paging scheme such that all templates provide paging capability. I showed a plugin that supports any level of customizability in how paging works, even moreso than 1.2.
Forum: Plugins
In reply to: 1 post for main and 10 per page for search/archive ?Did you activate the plugin from the Plugins page?
Forum: Themes and Templates
In reply to: WP 1.5 install themes does not workls -l *so that we can see the files within the folders.Forum: Themes and Templates
In reply to: WP 1.5 install themes does not workOwnership doesn’t matter but permissions does… subtle but important. As long as your web server process has read and execute permission on the folders and at least read permission on the files it will work.