LK
Forum Replies Created
-
Forum: Plugins
In reply to: Document review similar to WordIf you only want authors to be able to see the edit history, Urban Giraffe has a great plugin.
Forum: Plugins
In reply to: Custom Field Issueadd an “echo” before “get_post_meta”:
<div class="categoryimage"><a href="<?php the_permalink() ?>" rel="category tag" title="Image of '<?php the_title(); ?>'"> <img src="<?php ECHO get_post_meta($post->ID, "postimage", true); ?>" alt="Post Image" class="catimage" /></a></div>Forum: Plugins
In reply to: WP-Contact-Form fixed for 2.2.2; Now Validatesscreamadmin, do you have the Google Toolbar installed in your browser? If so, check out this site’s explanation and potential workarounds. (I don’t have a recommendation as to which workaround is best.) As that site says, it’s a browser issue, not an issue with the plugin script.
Forum: Plugins
In reply to: Don’t show Pages in MenuCheck out Garrett’s page link manager plugin — it hooks into the wp_list_pages function.
Forum: Plugins
In reply to: most popular/ most viewed of last month ?There’s an popular pages widget included in Tan Tan’s reports plugin. You need to be using Google Analytics to use the plugin, though.
Andrew’s top posts is another option. I believe that one uses your own database to track visits, which could lead to your database growing very large very fast.
Forum: Plugins
In reply to: WARNING! NextGen Gallery PluginYou should clarify what implementation of the plugin caused your problems.
It works fine with most lightbox-like pop-up scripts. The only one I have seen not work out of the box is thickbox, and there’s a short workaround for that. If you’re having problems with thickbox, try highslide or another script listed on the plugin’s options page.
For being a free, open source gallery, I think it’s great!
Forum: Plugins
In reply to: list page of all searched for termsCheck out the search meter plugin from Thunda-Thunda-ThunderGuy.
Forum: Plugins
In reply to: Custom field, filtering and iconsTacoen’s custom field query plugin might work for points 2 and 3 in your original post.
Forum: Plugins
In reply to: How to Add a Confirmation Message to Show Up After Comment is Submitted?Check out Lorelle’s post about what code to add to your comments.php theme file.
Forum: Plugins
In reply to: Inserting Frequently Used TextIf you’re going to be putting the same exact text in the same exact place for posts in the same exact category each day, my suggestion is to just code it into your theme template.
But, if you are going to have variability on where, when, and what the block of text is, then I’d try one of these plugins:
I haven’t used either plugin, but U.G.’s are always great.
Forum: Plugins
In reply to: Making a Table of ContentsWhat about Aleister’s sitemap plugin? You can configure it to control how it shows your posts, pages, and categories. It might work well if your categories and posts already are alphabetized in the order you want them listed, or if they have chronological post dates in the order you want them listed.
Forum: Plugins
In reply to: “orderby=nicename” How can we make this happen?I’m all for hacking core code, but maybe this plugin will be a smarter solution:
Forum: Plugins
In reply to: Link to defenition of wordsThe IMM Glossary plugin might fit with what you’re looking for.
Forum: Plugins
In reply to: NextGen Gallery and LightboxHow about a link to your page, isayhello?
Forum: Plugins
In reply to: NextGen Gallery and LightboxYou can also bundle multiple galleries into an album and display that album via the tag [album=#].