Stats for a wp powered intranet
I would recommend installing Piwik on your intranet using one of their plugins, though it will work just fine as a stand alone. http://piwik.org/ http://piwik.org/blog/2008/06/new-plugin-wordpress-piwik-integration/
I would recommend installing Piwik on your intranet using one of their plugins, though it will work just fine as a stand alone. http://piwik.org/ http://piwik.org/blog/2008/06/new-plugin-wordpress-piwik-integration/
When one creates a WordPress site by default, or via the Fantastico tool in cPanel, it may create a blog with the Latin1 charset in the MySQL database. This causes Chinese characters (and other Unicode characters) to be switched into one or more ? question mark symbols, instead. The fix is to connect to your … Read more
Yeah, go with Gravity Forms, it has several options for payment, supports paginated forms and there are even more third party extensions to add payment gateways. Check out my review for some more tips about it.
There is an external services that let you manage multiple sites from one dashboard like manageWP. But i would recommend moving them all in to a multisite install and here is a nice codex entry that shows just how to do that Migrating Multiple Blogs into WordPress Multisite
You’ll probably have to do your own integration, but here’s how I would approach it: Grab an Instagram PHP wrapper: http://www.mauriciocuenca.com/blog/2011/02/instagram-api-implementation-in-php/ OR http://instaphp.com OR https://github.com/cosenary/Instagram-PHP-API Authenticate via an admin option page Iterate through your user images using the /users/self/feed method Use the media_sideload_image() function found in wp-admin/includes/media.php to download the images Keep a running cache … Read more
Have you looked at Restrict Content? Discount codes are applied before the user is directed to paypal. Pro Version: http://pippinsplugins.com/restrict-content-pro-premium-content-plugin Free version: http://pippinsplugins.com/restricted-content-plugin-free/
As far as I know of translating plugins, in all of them you’ll have two sets of content (or more), one for each language: qTranslate: free, creates new input fields for the title, and additional tabs for the content. They are all handled in the same post/page screen. WPML: premium, creates a ‘mirror’ post/page for … Read more
With s2Member, you can forget about the membership levels and sell access to individual pages/posts, too.
Yes … there are lots of plugins for this scenario You could just enable BuddyPress which gives you a ‘social network in a box’ then there are these two plugins s2member WPMU membership lite failing that … read through the related articles on here for suggestions
ACF – Advanced Custom Fields is the most extensive and easiest to use plugin for custom fields. For custom post types check out http://wordpress.org/extend/plugins/types/ or even better http://themergency.com/generators/wordpress-custom-post-types/ for hard-coded post types.