HM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: More tag questionI really love the Hide/Cut Post Text plugin and used it a lot until it stopped working. It would be nice if someone adopted it and brought it back up to date.
Forum: Fixing WordPress
In reply to: 2.3.2 stopped letting me add categoriesI’m having the same problem. Has anyone reported this in Trac? It seems like a significant issue that needs to be reported if it hasn’t been already.
Forum: Plugins
In reply to: wp wiki to share same authentication systemI have had success integrating ErfurtWiki with WP. You can create a template so that it matches your site perfectly. It’s been a few years since I installed/configured everything but from what I remember it was fairly easy.
Forum: Plugins
In reply to: 12-hour clock in RS EventsI really like this plugin but I cannot get it to work if I specify a category (category => 3). I’m using WP 2.3.1. Any ideas on how to get this to work with specific categories?
Forum: Fixing WordPress
In reply to: Pages Plugin for RSSFeed Control: add Pages to your feeds or remove posts from them
Forum: Everything else WordPress
In reply to: RSS for child pagesI was looking for the same thing and found this plugin: Feed Control – add Pages to your feeds or remove posts from them
Forum: Plugins
In reply to: newest pagesI’m looking for the same thing rica125. I used to use the Customizable Post Listings plugin – pages have a category ID of 1 so it was easy to use for pages – but that no longer works.
I’ve seen some pretty complex plugins so a recent pages plugin shouldn’t be too hard to code. The plugin would search the posts table for pages (post_category = 1) that have a post_parent of X (whatever number you specify) then sort by post_date with the newest pages first.
Forum: Plugins
In reply to: list pluginI looked at the code and this is very easy to fix. Download the plugin and open edit-lists.php in a text editor. Search for all instances of edit-lists.php? and replace with edit.php?page=edit-lists.php&. At the very bottom delete this line: include(‘admin-footer.php’);.
Upload the modified edit-lists.php file to the plugin folder (not to the admin folder as per the instructions). Activate the plugin, then go to Manage -> Lists and start creating lists. View the instructions for the various codes for embedding the lists on your site.
Forum: Plugins
In reply to: list pluginThe List Manager plugin is fantastic since all lists can be re-usable on many different places on your site. Unfortunately the admin area only works in older versions of WP (1.5). After upgrading to a newer version of WP, the lists do still display when embedded on a site. I may look into the code to see if I can figure out how to modify the code to get the admin area working again.
Or maybe a more skilled plugin coder is willing to adopt this plugin?
Forum: Installing WordPress
In reply to: Can I replace only the changed files for my 2.2.2 upgrade?Has anyone yet created a zip with only the changed files for 2.2.3?
Forum: Plugins
In reply to: Show expired posts with “Posts expire” plugins from Michael O’Connell.The posts expire plugin does not work with 2.2
Does anyone know of a similar plugin that actually works?Yes, I have already looked at wp-plugins and could not find anything there.
Forum: Plugins
In reply to: Thickbox and WP loginMaybe something like this?
<?php global $user_login, $user_identity; get_currentuserinfo(); if ($user_login) { echo "<a href=\"https://www.<domain>.net/wp-login.php?action=logout\">Logout< /a>"; } else { echo "<a href=\"https://www.<domain>.net/wp-login.php?height=475&width=600&modal=true\" class=\"thickbox\">Login< /a>"; } ?>
Forum: Plugins
In reply to: Yahoo Shopping pluginAny update on this david?
Forum: Fixing WordPress
In reply to: How to get Search to search pages or comments?The search everything plugin works great. Just one thing that needs to be added: restrict password protected pages from the search results. Maybe something like adding “AND post_password IS NULL” to the mysql where query? I don’t know the correct syntax to use to get this to work though.
Forum: Plugins
In reply to: Search custom fields tableI have not yet tried either of these but I found 2 other search plugins that might work:
Jerome’s Search – Simple plugin that replaces the default WordPress search with a slightly improved version that searches post meta values, post excerpts and pages.
https://vapourtrails.ca/wp-pluginsPages Advanced – Pages Advanced is a plugin for WordPress. It gives you more advanced options for pages.
https://www.lightvoid.com/wordpress_themes_26_plugins/pages_advanced_/