ALDesigner
Forum Replies Created
-
Still interested in a solution. For now, I just hid the field. It still shows up in the donation records as blank, though.
Forum: Plugins
In reply to: Need recommendations for a donation form or plugin.Still doing plugin research. Haven’t found something I like just yet, but I’ll post here for reference if I ever do. The key is to find one that does as much without leaving our site as possible. I was thinking of trying out Piryx, but the plugin no longer seems to exist.
Forum: Plugins
In reply to: Need recommendations for a donation form or plugin.Looks to just be a button that sends you to PayPal, which is what we utilized before. We’re interested in having the entire form on our site, without leaving and actually going to PayPal. Just a one-stop form to do it all.
If that isn’t possible, we’d at least like the entire form, short of the final payment info, be on our site. A good example would be how Ubercart works with Drupal e-commerce. You fill out the entire form on the person’s site, click “finish checkout,” and it temporarily sends you to PayPal just to do the credit card info. After that you’re sent back to the original site with a success message.
Forum: Plugins
In reply to: [WH Testimonials] Feature Request – Approve testimonials before publishI second this! I am using WP 2.9 (existing site with too much custom content to update right now), and this was easily the best plug-in I’ve found for testimonials. But having them show up on the site immediately can’t be done. So I have to accept them via email and do them manually. This feature would be perfect.
You were spot on with suspecting that index.php was to blame. Editing that file ended up fixing everything. I found the issue being discussed on Stack Overflow, and the fix they suggested there ended up working.
The code I ended up using for date, that now shows up on every post, is:
<?php the_time('F jS, Y') ?>