Non-Linear Questionnaires in WordPress
This plugin is capable of doing exactly what you are after http://www.gravityforms.com/
This plugin is capable of doing exactly what you are after http://www.gravityforms.com/
You can try this: Use JWPlayer or Flowplayer or whichever videoplayer you like. You can also use http://videojs.com/ which will give you the ability to automatically change from html5 to flash player and it’s free and even hosted by them. Now, from their own example: <video id=”my_video_1″ class=”video-js vjs-default-skin” controls preload=”auto” width=”640″ height=”264″ poster=”my_video_poster.png” data-setup=”{}”> … Read more
There is a premium plugin from wpmudev.org called Comments Plus for, I think, $17 that does include support. I’m not sure if it will add the user to WordPress but with support included they might help suss out a solution for you.
I’ve used plugin like that while back, but I totally can’t remember its name and it was not repository-hosted (made to integrate with some third party security tool). Can’t find it. 🙁 From repository this one seems fitting: http://wordpress.org/extend/plugins/audit-trail/
I am using Hybrid Tabs (mostly dealing with Hybrid theme): it is light and robust clean code and inline documentation easy to create custom tabs by code (via callback function) not so easy if you want to customize tabs in admin (I had coded special sidebar for myself that exposes widgets in it as available … Read more
Mappress allows for custom markers, but you need to pay for the pro version. http://wordpress.org/extend/plugins/mappress-google-maps-for-wordpress/ Google Map Shortcode also supports custom markers in a shortcode http://wordpress.org/extend/plugins/google-map-shortcode/ Getting custom overlays on Google maps is actually pretty easy, you can read the docs here if you choose to work directly with the API, http://code.google.com/apis/maps/documentation/javascript/overlays.html There are plenty … Read more
What about Markdown on Save by WordPress lead dev Mark Jaquith? Allows you to compose content in Markdown on a per-item basis. The markdown version is stored separately, so you can deactivate this plugin any time. Compatible up to 3.3 attow.
We’re currently developing this for a client. It turned out to have pretty complex needs. For example, as the group grows, the number of emails being sent becomes huge (i.e. every email response goes to hundreds of people), so we are running that part of the service through SendGrid. We want everything to run through … Read more
I’ve been using Media Tags plugin with much success – it was very useful for retrieving images belonging to certain page with specific tags with following code: $results = get_attachments_by_media_tags(array(“media_tags”=>”gallery”, “post_parent” => $global_id, “order” => “ASC”)); Of course you can easily tag anything that sits in your media library (I wasn’t even aware that you … Read more
just come across this which looks like it might be what you’re looking for Web Librarian by Deepsoft. http://www.deepsoft.com/home/products/web-librarian/ appears to be free, and released under a GNU license etc